03-30-2023 02:41 AM
Now I want to control Keysight 34461A's multi-meter via SCPI. When I run "SYSTem.REMote" command in PC side, the meter screen shows "Error caused by remote command", later the meter can be controlled by PC's SCPI commands and no error message shown again. Every time I run code to set remote mode, the error message will show on the multimeter screen. I don't know what caused this displayed message in multi-meter. Can anyone know the root cause? Thanks.
Solved! Go to Solution.
03-30-2023 05:05 AM
Hi
With scpi you can ask for the error code if not visible in the screen of the meter.
But I also found an old reply from Minions (thanks for that)
https://forums.ni.com/t5/Instrument-Control-GPIB-Serial/USB-devices-Go-to-Local-Function/td-p/769936
the interesting part is copied below.
Try using the:
:SYST:COMM:ENAB OFF,USB
command for turning off the USB control (local mode) and:
:SYST:COMM:ENAB ON,USB
command for turning on the USB control (remote operation) for the Agilent 34410A meter.
This is not common for all other USB devices. Similar, but not always the same. I have found this for another instrument:
:COMM:REM 0
03-31-2023 05:48 AM
Very grateful for your reply,
I have tried this method, but the problem still occurs.
Maybe need further investigate. I attach a snapshot. Thank you for your warmly help again.
04-01-2023 09:25 AM
04-03-2023 01:12 AM
Hi Albert,
Actually, by debugging and checking user manual, I finally find your solution is correct. Keysight meter can't use "SYSTem:LOCal" and "SYSTem:REMote" to set local/remote mode (Fluke/keithley/tek can use these SCPI command), it can only use "SYSTem:COMMunicate:ENABle OFF, USB" and "SYSTem:COMMunicate:ENABle ON, USB" to set local/remote mode.
The reason for I still meeting error message for second time is I only input "SYSTem:COMMunicate:ENABle ON/OFF" and miss " ,USB" word. That's my fault.
By the way, when we meet error in Keysight meter's screen, we can run "SYSTem:ERRor?" in code to get detailed error message.
Thank you for your warmly help.
04-03-2023 10:11 AM
09-04-2023 03:22 PM
Buenas tardes tengo un error un contador c cual sería la solución
09-04-2023 03:25 PM
Cuál fue su solución de la falla keysight 53230a el uso Error caused by remote command errores
09-13-2023 09:27 AM - edited 09-13-2023 09:27 AM
That error mentions that you sent a message that the equipment did not understand. Please post the exact command string sent to the 53230A Keysight instrument for us to further assist you.