Using the neoVI API in LabWindows CVI - neoVI API
Last updated
Last updated
Copy the import library , header file , and data structure file to your project directory.
Link to icsnLW40.lib import library by selecting Add Files To Project from the Edit pull down menu. In the “Add Files To Project” dialog select the icsnLW40.lib file (figure 1). You can also the headers from step 1 if you wish. Your project should now list the files you added (figure 2).
3. Include the header icsnLW40.h in your C module (Figure 3).
The example shows how to open and close communication to the driver, send messages and read messages on the networks.
4. Finally, call the methods as defined in the document.
A National Instruments LabWindows example (Figure 1) is included to show how the API all works together. The example files are included in the following file: