User Manual

MTX3/MTX5-D/MRX7-D/XMV Series/EXi8/EXo8 Remote Control Protocol Specications V2.2.0 rev8
10
3. Command Specications
3.2. Commands a Device Sends to a Remote Controller
3.2.1. Device status change notication
1-1) Device run mode notication
Command Option 1 Option 2 Description
NOTIFY devstatus runmode "emergency" Emergency run mode
"update" Update mode
"normal" Normal run mode
Example: Notication: NOTIFY devstatus runmode "normal"
Meaning: The run mode was changed to normal mode.
1-2) Device error status notication
Command Option 1 Option 2 Description
NOTIFY devstatus error "t/xxxx" Alert fault information
"err/xxxx" Alert error information
"wrn/xxxx" Alert warning information
Details: "t/xxxx" = "t/message// xnnn onf (sssss) ID-xxx 2012/12/31 23:59:59"
"err/xxxx" = "err/message// xnnn onf (sssss) ID-xxx 2012/12/31 23:59:59"
"wrn/xxxx" = "wrn/message// xnnn onf (sssss) ID-xxx 2012/12/31 23:59:59"
The rst three characters indicate the alert type.
message = Alert message (The section from "/" to "//" after the alert type is the message data.)
. . . up to 32 characters (ascii characters)
nnn = Alert number (panel display number)
. . . 2 or 3 digit hexadecimal notation (The x at the front indicates hexadecimal notation.)
onf = Alert on/off
. . . Persistent alerts turn on when an alert condition occurs and turn off when they are cleared.
Single-shot alerts turn on while an alert condition is true.
sssss = Identical alert count (a counter that indicates the number of identical alerts, normally set to 1)
. . . Decimal notation
xxx = UNIT ID number . . . 3-digit hexadecimal
Date
Time
Example: Notication: NOTIFY devstatus error "err/DCP[0] communication error// x53 on (1) ID-001 2013/1/22 11:38:23"
Meaning: Error alert 53 occurred.
1-3) Current Fs (sampling frequency) setting notication
Command Option 1 Option 2 Description
NOTIFY devstatus fs "unknown" Fs undened
44.1kHz 44.1kHz
"48kHz" 48kHz
Example: Notication: NOTIFY devstatus fs "44.1kHz"
Meaning: Fs was changed to 44.1 kHz.
1-4) Current word clock status notication
Command Option 1 Option 2 Description
NOTIFY devstatus lockstatus "unlock" Unlock
"lock" Lock
Example: Notication: NOTIFY devstatus lockstatus "lock"
Meaning: Word clock was locked.