Specifications

M1 Control RS-232 ASCII String Protocol Page 42 of 68 Rev. 1.79 July 16, 2009
4.27 ELKRP Connected (RP)
The M1XEP sends the following ASCII command out to all socket connected devices when ELK RP,
Upload/Download Software, disconnects from the M1:
08RP000036<cr><lf>. ELKRP disconnected broadcast.
The M1XEP replies to any poll when ELKRP is connected to the M1:
08RP010035<cr><lf>. ELKRP is connected, poll reply
The M1XEP replies to any poll when the M1XEP is initializing after a powerup or reboot:
08RP020034<cr><lf>. M1XEP is initializing after powerup or reboot.
The “IE” Command is sent out to all socket connected devices when ELKRP
disconnects.
4.28 Real Time Clock (RR)
This command allows automation equipment to request and write Real Time Clock data.
M1 Version 4.3.2 and after.
4.28.1 Request Real Time Clock Data (rr)
06 – Length as ASCII hex
rr – Request real time clock data
00 – future use
CC Checksum
Example: 06rr0056 Request Real Time Clock Data.
4.28.2 Reply Real Time Clock Data (RR)
16 – Length as ASCII hex
RR – Reply real time clock data
ss – second as two ASCII characters decimal, “00” to “59”
mm – Minute as two ASCII characters decimal, “00” to “59”
hh – Hour as two ASCII characters decimal, “00” to “23” 24 hour
D – Day of week as one ASCII character, “1”=Sunday to “7”=Saturday
DM – Day of month as two ASCII characters decimal, “01” to “31”
MM – Month as two ASCII characters decimal, “01” to “12”
YY – Year as two ASCII characters decimal, “00” to “99” as in 2099
S - Daylight Savings Time: “0”=Not active, “1”= Active.
C - Clock Mode as one ASCII character, ‘1’ = 12 hour, 0 = 24 hour
time mode
T - Date Display Mode as one ASCII character, 0 = mm/dd, 1 = dd/mm
00 – future use
CC Checksum
Example:
16RR0059107251205110006E Real Time Clock reply data: December 25,
2005, at 10:59:00, Saturday day of week, Day light Savings Time is active for this time of
year, Clock display mode is 12 hour format, Date display mode is month/day format.
4.28.3 Write Real Time Clock Data (rw)
13 – Length as ASCII hex
rw – Write real time clock data into the Control
ss – second as two ASCII characters decimal, “00” to “59”
mm – Minute as two ASCII characters decimal, “00” to “59”