Difference between revisions of "Elmo"
Jump to navigation
Jump to search
(Created page with "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. The ELMO drive...") |
|||
Line 1: | Line 1: | ||
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. | 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. | ||
− | + | ||
+ | [[Category:I/O Server]] | ||
+ | |||
+ | == 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: | ||
+ | {| class="wikitable" | ||
+ | | '''Baud rate''' | ||
+ | | 9600 | ||
+ | |- | ||
+ | | '''Data bits''' | ||
+ | | 8 | ||
+ | |- | ||
+ | | '''Stop bit''' | ||
+ | | 1 | ||
+ | |- | ||
+ | | '''Parity''' | ||
+ | | none | ||
+ | |- | ||
+ | | '''Flow control''' | ||
+ | | none | ||
+ | |} | ||
+ | |||
+ | == Options == | ||
+ | |||
+ | {| class="wikitable" | ||
+ | !ID | ||
+ | !Default | ||
+ | !Values | ||
+ | !Description | ||
+ | |- | ||
+ | |||
+ | |rowspan="2"|gui | ||
+ | |rowspan="2"|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 | ||
+ | |||
+ | |- | ||
+ | |||
+ | |rowspan="2"|startupevents | ||
+ | |rowspan="2"|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 | ||
+ | |||
+ | |- | ||
+ | |||
+ | |rowspan="2"|offlinelogs | ||
+ | |rowspan="2"|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 == | ||
+ | |||
+ | {| class="wikitable" | ||
+ | !ID | ||
+ | !Value | ||
+ | !R/W | ||
+ | !Description | ||
+ | |||
+ | |- | ||
+ | |||
+ | |rowspan="2" |connection | ||
+ | |online | ||
+ | |R | ||
+ | |connection established | ||
+ | |- | ||
+ | |offline | ||
+ | |R | ||
+ | |HSYCO can't connect to the panel | ||
+ | |||
+ | |- | ||
+ | |||
+ | |rowspan="4" |armed | ||
+ | |rowspan="2" |1 | ||
+ | |R | ||
+ | |at least one partition is armed | ||
+ | |- | ||
+ | |W | ||
+ | |arm all active areas | ||
+ | |- | ||
+ | |rowspan="2" |0 | ||
+ | |R | ||
+ | |no partition is armed | ||
+ | |- | ||
+ | |W | ||
+ | |disarm all active areas | ||
+ | |||
+ | |- | ||
+ | |||
+ | |rowspan="4" |armed.max | ||
+ | |rowspan="2" |1 | ||
+ | |R | ||
+ | |at least one partition is armed in "max security" mode | ||
+ | |- | ||
+ | |W | ||
+ | |arm all active areas in "max security" mode | ||
+ | |- | ||
+ | |rowspan="2" |0 | ||
+ | |R | ||
+ | |no partition is armed in "max security" mode | ||
+ | |- | ||
+ | |W | ||
+ | |disarm all active areas in "max security" mode | ||
+ | |||
+ | |- | ||
+ | |||
+ | |rowspan="2" |alarm | ||
+ | |1 | ||
+ | |R | ||
+ | |alarm state active | ||
+ | |- | ||
+ | |0 | ||
+ | |R | ||
+ | |no active alarm | ||
+ | |||
+ | |- | ||
+ | |||
+ | |rowspan="2" |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> | ||
+ | |||
+ | |- | ||
+ | |||
+ | |rowspan="2" |i<n>.open | ||
+ | |1 | ||
+ | |R | ||
+ | |input <n> open | ||
+ | |- | ||
+ | |0 | ||
+ | |R | ||
+ | |input <n> closed | ||
+ | |||
+ | |- | ||
+ | |||
+ | |rowspan="2" |i<n>.alarm | ||
+ | |1 | ||
+ | |R | ||
+ | |alarm on input <n> | ||
+ | |- | ||
+ | |0 | ||
+ | |R | ||
+ | |no alarm on input <n> | ||
+ | |||
+ | |- | ||
+ | |||
+ | |rowspan="2" |i<n>.tamper | ||
+ | |1 | ||
+ | |R | ||
+ | |tamper alarm on input <n> | ||
+ | |- | ||
+ | |0 | ||
+ | |R | ||
+ | |no tamper alarm on input <n> | ||
+ | |||
+ | |- | ||
+ | |||
+ | |rowspan="4" |i<n>.bypassed | ||
+ | |rowspan="2" |1 | ||
+ | |R | ||
+ | |input <n> bypassed | ||
+ | |- | ||
+ | |W | ||
+ | |bypass input <n> | ||
+ | |- | ||
+ | |rowspan="2" |0 | ||
+ | |R | ||
+ | |input <n> enabled | ||
+ | |- | ||
+ | |W | ||
+ | |enable input <n> | ||
+ | |||
+ | |- | ||
+ | |||
+ | |rowspan="4" |o<n> | ||
+ | |rowspan="2" |1 | ||
+ | |R | ||
+ | |output <n> active | ||
+ | |- | ||
+ | |W | ||
+ | |activate output <n> | ||
+ | |- | ||
+ | |rowspan="2" |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> | ||
+ | |||
+ | |- | ||
+ | |||
+ | |} |
Revision as of 12:09, 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> |