Difference between revisions of "Kilsen"
Jump to navigation
Jump to search
Line 128: | Line 128: | ||
|0 | |0 | ||
|R | |R | ||
− | | | + | |no alarm |
|- | |- | ||
|1 | |1 | ||
|R | |R | ||
− | | | + | |at lest one sensor of module on alarm |
|- | |- | ||
Line 138: | Line 138: | ||
|0 | |0 | ||
|R | |R | ||
− | + | no faults | |
|- | |- | ||
|1 | |1 | ||
|R | |R | ||
− | | | + | ||at lest one sensor of module on fault status |
|- | |- | ||
Line 148: | Line 148: | ||
|0 | |0 | ||
|R | |R | ||
− | | | + | |no sensors of modules disabled |
|- | |- | ||
|1 | |1 | ||
|R | |R | ||
− | | | + | |at lest one sensor of module is disabled |
|- | |- | ||
Line 158: | Line 158: | ||
|0 | |0 | ||
|R | |R | ||
− | |panel in test mode | + | |panel in not in test mode |
|- | |- | ||
|1 | |1 | ||
|R | |R | ||
− | |panel is | + | |panel is in test mode |
|- | |- | ||
Line 168: | Line 168: | ||
|0 | |0 | ||
|R | |R | ||
− | |panel in night mode | + | |panel in day mode |
+ | |- | ||
+ | |1 | ||
+ | |R | ||
+ | |panel is night mode | ||
+ | |- | ||
+ | |||
+ | |rowspan="2" |global.mcpalarm | ||
+ | |0 | ||
+ | |R | ||
+ | |mcp alarm off | ||
+ | |- | ||
+ | |1 | ||
+ | |R | ||
+ | |mcp alarm on | ||
+ | |- | ||
+ | |||
+ | |rowspan="2" |global.sounder.delay.enabled | ||
+ | |0 | ||
+ | |R | ||
+ | |sounders delay enabled | ||
+ | |- | ||
+ | |1 | ||
+ | |R | ||
+ | |sounders delay disabled | ||
+ | |- | ||
+ | |||
+ | |||
+ | |rowspan="2" |global.sounder.delay.enabled | ||
+ | |0 | ||
+ | |R | ||
+ | |sounders delay enabled | ||
|- | |- | ||
|1 | |1 | ||
|R | |R | ||
− | | | + | |sounders delay disabled |
|- | |- | ||
|} | |} |
Revision as of 09:40, 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
Contents
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
- Address: IP address of the KILSEN panel
- 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 KILSEN panel |
nodes | 1 | nodes list. Multiple nodes should be separated by semicolons | |
loopsnumber | 1 | > 0 | total number of loops |
sensorsnsumber | 1 | 0 ... 128 | set to the highest sensor number configured in the panel |
modulesnumber | 1 | 0 ... 128 | set to the highest module number configured in the panel |
Datapoints
ID | Value | R/W | Description |
---|---|---|---|
connection | online | R | connection established |
offline | R | HSYCO can't connect to the panel | |
reset | 1 | W | panel reset |
panel.silence | 1 | W | silence panel |
sounders.set | 0 | W | stop sounders |
1 | W | start sounders | |
global.alarm | 0 | R | no alarm |
1 | R | at lest one sensor of module on alarm | |
global.fault | 0 | R
no faults | |
1 | R | at lest one sensor of module on fault status | |
global.disable | 0 | R | no sensors of modules disabled |
1 | R | at lest one sensor of module is disabled | |
global.test | 0 | R | panel in not in test mode |
1 | R | panel is in test mode | |
global.daynight | 0 | R | panel in day mode |
1 | R | panel is night mode | |
global.mcpalarm | 0 | R | mcp alarm off |
1 | R | mcp alarm on | |
global.sounder.delay.enabled | 0 | R | sounders delay enabled |
1 | R | sounders delay disabled | |
global.sounder.delay.enabled | 0 | R | sounders delay enabled |
1 | R | sounders delay disabled |