Difference between revisions of "Kilsen"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
KILSEN panels can be connected via ethernet. A valid IP address must be assigned to the panel. MODBUS PROTOCOL must be enabled. Please refer to the manual for detailed instruction about MODBUS protocol configuration. | KILSEN panels can be connected via ethernet. A valid IP address must be assigned to the panel. MODBUS PROTOCOL must be enabled. Please refer to the manual for detailed instruction about MODBUS protocol configuration. | ||
+ | |||
+ | == HSYCO Configuration == | ||
+ | |||
+ | Add a KILSEN I/O Server in the [[Settings#I/O Servers|I/O Servers section of the Settings]] and set its parameters: | ||
+ | |||
+ | === Communication === | ||
+ | *'''Comm ID''': select a MODBUSTCP I/O server if using a Modbus gateway, or the serial port id when using a direct RS-485 port with HSYCO acting as Modbus RTU master. | ||
+ | |||
+ | === High Availability === | ||
+ | *'''Shutdown when inactive''': defaults to false. | ||
+ | |||
+ | === Options === | ||
+ | |||
+ | {| class="wikitable" | ||
+ | !ID | ||
+ | !Default | ||
+ | !Values | ||
+ | !Description | ||
+ | |- | ||
+ | |||
+ | |address | ||
+ | |1 | ||
+ | |1 ... 32 | ||
+ | |the panel’s Modbus address | ||
+ | |- | ||
+ | |||
+ | |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 | ||
+ | |- | ||
+ | |||
+ | |pollinterval | ||
+ | |1 | ||
+ | |> 0 | ||
+ | |the data acquisition interval, in seconds | ||
+ | |||
+ | |- | ||
+ | |||
+ | |lastzone | ||
+ | |150 | ||
+ | |style="white-space:nowrap"|0 ... 150 | ||
+ | |set to the highest zone number configured in the panel. Set to 0 to disable zone status polling and control commands | ||
+ | |- | ||
+ | |||
+ | |loglines | ||
+ | |100 | ||
+ | |≥ 0 | ||
+ | |if GUI support is enabled, set to the maximum number of lines to show in the log text object. Set to 0 to disable the GUI log | ||
+ | |- | ||
+ | |||
+ | |rowspan="2"|protocolversion | ||
+ | |rowspan="2"|2 | ||
+ | |1 | ||
+ | |set this option to 1 only if the panel is using the old firmware | ||
+ | |- | ||
+ | |2 | ||
+ | |default protocol support for panels with new firmware (N models) | ||
+ | |- | ||
+ | |||
+ | |} |
Revision as of 08:16, 19 April 2019
KILSEN KFP-A are multi-area fire panels. The integration with HSYCO can be accomplished via a standard Modbus TCP/IP connection. This I/O server was developed following the MODBUS documentation P/N 00-3243-505-1603-01 • ISS 14DEC15
Communication
KILSEN panels can be connected via ethernet. A valid IP address must be assigned to the panel. MODBUS PROTOCOL must be enabled. Please refer to the manual for detailed instruction about MODBUS protocol configuration.
HSYCO Configuration
Add a KILSEN I/O Server in the I/O Servers section of the Settings and set its parameters:
Communication
- Comm ID: select a MODBUSTCP I/O server if using a Modbus gateway, or the serial port id when using a direct RS-485 port with HSYCO acting as Modbus RTU master.
High Availability
- Shutdown when inactive: defaults to false.
Options
ID | Default | Values | Description |
---|---|---|---|
address | 1 | 1 ... 32 | the panel’s Modbus address |
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 | ||
pollinterval | 1 | > 0 | the data acquisition interval, in seconds |
lastzone | 150 | 0 ... 150 | set to the highest zone number configured in the panel. Set to 0 to disable zone status polling and control commands |
loglines | 100 | ≥ 0 | if GUI support is enabled, set to the maximum number of lines to show in the log text object. Set to 0 to disable the GUI log |
protocolversion | 2 | 1 | set this option to 1 only if the panel is using the old firmware |
2 | default protocol support for panels with new firmware (N models) |