Difference between revisions of "Detnov"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
=== Communication === | === Communication === | ||
− | *'''Address''': IP address of the | + | *'''Address''': IP address of the DETNOV panel |
*'''Port''': TCP/IP port for MODBUS communication (default 502) | *'''Port''': TCP/IP port for MODBUS communication (default 502) | ||
=== High Availability === | === High Availability === | ||
*'''Shutdown when inactive''': defaults to false. | *'''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 DETNOV panel | ||
+ | |||
+ | |- | ||
+ | |||
+ | |pollingtime | ||
+ | |1 | ||
+ | |style="white-space:nowrap"|3000 ... 128 | ||
+ | |set to the highest module number configured in the panel | ||
+ | |- | ||
+ | |||
+ | |} |
Revision as of 12:25, 21 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.
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 | 1 | 3000 ... 128 | set to the highest module number configured in the panel |