LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ThingMagic MercuryAPI.dll

Hi,

 

I am trying to interface with a ThingMagic RFID Reader but I am having trouble loading the .dll into LabVIEW. Here is a link for the Mercury API SDK from ThingMagic. Mercury API SDK

Here is a link to the resources page.

 

I am running LabVIEW 2014 Service Pack 1 32-bit.

 

I have tried using the .NET constructor node to load the MercuryAPI.dll located in the cs folder of the SDK but I get and error saying "An error occured trying to load the assembly." What am I doing wrong?

 

Do I have to compile anything to get a .dll that works.

 

Thanks,

-Ryman

0 Kudos
Message 1 of 4
(3,885 Views)
I don't have a specific answer, but something I have found helpful is if the vendor provides example programs in other languages, I always check them out. Sometimes you will find comments that inform you of a little extra mojo needed to get things working.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 4
(3,873 Views)

Most likely the .Net library requires some other dependencies such as the actual C++ DLL and/or MS Visual C Runtime libraries. The library should come with an installer that you have to run in order to have all dependencies satisfied on each target system you want to run that code on.

Rolf Kalbermatter
My Blog
0 Kudos
Message 3 of 4
(3,850 Views)

I tried opening the project in Visual studio 2013 but it gave me errors and cold not open. I will try again soon.

0 Kudos
Message 4 of 4
(3,835 Views)