User Manual

Table Of Contents
MTX3/MTX5-D/MRX7-D/XMV Series/EXi8/EXo8 Remote Control Protocol Specications V3.3.0 rev12
36
3. Command Specications
3.4.3. Event processing request
3-10) Time synchronization <Old format>
Command Option 1 Option 2 Description
event MTX:AbsoluteTime "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:AbsoluteTime "caught" Time change complete
Example: Command: event MTX:AbsoluteTime "2013/1/25 11:56:14"
Notication: OK event MTX:AbsoluteTime "caught"
Meaning: Set the time to January 25, 2013, 11 hours 56 minutes 14 seconds.
The time was set.
3-11) Time synchronization <New format>
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