
4
4.7
STATUS
Requests the current status of the sequencer specified by
sequencer
. The
sequencer
number must be provided.
4.7.1
Query:
?STATUS
sequencer
<CR>
sequencer
= {0..n}
Example: ?STATUS 3<CR> (get status data from sequencer 3)
4.7.2
Response: $ACK
sequencer
, STATUS
SEQ=PRIM,LAST
> Sequencer position
PROTECT=OK
-> State of protection
EVS=OFF
-> State of EVS
SMP RLY=ON
-> State of SMP relay
ALARM=OFF
-> State of Force Off input
BANK1=OFF
-> State of DELAY 1 Output
BANK2=ON
-> State of DELAY 2 Output
BANK3=OFF
-> State of DELAY 3 Output
REMOTE=0V
-> State of Legacy remote input
PUSHBUTTON=OFF
-> State of START SEQUENCE button
SECLINK=NOTOK
-> Connection state of Secondary Smartlink
UART0 PER=0.00%
-> % of Primary missed messages
UART1 PER=0%
-> % of Secondary missed messages
<EOT>
4.8
BANK STATUS
Requests the status (ON or OFF) of the of the DELAY Outputs on the
sequencer
specified
by sequencer. The
sequencer
number must be provided.
4.8.1
Query:
?BANK_STAT
sequencer
<CR>
sequencer
= {0..n}
Example: ?BANK_STAT 1<CR> (get bank status data from
sequencer 1)
4.8.2
Response: $ACK
sequencer
, BANK_STAT
BANK1=OFF -> State of DELAY 1 output on
sequencer
BANK2=ON -> State of DELAY 2 output on
sequencer
BANK3=OFF -> State of DELAY 3 output on
sequencer
<EOT>
4.9
ROLLCALL
Creates a list of all sequencers attached to the Primary Sequencer. No sequencer argument
is used.
4.9.1
Query:
?ROLLCALL<CR>
Example: ?ROLLCALL<CR> (get a list of all sequencers attached)
4.9.2
Response: $ACK sequencer, (model) LAST <CR>
For a chain of n units:
$ACK 0,CN-1800S
-> Primary unit
$ACK 1,CN-2400S
-> Secondary unit
$ACK n-1,CN-2400S,LAST
-> Last Secondary unit
<EOT>
4.10
HELP
Creates a list of all available commands. No sequencer argument is used.
4.10.1
Query:
?HELP<CR>
Example: ?HELP<CR> (get a list of all commands)
4.10.2
Response: Commands
!SEQ_ON
-> See section 3.0
!SEQ_OFF
-> See section 3.1
!ENUMERATE
-> See section 3.2
BANK_ON
-> See section 3.3
!BANK_OFF
-> See section 3.4
!ALL_OFF
-> See section 3.5
!EVENTS_ENABLE
-> See section 3.6
!EVENTS_DISABLE
-> See section 3.7
!RESET
-> See section 3.8
!CLEAR_PER
-> See section 3.9
Queries
?VOLTAGE
-> See section 4.0
?CURRENT
-> See section 4.1
?POWER
-> See section 4.2
?POWER_VA
-> See section 4.3
?PF
-> See section 4.4
?ID
-> See section 4.5
?SETTINGS
-> See section 4.6
?STATUS
-> See section 4.7
?BANK_STAT
-> See section 4.8
?ROLLCALL
-> See section 4.9
?HELP
-> See section 4.10
<EOT>