TLX Matrix Switch ASCII API V5 8 Rev. I, January 2019
XPUT
Restore the entire switch connection state. The output from XGET (pg. 7) is used by this
command.
Format: XPUTstr
• The XPUT command will turn off all outputs and then make the connections that are listed
in 'str', which is the response that was returned from a XGET command.
• XPUT without any ports is valid and is interpreted as a command to disconnect all ports.
Example: XPUTI00010003I00020004I0010001000110012
Example Results: R0003OK or R0007ERnnnn
Status Commands
Status
Return the connection status of an input or output port.
Format: Sixxxx
• Return the list of output ports that are connected to input port xxxx.
• If nothing is connected to port xxxx, 0000 will be returned.
Format: Soyyyy
• Return the input port number that is connected to output port yyyy.
• If nothing is connected to port xxxx, 0000 will be returned.
Example Results (SI):
• RnnnnOKIxxxxOyyyyOyyyyOyyyy... or R0007ERnnnn
• xxxx is connected to output(s) yyyy.
• 0000 means not connected.
Example Results (SO):
RnnnnOKIxxxxOyyyy or R0007ERnnnn
• xxxx is connected to output yyyy.
• 0000 means not connected.