LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW Support for Innovation Integration X5-210M

I was wondering if anyone here is using Innovation Integration X5-210M module: http://www.innovative-dsp.com/products.php?product=X5-210M

and was able to interface the acquired data with LabVIEW.

Their support is only in the form of C++ libraries and an example program. They also suggest, in a very general way, how to create a DLL for LabVIEW: http://www.iidsp.com/forum/viewtopic.php?t=549

 

I am having a hard time trying to put it together. If anyone has found a solution, I appreciate it if you guide me in the right direction. Please be specific.

 

Thanks.

0 Kudos
Message 1 of 4
(3,495 Views)

The link basically says that you can call the C++ DLL, rather than trying to rewrite the driver in native LabVIEW code.

See this link for how to call a DLL in LabVIEW

Cory K
0 Kudos
Message 2 of 4
(3,490 Views)

Thanks for quick response.

I know how to do that. What I am not sure about is how to put the c++ source code that they have provided for the executable into a DLL. The source code is unmanaged, comprising of low level static libraries. I am new to c++, so I wondered if anyone who may have the same module, and how he/she approached it.

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

Ghulam-

 

Take a look at this link:

 

http://decibel.ni.com/content/docs/DOC-2028 this is an example on running a C DLL in LV but the architecture should be very similar to making a C++ version. Let me know if this helps! Happy Presidents Day!!

Sam S
Applications Engineer
National Instruments
0 Kudos
Message 4 of 4
(3,464 Views)