Difference between revisions of "Teledata"
Line 50: | Line 50: | ||
|> 0 | |> 0 | ||
|MODBUS unit ID of the KILSEN panel | |MODBUS unit ID of the KILSEN panel | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
Line 63: | Line 56: | ||
|1 | |1 | ||
|> 0 | |> 0 | ||
− | | | + | |the last loop to read. In case of multiple panels, insert the number of loops of the panel with more loops. |
|- | |- | ||
− | | | + | |panelsnumber |
|1 | |1 | ||
− | | | + | |> 0 |
− | | | + | |In case of multiple panels, insert the address of the last panel. In case of single panel leave it empty or type 1. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} |
Revision as of 15:31, 6 August 2021
Teledata TeledataONE and MiniONE are multi-area fire panels. The integration with HSYCO can be accomplished via a standard Modbus TCP/IP connection using Teledata ONEconnect as gateway. ONEconnect gateway must be configured in Gateway / Printer Mode. This driver was developed following the MODBUS documentation "Documento Interfacciamento Modbus Antincendio Rev. 2.1"
This driver could handle 12 panels each one with 16 loops of 240 sensors. This I/O server can be slow in case of high amount of loops, sensors, modules. To partially solve the issue this I/O servers has a double polling implementation: fast polling for global status, slow polling for sensors status. This means that the global panel status is requested more frequently. For example in case of fire alarm the global alarm will be approximately notified within 3 seconds or less, the specific sensor alarm will be notified later, with a delay proportional to the numbers of loop, sensors, modules declared in the driver's options.
HSYCO Configuration
Add a TELEDATA I/O Server in the I/O Servers section of the Settings and set its parameters:
Communication
- Address: IP address of the TELEDATA ONEconnect gateway
- 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 |
loopsnumber | 1 | > 0 | the last loop to read. In case of multiple panels, insert the number of loops of the panel with more loops. |
panelsnumber | 1 | > 0 | In case of multiple panels, insert the address of the last panel. In case of single panel leave it empty or type 1. |