03-30-2001 11:48 AM
03-30-2001 02:21 PM
03-31-2001 08:15 AM
04-19-2007 11:36 AM
04-19-2007 11:55 AM
Dennis the Knight:
I need your suggestion. Please.
Thx,
LabVIEWrookie
04-19-2007 12:03 PM
04-19-2007 01:00 PM
Dennis:
thanks for your prompt reply. I have downloaded the drivers, but don't know how to use them.
GPIB connection.
I set the instruments as suggested in the manuals for external DMM configuration.
Please don't get overwhelmed with my stupidity.
Thank you,
LabVIEWrookie
04-19-2007 01:13 PM
Okay, the first thing you should do is look at the information under the 'Learn' topic at http://www.ni.com/devzone/idnet/. Then, you need to connect the instruments to the GPIB bus and verify that MAX (Measurement & Automation Explorer) can find them. You do that by selecting the GPIB controller in MAX (under devices and interfaces), and do a scan for instruments. Both should show up in the window in the right. Once that is done, you can start up LabVIEW and start using the drivers. Both come with a 'Getting Started' example VI. This is a high level VI that demonstrates how to use some of the functions in the driver. There is a control called VISA Resource Name on the front panel. You click on the arrow on the right side of this and you will get a list of resources available on your pc. Select the appropriate one. It will have a resource name like GPIB0::INSTR::n where n is the GPIB address of the instrument. The VI should run without any errors.
Now you should be ready to start writing your program that will call the instrument functions you need to do whatever it is the final program is supposed to do. There are several on-line resources for learning LabVIEW. There are some at http://www.ni.com/academic/lv_training/how_learn_lv.htm.
04-20-2007 12:15 PM
04-20-2007 12:43 PM