User manual

99
a. Read Alarm History List
Byte 1: 0xFF
Byte 2: 0xBB
Byte 3: 0
Byte 4: 0x09
When the "Read Alarm History List" message is received by StoreSafe Pro II, it responds by
sending a start byte 0xFF, followed by ASCII strings for every alarm event in its alarm history list,
and a stop byte, 0xFF. Each string is formatted as follows:
dd.bmm/ddbhh:mm:ssbaa<CR><LF>
Example: 03. 11/27 22:48:58 15
b. Read data from StoreSafe Pro II
Configuration and status data can be read from StoreSafe Pro II. The data is arranged in the form
of 16 byte blocks, numbered from 1 to 213. For details about the contents of each block, contact
GE-Security and request the Block Data Structure for StoreSafe Pro II.
Byte 1: 0xFF
Byte 2: 0xBB
Byte 3: 1
Byte 4: 0xFF
Byte 5: Block Number 1-213 or 255 if all blocks are requested.
StoreSafe Pro II responds to the “Read data” request by sending all the requested data bytes
consecutively, without any start or stop bytes.
A total of either 16 bytes or 3408 bytes will be transmitted, depending on whether a single block or
all the blocks were requested.
dd: Index number (00 - 99)
b: Space character
mm: Month (01 - 12)
dd: Day (01 - 31)
hh: Hours (00 - 23)
mm: Minutes (00 - 59)
ss: Seconds (00 - 59)
aa: Alarm number (01 - 16)
<CR> Carriage return (0x0D)
<LF> Line feed (0x0A)