01-23-2007 06:08 PM
01-24-2007
06:31 PM
- last edited on
12-11-2024
06:34 PM
by
Content Cleaner
Hi Alex,
To use your 6030 and its driver in LabVIEW, you will need to have an IVI Driver Logical Name associated with your Driver Session. That Driver session will need to be linked to your hardware (in this case, the 6030). In order to link it to your hardware, MAX (a.k.a. VISA) needs to be able to talk to the instrument. If your device is not already made to communicate with NI VISA, then you will need to use the VISA Driver Development Wizard. The VISA DDW doesn't build a driver per say, but builds a conguration that VISA will look at to communicate and interface with your instrument. You will still be using your IVI 'driver' when you get to LabVIEW.
Once you have a logical name for your Session, you can access it in LabVIEW by simply dropping an IVI Logical Name control on the front panel; it should display the name you just created in MAX (make sure you save it first). You can try this now, just to see how it will work and show up. However, without your driver session associated to the actual hardware, communication will not work correctly in LabVIEW. That's where the VISA DDW comes in.
Also, just to be sure, the instrument doesn't show up under PXI system does it? If it does already show up there, you can go ahead and associate it with the driver session under the hardware tab.
Hope this helps!
Adam W
Applications Engineering
National Instruments
01-31-2007 08:41 PM
02-02-2007 01:51 PM