Difference between revisions of "Esser"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
ESSER panels can be connected via ethernet. A valid IP address must be assigned to the IBOX Modbus Server - ESSER gateway. Please refer to the manual for detailed instruction about IBOX configuration. | ESSER panels can be connected via ethernet. A valid IP address must be assigned to the IBOX Modbus Server - ESSER gateway. Please refer to the manual for detailed instruction about IBOX configuration. | ||
+ | |||
+ | == HSYCO Configuration == | ||
+ | |||
+ | Add a ESSER I/O Server in the [[Settings#I/O Servers|I/O Servers section of the Settings]] and set its parameters: | ||
+ | |||
+ | === Communication === | ||
+ | *'''Address''': IP address of the ESSER IBOX | ||
+ | *'''Port''': TCP/IP port for MODBUS communication (default 502) | ||
+ | |||
+ | === High Availability === | ||
+ | *'''Shutdown when inactive''': defaults to false. | ||
+ | |||
+ | === Options === | ||
+ | |||
+ | {| class="wikitable" | ||
+ | !ID | ||
+ | !Default | ||
+ | !Values | ||
+ | !Description | ||
+ | |- | ||
+ | |||
+ | |rowspan="2"|gui | ||
+ | |rowspan="2"|true | ||
+ | |true | ||
+ | |enable support for the UI object, UISET actions and USER commands | ||
+ | |- | ||
+ | |false | ||
+ | |disable UI support | ||
+ | |- | ||
+ | |||
+ | |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 | ||
+ | |- | ||
+ | |||
+ | |unitid | ||
+ | |1 | ||
+ | |> 0 | ||
+ | |MODBUS unit ID of the ESSER panel | ||
+ | |||
+ | |- | ||
+ | |||
+ | |pollingtime | ||
+ | |2000 | ||
+ | |style="white-space:nowrap"|n >= 1000 | ||
+ | |the data polling interval, in milliseconds. | ||
+ | |- | ||
+ | |||
+ | |rowspan="2"|csvseparator | ||
+ | |rowspan="2"|false | ||
+ | |comma | ||
+ | |generate IO events also during the driver’s start-up phase | ||
+ | |- | ||
+ | |semicolon | ||
+ | |start generating events only after HSYCO is aligned with the current status of the system | ||
+ | |- | ||
+ | |||
+ | |} |
Revision as of 15:20, 16 March 2021
ESSER 8xxx/IQ8/FlexES are multi-area fire panels. The integration with HSYCO can be accomplished using IBOX Modbus Server - ESSER gateway, a TCP/IP modbus interface. This I/O server was developed following the MODBUS documentation ES-MN-18002-01-2, 11-2013.
Communication
ESSER panels can be connected via ethernet. A valid IP address must be assigned to the IBOX Modbus Server - ESSER gateway. Please refer to the manual for detailed instruction about IBOX configuration.
HSYCO Configuration
Add a ESSER I/O Server in the I/O Servers section of the Settings and set its parameters:
Communication
- Address: IP address of the ESSER IBOX
- Port: TCP/IP port for MODBUS communication (default 502)
High Availability
- Shutdown when inactive: defaults to false.
Options
ID | Default | Values | Description |
---|---|---|---|
gui | true | true | enable support for the UI object, UISET actions and USER commands |
false | disable UI support | ||
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 | ||
unitid | 1 | > 0 | MODBUS unit ID of the ESSER panel |
pollingtime | 2000 | n >= 1000 | the data polling interval, in milliseconds. |
csvseparator | false | comma | generate IO events also during the driver’s start-up phase |
semicolon | start generating events only after HSYCO is aligned with the current status of the system |