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?
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: