04-21-2008 07:26 PM
07-15-2008 05:22 PM - edited 07-15-2008 05:23 PM
07-15-2008
05:35 PM
- last edited on
11-11-2024
06:07 PM
by
Content Cleaner
Apparently, that's a pretty specific instrument, and there's still no drivers in the Instrument Driver Network. Not sure what you would use as a substitute since you would need to make sure the command sets are compatible. For instance, an analyzer made by one company may measure the same thing as an analyzer from another company, but they may use different command sets. This can even happen when dealing with similar instruments from the same company.
Given that you will probably need to write your own instrument driver. This basically involves getting out the programming manual and writing VIs for the commands. There are tons of examples in the instrument driver network that you can use. Look for the ones that are project-based, as they are written in LabVIEW 8 and are pretty recent. The older ones will use the older GPIB functions and have poor to rotten coding styles.
You can create a basic instrument driver project from within LabVIEW and there is also the Instrument I/O Assistant that you can use to get started.
A few additional links:
How to Use an Instrument Driver in LabVIEW Tutorial (gives an idea of the organization of the VIs)
Developing LabVIEW Plug and Play Instrument Drivers
07-15-2008 06:05 PM