Difference between revisions of "Elmo"
Jump to navigation
Jump to search
Line 234: | Line 234: | ||
|R | |R | ||
|the name of partition <m> of area <n> is set to <text> | |the name of partition <m> of area <n> is set to <text> | ||
+ | |||
+ | |- | ||
+ | |||
+ | |rowspan="2" |a<n>.armed | ||
+ | |1 | ||
+ | |W | ||
+ | |arm all partitions of area <n> | ||
+ | |- | ||
+ | |0 | ||
+ | |W | ||
+ | |disarm all partitions of area <n> | ||
|- | |- | ||
|} | |} |
Revision as of 12:13, 19 December 2013
EL.MO. ETR100 is a multi-area intrusion detection system. The integration with HSYCO can be accomplished via direct control through the RS232 port on the panel.
Communication
Employ the RS-232 cable provided with the EL.MO. panel to connect it directly to HSYCO or to an Ethernet/RS-232 gateway.
RS-232 parameters:
Baud rate | 9600 |
Data bits | 8 |
Stop bit | 1 |
Parity | none |
Flow control | none |
Options
ID | Default | Values | Description |
---|---|---|---|
gui | true | true | enable automatic support of Web GUI objects to show the system status and intercept control buttons |
false | disable support for the Web GUI | ||
startupevents | false | true | generate IO events also during the driver’s start-up phase |
false | start generating events only after HSYCO is aligned with the current status of the system | ||
offlinelogs | true | false | at startup request the log of all the events occurred while HSYCO was disconnected from the panel |
false | log only events occurred while HSYCO was connected to the panel | ||
pollinterval | 1 | n > 0 | the data acquisition interval, in seconds |
logsize | 20 | n ≥ 0 | the data acquisition interval, in seconds |
Datapoints
ID | Value | R/W | Description |
---|---|---|---|
connection | online | R | connection established |
offline | R | HSYCO can't connect to the panel | |
armed | 1 | R | at least one partition is armed |
W | arm all active areas | ||
0 | R | no partition is armed | |
W | disarm all active areas | ||
armed.max | 1 | R | at least one partition is armed in "max security" mode |
W | arm all active areas in "max security" mode | ||
0 | R | no partition is armed in "max security" mode | |
W | disarm all active areas in "max security" mode | ||
alarm | 1 | R | alarm state active |
0 | R | no active alarm | |
tamper | 1 | R | tamper alarm active |
0 | R | no active tamper alarm | |
i<n>.name | <text> | R | the name of input <n> is set to <text> |
i<n>.open | 1 | R | input <n> open |
0 | R | input <n> closed | |
i<n>.alarm | 1 | R | alarm on input <n> |
0 | R | no alarm on input <n> | |
i<n>.tamper | 1 | R | tamper alarm on input <n> |
0 | R | no tamper alarm on input <n> | |
i<n>.bypassed | 1 | R | input <n> bypassed |
W | bypass input <n> | ||
0 | R | input <n> enabled | |
W | enable input <n> | ||
o<n> | 1 | R | output <n> active |
W | activate output <n> | ||
0 | R | output <n> inactive | |
W | deactivate output <n> | ||
a<n>.<m>.name | <text> | R | the name of partition <m> of area <n> is set to <text> |
a<n>.armed | 1 | W | arm all partitions of area <n> |
0 | W | disarm all partitions of area <n> |