06-18-2008 10:28 AM
06-18-2008 11:23 AM
06-18-2008 12:09 PM
06-18-2008
01:04 PM
- last edited on
06-03-2024
06:34 PM
by
Content Cleaner
There is some information at https://www.ni.com/en/support/downloads/instrument-drivers.html regarding how to develop a driver but a lot of what goes into creating an example or a full app, is just becoming familiar with the instrument itself and what all of the individual functions do. What I usually do is start with setting up an instrument manually to perform a specific function. When I have a driver, I then look through it to see what functions are there to duplicate that. Sometimes the function and control/indicator help is enough. Sometimes I have to look through the instrument programming manual and then search through the VIs to find the command I need.