Difference between revisions of "TSECMACS"
Jump to navigation
Jump to search
Line 53: | Line 53: | ||
== Datapoints == | == Datapoints == | ||
− | === | + | === Utility Datapoints === |
+ | {| class="wikitable" | ||
+ | !ID | ||
+ | !Value | ||
+ | !R/W | ||
+ | !Description | ||
+ | |||
+ | |- | ||
+ | |||
+ | |rowspan="2" |connection | ||
+ | |online | ||
+ | |R | ||
+ | |connection established | ||
+ | |- | ||
+ | |offline | ||
+ | |R | ||
+ | |HSYCO can't connect to the sensor | ||
+ | |||
+ | |- | ||
+ | |||
+ | |rowspan="2" |sensor.<n>.isenabled | ||
+ | |1 | ||
+ | |R/W | ||
+ | |The sensor is enabled | ||
+ | |- | ||
+ | |0 | ||
+ | |R/W | ||
+ | |The sensor is NOT enabled | ||
+ | |- | ||
+ | |||
+ | |sensor.<n>.zoneid | ||
+ | |<value> | ||
+ | |R | ||
+ | |Returns the zone id of the sensor | ||
+ | |- | ||
+ | |||
+ | |zone.<m>.name | ||
+ | |<value> | ||
+ | |R | ||
+ | |Returns the zone name | ||
+ | |||
+ | |- | ||
+ | |||
+ | |zone.<m>.outputid | ||
+ | |<value> | ||
+ | |R | ||
+ | |Returns the zone output id | ||
+ | |||
+ | |} | ||
+ | |||
+ | === Alarms Datapoints === | ||
{| class="wikitable" | {| class="wikitable" | ||
!ID | !ID |
Revision as of 08:49, 19 August 2022
The TSEC MACS MACS is a perimeter anti-intrusion system for rigid and semi-rigid metal fences.
Contents
HSYCO Configuration
Add the TSECMACS 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 assigned to the panel's web server
Authentication
- Username: username to access the web server
- Password: password to access the web server
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 | ||
gui | false | true | |
false | |||
pollinterval | 1000 | n >= 1000 | the data acquisition interval, in milliseconds |
Datapoints
Utility Datapoints
ID | Value | R/W | Description |
---|---|---|---|
connection | online | R | connection established |
offline | R | HSYCO can't connect to the sensor | |
sensor.<n>.isenabled | 1 | R/W | The sensor is enabled |
0 | R/W | The sensor is NOT enabled | |
sensor.<n>.zoneid | <value> | R | Returns the zone id of the sensor |
zone.<m>.name | <value> | R | Returns the zone name |
zone.<m>.outputid | <value> | R | Returns the zone output id |
Alarms Datapoints
ID | Value | R/W | Description |
---|---|---|---|
connection | online | R | connection established |
offline | R | HSYCO can't connect to the sensor | |
sensor.<n>.isenabled | 1 | R/W | The sensor is enabled |
0 | R/W | The sensor is NOT enabled | |
sensor.<n>.zoneid | <value> | R | Returns the zone id of the sensor |
zone.<m>.name | <value> | R | Returns the zone name |
zone.<m>.outputid | <value> | R | Returns the zone output id |