System information
G2T Programmers Guide Rev-A 17-Nov-2014
36
5.2.2.1. CONnect command
This command is used to make a connection within the system.
CONnect [FRom] [OUtput] output, [TO] [INput] input [, [ON]
[[MOdule] module | Any ]
examples:
• CONnect from output 1, to input 1
• CON 1,1 (identical to the above)
• CON 1,1,any
5.2.2.2. DISconnect command
This command is used to perform disconnections for crosspoints
(switchpoints) which are currently connected.
DISconnect [[FRom] [OUput] output [, [TO] [INput] input] [, [ON]
[MOdule] module | Any]
examples:
• DISconnect from output 1, to input 1
• DIS all (disconnects all outputs to inputs)
• DISconnect output 1
• DIS 1,1
5.2.2.3. MAKe? command
The MAKe? query is identical to the connect command except
that it returns an integer response:
• zero: connect completed successfully
• non-zero: connect failed due to an
execution error or a fault.
This is a departure from other queries which do not return a
response if there was an execution error or a fault.
NOTE: Please refer to the BREak? command for an example
and additional information on the responses to this
command.