Install NI Software and Drivers
Install the latest compatible version of LabVIEW and the NI-VISA driver for your system. Refer to the following for compatibility information.
Install Instrument
Refer to the following links on how to install your instrument hardware based on instrument type: Ethernet , GPIB, Serial, or USB.
Configure Instrument With visaconf
NI-VISA installs with a configuration utility called visaconf for Linux and Mac OS X. Use this utility to add and configure instruments in your system.
- Launch the visaconf utility by navigating to the following directory: Applications\National Instruments\NI-VISA\NI-VISA Configuration.
- If your instrument is not displayed under the Resource Editor tab, click the Add Static button to add it to your system.
- The Add Static Resource dialog box will appear. Select the instrument interface from the list and click OK.
- In the Resource Editor window, select the settings for your instrument and click OK.
The instrument resource is now added to your system and will show up under the ResourceEditor tab.
Install Instrument Driver
After completing your instrument configuration, you can easily transition from interactive mode to programming mode by using an instrument driver. Only Plug and Play instrument drivers are supported on Mac OS X.
- Refer to Using Plug and Play Instruments Drivers in LabVIEW to find and download the instrument driver.
Note: Before downloading the driver, make sure it is packaged as a *.vi or *.llb file. You cannot open or install the driver on Mac OS X if it is an *.exefile.
- After downloading the instrument driver files, install the *.llb and menu files in the LabVIEW\instr.lib folder.
You now have access to the instrument driver VIs from the Functions >> Instrument I/O >> Instrument Drivers palette in LabVIEW. You can use these VIs to communicate with your instrument.
If an instrument driver does not exist for your instrument, you can use VISA functions in LabVIEW to control your instrument. You can access the VISA VIs from the Function >> Instrument I/O >> VISA palette.