Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Set to Remote State

Hello,
I have a application that control a California Instruments power source. On any command I send to the ps, it displays a error that I must turn it in remote state. But I can't find a scpi oder gpib command that I can use for it (with "system:remote" the error appears too). Has anybody a solution?
 
Sorry for my bad english
 
Greets André
0 Kudos
Message 1 of 2
(2,839 Views)
You have to assert the REN line and address the device to listen. If you are using NI-488.2, this should be done automatically by the driver if you are using device-level calls. If you are using board-level commands (or IEEE 488.2-style commands), you would use either ibsre (or EnableRemote). The addressing of the device to listen will happen automatically when you send the first string to the device.

Good luck.
0 Kudos
Message 2 of 2
(2,828 Views)