User Manual

Table Of Contents
MTX3/MTX5-D/MRX7-D/XMV Series/EXi8/EXo8 Remote Control Protocol Specications V3.3.1 rev13
18
3. Command Specications
3.2.5. Snapshot change notication
1-10) Current Snapshot number change notication
Command Option 1 Option 2 Description
NOTIFY sscurrent_ex list (index) Current preset number change notication
Details: (index) = Index number for Snapshot assiged in Remote Control Setup List
Example: Notication: NOTIFY sscurrent_ex list 5
Meaning: Snapshot recall occurred for the Snapshot assigned to index 5 in Remote Control Setup List
1-11) Snapshot recall start notication
Command Option 1 Option 2 Description
NOTIFY ssrecall_ex list (index) Snapshot recall start notication
Details: (index) = Index number for Snapshot assiged in Remote Control Setup List
Example: Notication: NOTIFY ssrecall_ex list 5
Meaning: Snapshot recall process for Index 5 started.
3.2.6. Event processing change notication
1-12) Media insertion notication
Command Option 1 Option 2 Description
NOTIFY event MTX:Media "sdcard=inserted" An SD memory card was inserted.
"sdcard=extracted" An SD memory card was removed.
Example: Notication: NOTIFY event MTX:Media "sdcard=inserted"
Meaning: An SD memory card was inserted into an SD memory card slot and was detected normally.
* SD Card should not be removed when the MTX is powered on.
1-13) Time synchronization notication <Old format>
Command Option 1 Option 2 Description
NOTIFY event MTX:AbsoluteTime "yyyy/mm/dd hh:mm:ss" Time synchronization notication
Details: yyyy = Year (Gregorian)
mm = Month (1 to 12)
dd = Day (1 to 31)
hh = Hour (0 to 23)
mm = Minute (0 to 59)
ss = Second (0 to 59)
* DST (Daylight Saving Time) is not accounted for.
Example: Notication: NOTIFY event MTX:AbsoluteTime "2013/1/25 10:58:19"
Meaning: The time was set to January 25, 2013, 10 hours 58 minutes 19 seconds.
Note: This command’s option1 string "MTX:AbsoluteTime" is retained to keep compatibility with previous programming using
the previous protocol. The command’s function is identical to the new format shown below.
Device sends both format commands when time is set in order to keep compatibility with program which done for old
format in past.
Ignore this command and process new format command in new program.
1-14) Time synchronization notication <New format>
Command Option 1 Option 2 Description
NOTIFY event MTX:SetAbsoluteTime "yyyy/mm/dd hh:mm:ss" Time synchronization notication
Details: yyyy = Year (Gregorian)
mm = Month (1 to 12)
dd = Day (1 to 31)
hh = Hour (0 to 23)
mm = Minute (0 to 59)
ss = Second (0 to 59)
* DST (Daylight Saving Time) is not accounted for.
Example: Notication: NOTIFY event MTX:SetAbsoluteTime "2013/1/25 10:58:19"
Meaning: The time was set to January 25, 2013, 10 hours 58 minutes 19 seconds