04-30-2007 12:32 PM
05-01-2007
10:58 AM
- last edited on
07-08-2025
09:18 AM
by
Content Cleaner
ihavenoideawhatthisis,
Your device should have come with a DLL or LIB file which contains the library functions for making calls to your device, and if this is provided, there should be documentation for what functions to call as well. For more information on using external libraries with CVI, check out https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P9KkSAK&l=en-US
If you do not have a DLL or LIB file to use, you may need to make calls to the device using VISA. NI-VISA is a driver that allows you to talk over many different communication protocols. To use a usb device, you will need to go through VISA Driver Development Wizard which installs with VISA. To download NI-VISA's newest version, please visit here. For more information on the Driver Development Wizard, visit here.
05-07-2007 03:53 PM
05-08-2007 11:01 AM
05-08-2007 05:31 PM