08-31-2008 09:46 PM
Hi ALL,
For GPIB devices, we know that it has the "Go to Local" function so that we can let device return to local without pressing button.
Similarly, for USB device, have the similar function on this?? (For example, 34410A with USB modules).
Thanks&Regards,
Steve
08-31-2008 11:57 PM
09-01-2008 03:47 AM
Hi Albert,
Thanks your help. I also use "VISA GPIB Control REN" and use
VI_GPIB_REN_ASSERT_GTL (6) | Send the Go To Local command (GTL) to this device. |
Thanks&Regards,
Steve
09-02-2008 02:58 PM
12-22-2016 08:12 AM
What about if Im using VISA commands?? I've looked everywhere and even sending the device the LOC or LOCAL command does not release it to local mode...
01-03-2017 12:30 PM
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
01-03-2017 12:30 PM
Apparently, the ":S" becomes an emoticon.
01-03-2017 12:31 PM
ColonS LOL