Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

TDS

Hi
 
I am trying to read value(for ex: RMS,Amplitude...) from TDS 340A through serial comms.
Its working with GPIB,the commands i have used is MEASUREMENT:IMMED:Value?
 
Pls tell me how to measure the values through serial comms
 
Thanks
Veera
0 Kudos
Message 1 of 5
(3,667 Views)
Hi
 
Sorry it is 430A,not 340A
 
I am trying to read value(for ex: RMS,Amplitude...) from TDS 430A through serial comms.
Its working with GPIB,the commands i have used is MEASUREMENT:IMMED:Value?
 
Pls tell me how to measure the values through serial comms
 
Thanks
Veera
0 Kudos
Message 2 of 5
(3,663 Views)
If you can't get a reading, then there are several things you should check. First, try using Hyperterminal. If that works, then you may not be appending a termination character to your command in LabVIEW. If Hyperterminal does not work, verify that the com settings are correct and that you have the correct serial cable. If you have a null-modem cable, try using a straight through and vice versa. If that still does not work, verifyin the manual that the serial port can actually be used for remote control. Some instruments have a serial port but it is intended for other uses.
0 Kudos
Message 3 of 5
(3,648 Views)

Thanks Dennis

I tried to download  a waveform from oscillscope through RS232,its working. Only thing is to do remote control, the programmers manual explains about the control commands for GPIB, there is no commands for RS232.

 

Thanks

Veera

0 Kudos
Message 4 of 5
(3,643 Views)
If RS-232 is supported, then the commands are identical. The only difference would be the termination character (i.e. \r, \r, \r\n). If in fact you were able to get a waveform, then you were able to successfully send a command.
0 Kudos
Message 5 of 5
(3,641 Views)