LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Connect Agilent 33220A to computer, and showed in MAX, but 33220A not in remote mode?

I connect the Agilent 33220A to my computer through Agilent 82357B USB-GPIB cable. Both Agilent connection expert (Agilent IO control) and NI-MAX can detect the equitment and query the *IDN? successfully, but the display board of Agilent 33220A shows it is not in remote mode. Is it matter? Or how can I activate the remote mode of Agilent 33220A?

remote mode .png

0 Kudos
Message 1 of 6
(3,878 Views)

Hi Peter,

 

to force a GPIB device into REMOTE mode you could try some LLO (LocalLockOut) command.

Or you read the manual of your device for some more detailed explanations…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 6
(3,849 Views)

Thanks for your answer. I try LLO, but seems 33220A can not recognize it. I also check the mannul and can not find any related command.

The weird thing is that sometimes 33220A can in remote mode automatically, but sometimes not. When 33220A shows not in remote mode, I still can query *IDN? successfully.

 

0 Kudos
Message 3 of 6
(3,828 Views)

Hi Peter,

 

the manual of your device should explain how to go into Remote mode and also how to get back to local mode!

 

GPIB devices usually respond to GPIB request even in local mode. Some of them automatically go into remote mode when they receive GPIB request. And other devices need a special command to go into Remote/Local mode.

But the bottom line is: all the GPIB devices I used so far had a manual with explanations on this very topic! (RTFM!)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 4 of 6
(3,814 Views)

Thanks for you suggestion, I find the command finally, it is SYSTem:REMote.

Now I write a new program, showed as below:

QQ截图20160929124226.png

I can successfully run the program and 33220A also doesn't report any errors.

But the problem is that I can not receive any string and the numeric indicator also shows 0.

I try to write reset commad, I find 33220A can reset.

Above all, now my situation is that 33220A can not send information back...............

 

Note:

 I do not understand that why there is a coercion dot in VISA read function.

 

Many thanks!

0 Kudos
Message 5 of 6
(3,803 Views)

Hi Peter,

 

Note: I do not understand that why there is a coercion dot in VISA read function.

Because YOU didn't use the correct datatype for that constant!

(Or you created that constant the wrong way. Did you right-click the input of VISARead and selected "Create Constant"?)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 6
(3,799 Views)