LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to control HP8350B with HP83592A and HP8757A

I want to control HP8350B with plug in HP83592A and HP8757A by NI GPIB,using Labview language and print out HP8757A screen chart to printer, but when I sent command to HP8757A according to HP8350B manual ,such as "PT19",the instrument has no response,could andbody has experience on it and tell me how to do?
0 Kudos
Message 1 of 2
(3,421 Views)
"sales@wavesource.com.cn" wrote in
news:506500000008000000296D0000-1031838699000@exchange.ni.com:

> I want to control HP8350B with plug in HP83592A and HP8757A by NI
> GPIB,using Labview language and print out HP8757A screen chart to
> printer, but when I sent command to HP8757A according to HP8350B
> manual ,such as "PT19",the instrument has no response,could andbody
> has experience on it and tell me how to do?

After you send "PT19" to the 8757, usually at address 16.
Send the commands you want to go to the 8350 to address 17.

To terminate the passthru mode, send any command to address of the 16.

Ex:

To Address 16: PT19;
To Address 17: FA 8 GZ;FB 16 GZ;PL 0 DM;
To Address 16: C1 IA;
0 Kudos
Message 2 of 2
(3,421 Views)