Puts a GPIB interface or instrument into remote, local, or lockout mode.
The resource to be used.
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
The mode to place the instrument in.
Name | Value | Description |
---|---|---|
Local | 6 | Send the GTL (Go To Local) command. The instrument will go into either LOCS (LOCal State) or LWLS (Local With Lockout State). |
Local without Lockout | 2 | Send the GTL (Go To Local) command and de-assert the REN (Remote ENable) interface line, putting it in LOCS (LOCal State). |
Remote | 3 | Assert the REN (Remote ENable) interface line and address the device. The instrument will go into either REMS (REMote State) or RWLS (Remote With Lockout State). |
Remote with Local Lockout | 5 | Address the device and send it an LLO (Local LockOut) command, putting it in the RWLS (Remote With Lockout State). |
The resource to which a VISA session is opened.
This output also includes the class for the session, which matches that of session in.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application