Difference between revisions of "Detnov"
Jump to navigation
Jump to search
Line 161: | Line 161: | ||
|R | |R | ||
|sounders are active | |sounders are active | ||
+ | |- | ||
+ | |||
+ | |rowspan="2" |global.sounders.silenced | ||
+ | |0 | ||
+ | |R | ||
+ | |sounders are not silenced | ||
+ | |- | ||
+ | |1 | ||
+ | |R | ||
+ | |sounders are silenced | ||
+ | |- | ||
+ | |||
+ | |rowspan="2" |intest.zone.exists | ||
+ | |0 | ||
+ | |R | ||
+ | |at least one zone is in test | ||
+ | |- | ||
+ | |1 | ||
+ | |R | ||
+ | |no zones are in test | ||
+ | |- | ||
+ | |||
+ | |rowspan="2" |disabled.zone.exists | ||
+ | |0 | ||
+ | |R | ||
+ | |at least one zone is disabled | ||
+ | |- | ||
+ | |1 | ||
+ | |R | ||
+ | |no zones are disabled | ||
+ | |- | ||
+ | |||
+ | |rowspan="2" |output.disabled | ||
+ | |0 | ||
+ | |R | ||
+ | |at least one output is disabled | ||
+ | |- | ||
+ | |1 | ||
+ | |R | ||
+ | |no outputs are disabled | ||
+ | |- | ||
+ | |||
+ | |rowspan="2" |sounders.disabled | ||
+ | |0 | ||
+ | |R | ||
+ | |at least one sounder is disabled | ||
+ | |- | ||
+ | |1 | ||
+ | |R | ||
+ | |no sounders are disabled | ||
+ | |- | ||
+ | |||
+ | |rowspan="2" |sounders.delayed | ||
+ | |0 | ||
+ | |R | ||
+ | |at least one sounder is delayed | ||
+ | |- | ||
+ | |1 | ||
+ | |R | ||
+ | |no sounders are delayed | ||
|- | |- | ||
Revision as of 15:29, 28 December 2020
DETNOV 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 MODBUS REGISTERS FOR DETNOV ADDRESSABLE SYSTEM VERSION 1.11 ENG
This driver has been tested on DETNOV CAD-150-2 panel. (Should be compatible with CAD 150-1, CAD 150-2, CAD 150-8, CAD 150-8+, CAD 150-4)
Contents
Communication
DETNOV 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 DETNOV I/O Server in the I/O Servers section of the Settings and set its parameters:
Communication
- Address: IP address of the DETNOV 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 DETNOV panel |
pollingtime | 3000 | n >= 3000 | the data polling interval, in milliseconds. |
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 |
mute | 1 | W | panel mute |
sounderson | 1 | W | enable sounders |
soundersoff | 1 | W | disable sounders |
info.modbus.status | 0 | R | modbus is disconnected |
1 | R | modbus slave is connected | |
info.panel.type | <n> | R | n=1,2 > CAD 150-1, CAD 150-2 n=4,8 > CAD 150-8, CAD 150-8+, CAD 150-4 |
info.panel.version | <n> | R | n is the version of the panel |
info.panel.network.version | <n> | R | n is the network version of the panel |
info.panel.modbus.version | <n> | R | n is the modbus version of the panel |
global.mute | 0 | R | mute is not active |
1 | R | mute is active | |
global.sounders | 0 | R | sounders are not active |
1 | R | sounders are active | |
global.sounders.silenced | 0 | R | sounders are not silenced |
1 | R | sounders are silenced | |
intest.zone.exists | 0 | R | at least one zone is in test |
1 | R | no zones are in test | |
disabled.zone.exists | 0 | R | at least one zone is disabled |
1 | R | no zones are disabled | |
output.disabled | 0 | R | at least one output is disabled |
1 | R | no outputs are disabled | |
sounders.disabled | 0 | R | at least one sounder is disabled |
1 | R | no sounders are disabled | |
sounders.delayed | 0 | R | at least one sounder is delayed |
1 | R | no sounders are delayed |
Release Notes
3.8.0
- initial release