Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Using IOtech daqboard 2001 in LabWindows/CVI

Hi, I have an IOtech PCI DaqBoard2001 and I would like to integrate its in a my software, already developmed, writed in LabWindows CVI. How can I using the board?
0 Kudos
Message 1 of 3
(3,414 Views)
Hi,
I have no information about your board because it's not a National Instruments board. Anyway, usually boards are provided with a library of functions that allow you to comunicate with your board.  To call a library from LabWindows/CVI, you must have the DLL header .h file and the import library .lib file. If you do not have the DLL import library, you can create one using the tools LabWindows/CVI provides. Because LabWindows/CVI is an ANSI C compiler, it can call only functions that have been exported as C-style functions. For general tips about calling library from CVI refer to this link:
 
 
Clara
0 Kudos
Message 2 of 3
(3,398 Views)
thanx, i will try!
0 Kudos
Message 3 of 3
(3,391 Views)