Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Comunicating to a GPIB port using labview from a pc.

I want to interface with an oscilliscope Through its GPIB port using my pc. Is there a code out there that has this capability already? What is the easiest method to do this.
0 Kudos
Message 1 of 3
(3,522 Views)
If you had mentioned the make and model number of your scope, I could have given you a definite answer, but since you didn't you're going to have to do a little searching yourself. First go to the Instrument Driver Network. There you will find several links. You should probably browse the ones under the Learn topic first to get an idea of what an instrument driver is. Then you can go to the Search link and try and find a driver for your particular scope. If you find one and assuming that your NI GPIB card is configured, you should be all set. If there is no driver, you'll have to do some programming yourself. You can use the Instrument I/O Assistant on the Instrument I/O palette (LV 7 or higher)
or follow the links under Develop on the IDN page.
Message 2 of 3
(3,522 Views)
Thank you for contacting National Instruments.

As Dennis says, a driver, which is simply a LabVIEW program written to communicate with an instrument, may already be available for your oscilloscope. There are thousands of drivers available through link provided. But if you can�t find one that matches your oscilloscope, you can certainly create the communication code and user interface yourself.

Regards,
Mike G
National Instruments Support
0 Kudos
Message 3 of 3
(3,522 Views)