Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

I Want to Capture Waveform from Agilent Scope using GPIB interface: with VISA

19035i546964E9BFDBCC5CHi,

 

For my application i have to capture the graph waveform from AGILENT Oscilloscope DSO6032A using GPIB - USB interface.i don't want to use Express Instrument I/O Device. Instead of that i have to use VISA Configuration i can give the command throught Write VISA and Read the data from Read VISA.

For the command as :wav:data? it'll give capture the waveform from Scope i wanna display in GRAPH in Front Panel.

Regards,
N. Srinivasan
0 Kudos
Message 1 of 4
(4,687 Views)

You should convert output from VISA READ to interger( use convert function in String tool).

0 Kudos
Message 2 of 4
(4,683 Views)

 


@silenttrick wrote:

You should convert output from VISA READ to interger( use convert function in String tool).


 

No.

 


srinivasan.accent@gmail.com wrote:Hi,

 

For my application i have to capture the graph waveform from AGILENT Oscilloscope DSO6032A using GPIB - USB interface.i don't want to use Express Instrument I/O Device. Instead of that i have to use VISA Configuration i can give the command throught Write VISA and Read the data from Read VISA.

For the command as :wav:data? it'll give capture the waveform from Scope i wanna display in GRAPH in Front Panel.


You should really be using the driver. Ask for it to be downconverted.
The conversion process is a bit complicated. If you want to use the binary format, look at how it is done in the driver. Image below.

0 Kudos
Message 3 of 4
(4,673 Views)

Hello,

        I highly recommend that you use the existing LabVIEW Instrument Driver for your instrument

 

Cheers,

 

NathanT

0 Kudos
Message 4 of 4
(4,670 Views)