Difference between revisions of "Satel"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
=== High Availability === | === High Availability === | ||
*'''Shutdown when inactive''': defaults to true. | *'''Shutdown when inactive''': defaults to true. | ||
+ | |||
+ | === Options === | ||
+ | |||
+ | {| class="wikitable" | ||
+ | !ID | ||
+ | !Default | ||
+ | !Values | ||
+ | !Description | ||
+ | |||
+ | |- | ||
+ | |||
+ | |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 | ||
+ | |||
+ | |- | ||
+ | |||
+ | |logsize | ||
+ | |20 | ||
+ | |n ≥ 0 | ||
+ | |the number of log lines to display in the UI object | ||
+ | |||
+ | |- | ||
+ | |||
+ | |usercode | ||
+ | | | ||
+ | |<user_code> | ||
+ | |default user code to be used to send commands | ||
+ | |||
+ | |- | ||
+ | |||
+ | |maxzone | ||
+ | | | ||
+ | |1 ≤ n ≤ 256 | ||
+ | |highest zone number configured on the panel | ||
+ | |||
+ | |- | ||
+ | |||
+ | |maxpartition | ||
+ | | | ||
+ | |1 ≤ n ≤ 32 | ||
+ | |highest partition number configured on the panel | ||
+ | |||
+ | |- | ||
+ | |||
+ | |maxoutput | ||
+ | | | ||
+ | |1 ≤ n ≤ 256 | ||
+ | |highest output number configured on the panel | ||
+ | |||
+ | |- | ||
+ | |||
+ | |maxdoor | ||
+ | | | ||
+ | |1 ≤ n ≤ 64 | ||
+ | |highest door number configured on the panel | ||
+ | |||
+ | |} |
Revision as of 17:23, 9 May 2016
The Satel INTEGRA series comprises a variety of multi-area security systems. The integration with HSYCO can be accomplished via direct control through Ethernet connection. The I/O Server complies with the protocol INT-RS v2.13 2015-03-19 and has been tested on firmware version 1.14 2015-12-15.
Contents
Satel Configuration
TODO
HSYCO Configuration
Add a SATEL I/O Server in the I/O Servers section of the Settings and set its parameters:
Communication
- IP Address: host name or IP address of the panel
- IP Port: TCP/IP port to use (as configured on the panel)
High Availability
- Shutdown when inactive: defaults to true.
Options
ID | Default | Values | Description |
---|---|---|---|
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 | ||
logsize | 20 | n ≥ 0 | the number of log lines to display in the UI object |
usercode | <user_code> | default user code to be used to send commands | |
maxzone | 1 ≤ n ≤ 256 | highest zone number configured on the panel | |
maxpartition | 1 ≤ n ≤ 32 | highest partition number configured on the panel | |
maxoutput | 1 ≤ n ≤ 256 | highest output number configured on the panel | |
maxdoor | 1 ≤ n ≤ 64 | highest door number configured on the panel |