User Manual

MTX3/MTX5-D/XMV Series/EXi8/EXo8 Remote Control Protocol Specications V1.3.0
25
3. Command Specications
3-11) Time synchronization
Command Option 1 Option 2 Description
event MTX:SetAbsoluteTime "yyyy/mm/dd hh:mm:ss" Changes the time
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.
Response
Response string Description
OK event MTX:SetAbsoluteTime "caught" Time change complete
Example: Command: event MTX:SetAbsoluteTime "2013/1/25 11:56:14"
Notication: OK event MTX:SetAbsoluteTime "caught"
Meaning: Set the time to January 25, 2013, 11 hours 56 minutes 14 seconds.
The time was set.
3-12) Time query
Command Option 1 Option 2 Description
event MTX:GetAbsoluteTime "" Time query with absolute time
Response
Response string Description
OK event MTX:GetAbsoluteTime "yyyy/mm/dd hh:mm:ss" Current time info with absolute time
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: Command: event MTX:GetAbsoluteTime ""
Notication: OK event MTX:GetAbsoluteTime "2014/1/25 11:56:14"
Meaning: Get current time with absolute time
Current time is January 25 2014, 11 hours 56 minutes 14 seconds
3-13) DST enable/disable setting
Command Option 1 Option 2 Description
event MTX:DSTSetEnable "enable" Set DST enable
"disable" Set DST disable
Response
Response string Description
OK event MTX:DSTSetEnable "enable" DST was enabled
OK event MTX:DSTSetEnable "disable" DST was disabled
Example: Command: event MTX:DSTSetEnable "enable"
Notication: OK event MTX:DSTSetEnable "enable"
Meaning: Set DST enable
DST was enabled