LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I talk to a USB interface IOTECH data acquisition system with LabWindows CVI

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

Hi cjp1,

 

I'm fairly certain this is possible, but I'd like to know what device you are using to get a better idea about your setup.  The device driver likely includes a c interface to the device, which you can use with CVI.  Once I have a bit more information on the device, I will be happy to provide more detail!

Al B.
Staff Software Engineer - TestStand
CTA/CLD
0 Kudos
Message 2 of 4
(3,523 Views)
I'm using a IOTech Personal Daq/3001 It's a USB 1-MHz Multifunction.
0 Kudos
Message 3 of 4
(3,426 Views)

Hi cjp1,

 

It looks like IOTech provides LabVIEW, c++, and VB6 support, not ansi C.  Since this is the case, you would need to create a c compatible dll using either LabVIEW or visual C++, then call this dll in CVI. For more information, see the links below:

 

Similar Forum Posts:

http://forums.ni.com/ni/board/message?board.id=180&message.id=29223&requireLogin=False

http://forums.ni.com/ni/board/message?board.id=250&message.id=28239&requireLogin=False

 

 

Al B.
Staff Software Engineer - TestStand
CTA/CLD
0 Kudos
Message 4 of 4
(3,406 Views)