User Manual

MTX3/MTX5-D/XMV Series/EXi8/EXo8 Remote Control Protocol Specications V1.3.0
19
3. Command Specications
2-15) Relative value parameter setting
Command Option 1 Option 2 Option 3 Option 4 Description
setr MTX:mem_MemNo/UniqueId/ElmNo/
Xpos/Ypos/PrmNo/IndexNo
0 0 "(value)" Relative value set
command.
Details: MemNo = See section 7, "Parameter Values."
UniqueId = See section 7, "Parameter Values."
Xpos = See section 7, "Parameter Values."
Ypos = See section 7, "Parameter Values."
IndexNo = See section 7, "Parameter Values."
"(value)" = relative value to increase or decrease.
(See "Fader Parameter" table in section 6 Parameter Value Details )
Note: This command is available only for fader type parameters. See "Remarks" column in section 7 Parameter List for
information regarding which parameters support this command.
The Parameter will be set to a new value which equals the sum of the parameter's original value and the relative value
given by this command.
The parameter value range is 0 - 1023 as shown in the "Fader Parameter" table in section 6 Parameter Value Details.
For example, when the relative value is set to 64, 16 level steps can be achieved from the remote controller.
(1024/64 = 16)
Response
Response string Description
OK setr MTX:mem_MemNo/UniqueId/ElmNo/Xpos/Ypos/
PrmNo/IndexNo 0 0 (value)
Relative value set command response.
OKm setr MTX:mem_MemNo/UniqueId/ElmNo/Xpos/Ypos/
PrmNo/IndexNo 0 0 (value)
* When the sum of current value and relative value is outside of parameter value range (0-1023), a limiting process is
automatically applied.
In such case, "OKm" response will be sent back, instead of normal "OK" response.
Details: MemNo = See section 7, "Parameter Values."
UniqueId = See section 7, "Parameter Values."
Xpos = See section 7, "Parameter Values."
Ypos = See section 7, "Parameter Values."
IndexNo = See section 7, "Parameter Values."
"(value)" = relative value to increase or decrease.
(See "Fader Parameter" table in section 6 Parameter Value Details )
Example: Command: setr MTX:mem_512/60000/0/0/0/0/0 0 0 100
Response: OK setr MTX:mem_512/60000/0/0/0/0/0 0 0 -1900
Meaning: Set DCA-A Fader to+100 step increase.
The level of the DCA-A fader was set to "-19.00"dB.
2-16) Scheduler status query
Command Option 1 Option 2 Option 3 Option 4 Description
set(setn,sett) MTX:EvntScd_On 0 0 1 Scheduler on
0 Scheduler off
* For setn, specify a normalized value; for sett, specify option 4 with a character string.
Response
Response string Description
OK set MTX:EvntScd_On 0 0 1 "1" Scheduler enabled response
OK set MTX:EvntScd_On 0 0 0 "0" Scheduler disabled response
Example: Command: set MTX:EvntScd_On 0 0 1
Response: OK set MTX:EvntScd_On 0 0 1 "1"
Meaning: Enable the scheduler.
The scheduler was enabled.