Difference between revisions of "TSECMACS"

From HSYCO
Jump to navigation Jump to search
Line 112: Line 112:
 
|-
 
|-
  
|rowspan="2" |connection
+
|alarm
|online
+
|0/1
 
|R
 
|R
|connection established
+
|This datapoint will return 1 if just one sensor or zone is in alarm
 
|-
 
|-
|offline
+
 
 +
|<sensor/zone>.<n>.alarm.cumulative
 +
|0/1
 +
|R
 +
|Returns 1 if just one alarm is on for the requested sensor / zone
 +
|-
 +
 
 +
|<sensor/zone>.<n>.alarm.accelerometer.fault
 +
|0/1
 +
|R
 +
|Accelerometer fault alarm
 +
 
 +
|-
 +
|<sensor/zone>.<n>.alarm.bus.fault
 +
|0/1
 +
|R
 +
|Bus fault alarm
 +
|-
 +
 
 +
|-
 +
|<sensor/zone>.<n>.alarm.climbing.alarm
 +
|0/1
 +
|R
 +
|Climbing alarm
 +
|-
 +
 
 +
|-
 +
|<sensor/zone>.<n>.alarm.climbing.prealarm
 +
|0/1
 +
|R
 +
|Climbing pre alarm
 +
|-
 +
 
 +
|-
 +
|<sensor/zone>.<n>.alarm.communication.mas-eth.lost
 +
|0/1
 +
|R
 +
|Communication to the mas-eth lost alarm
 +
|-
 +
 
 +
|-
 +
|<sensor/zone>.<n>.alarm.communication.security.problem
 +
|0/1
 +
|R
 +
|Generic communication security problem alarm
 +
|-
 +
 
 +
|-
 +
|<sensor/zone>.<n>.alarm.communication.with.sensor.failed
 +
|0/1
 +
|R
 +
|Communication with sensor failed alarm
 +
|-
 +
 
 +
|-
 +
|<sensor/zone>.<n>.alarm.configuration.in.progress
 +
|0/1
 +
|R
 +
|Configuration in progress alarm
 +
|-
 +
 
 +
|-
 +
|<sensor/zone>.<n>.alarm.consistency.error
 +
|0/1
 +
|R
 +
|Consistency error alarm
 +
|-
 +
 
 +
|-
 +
|<sensor/zone>.<n>.alarm.cut.alarm
 +
|0/1
 +
|R
 +
|Cut alarm
 +
|-
 +
 
 +
|-
 +
|<sensor/zone>.<n>.alarm.cut.prealarm
 +
|0/1
 +
|R
 +
|Cut pre alarm
 +
|-
 +
 
 +
|-
 +
|<sensor/zone>.<n>.alarm.error.writing.parameters.on.sensor
 +
|0/1
 +
|R
 +
|Error writing parameters on sensor alarm
 +
|-
 +
 
 +
|-
 +
|<sensor/zone>.<n>.alarm.magnetic.attack.alarm
 +
|0/1
 +
|R
 +
|Magnetic attack alarm
 +
|-
 +
 
 +
|-
 +
|<sensor/zone>.<n>.alarm.persistent.perturbation.alarm
 +
|0/1
 
|R
 
|R
|HSYCO can't connect to the sensor
+
|Persistent perturbation alarm
 +
|-
  
 +
|-
 +
|<sensor/zone>.<n>.alarm.persistent.perturbation.prealarm
 +
|0/1
 +
|R
 +
|Persistent perturbation pre alarm
 
|-
 
|-
  
|rowspan="2" |sensor.<n>.isenabled
 
|1
 
|R/W
 
|The sensor is enabled
 
 
|-
 
|-
|0
+
|<sensor/zone>.<n>.alarm.power.supply.problems
|R/W
+
|0/1
|The sensor is NOT enabled
+
|R
 +
|Power supply problems alarm
 
|-
 
|-
  
|sensor.<n>.zoneid
+
|-
|<value>
+
|<sensor/zone>.<n>.alarm.remove.alarm
 +
|0/1
 
|R
 
|R
|Returns the zone id of the sensor
+
|remove alarm
 
|-
 
|-
  
|zone.<m>.name
+
|-
|<value>
+
|<sensor/zone>.<n>.alarm.remove.alarm
 +
|0/1
 
|R
 
|R
|Returns the zone name
+
|Returns 1 if the alarm is removed
 +
|-
  
 +
|-
 +
|<sensor/zone>.<n>.alarm.sd.card.not.inserted.or.damaged
 +
|0/1
 +
|R
 +
|SD card not inserted or damaged alarm
 
|-
 
|-
  
|zone.<m>.outputid
+
|-
|<value>
+
|<sensor/zone>.<n>.alarm.sensor.fault
 +
|0/1
 
|R
 
|R
|Returns the zone output id
+
|Sensor fault alarm
 +
|-
 +
 
 +
|-
 +
|<sensor/zone>.<n>.alarm.sensor.not.found
 +
|0/1
 +
|R
 +
|Sensor not found alarm
 +
|-
 +
 
 +
|-
 +
|<sensor/zone>.<n>.alarm.sporadic.cut.alarm
 +
|0/1
 +
|R
 +
|Sporadic cut alarm
 +
|-
 +
 
 +
|-
 +
|<sensor/zone>.<n>.alarm.sporadic.cut.prealarm
 +
|0/1
 +
|R
 +
|Sporadic cut pre alarm
 +
|-
 +
 
 +
|-
 +
|<sensor/zone>.<n>.alarm.tamper.mas
 +
|0/1
 +
|R
 +
|Tamper mas alarm
 +
|-
 +
 
 +
|-
 +
|<sensor/zone>.<n>.zone.or.output.not.use
 +
|0/1
 +
|R
 +
|Zone or output not use alarm
 +
|-
  
 
|}
 
|}

Revision as of 10:10, 19 August 2022

The TSEC MACS MACS is a perimeter anti-intrusion system for rigid and semi-rigid metal fences.

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
alarm 0/1 R This datapoint will return 1 if just one sensor or zone is in alarm
<sensor/zone>.<n>.alarm.cumulative 0/1 R Returns 1 if just one alarm is on for the requested sensor / zone
<sensor/zone>.<n>.alarm.accelerometer.fault 0/1 R Accelerometer fault alarm
<sensor/zone>.<n>.alarm.bus.fault 0/1 R Bus fault alarm
<sensor/zone>.<n>.alarm.climbing.alarm 0/1 R Climbing alarm
<sensor/zone>.<n>.alarm.climbing.prealarm 0/1 R Climbing pre alarm
<sensor/zone>.<n>.alarm.communication.mas-eth.lost 0/1 R Communication to the mas-eth lost alarm
<sensor/zone>.<n>.alarm.communication.security.problem 0/1 R Generic communication security problem alarm
<sensor/zone>.<n>.alarm.communication.with.sensor.failed 0/1 R Communication with sensor failed alarm
<sensor/zone>.<n>.alarm.configuration.in.progress 0/1 R Configuration in progress alarm
<sensor/zone>.<n>.alarm.consistency.error 0/1 R Consistency error alarm
<sensor/zone>.<n>.alarm.cut.alarm 0/1 R Cut alarm
<sensor/zone>.<n>.alarm.cut.prealarm 0/1 R Cut pre alarm
<sensor/zone>.<n>.alarm.error.writing.parameters.on.sensor 0/1 R Error writing parameters on sensor alarm
<sensor/zone>.<n>.alarm.magnetic.attack.alarm 0/1 R Magnetic attack alarm
<sensor/zone>.<n>.alarm.persistent.perturbation.alarm 0/1 R Persistent perturbation alarm
<sensor/zone>.<n>.alarm.persistent.perturbation.prealarm 0/1 R Persistent perturbation pre alarm
<sensor/zone>.<n>.alarm.power.supply.problems 0/1 R Power supply problems alarm
<sensor/zone>.<n>.alarm.remove.alarm 0/1 R remove alarm
<sensor/zone>.<n>.alarm.remove.alarm 0/1 R Returns 1 if the alarm is removed
<sensor/zone>.<n>.alarm.sd.card.not.inserted.or.damaged 0/1 R SD card not inserted or damaged alarm
<sensor/zone>.<n>.alarm.sensor.fault 0/1 R Sensor fault alarm
<sensor/zone>.<n>.alarm.sensor.not.found 0/1 R Sensor not found alarm
<sensor/zone>.<n>.alarm.sporadic.cut.alarm 0/1 R Sporadic cut alarm
<sensor/zone>.<n>.alarm.sporadic.cut.prealarm 0/1 R Sporadic cut pre alarm
<sensor/zone>.<n>.alarm.tamper.mas 0/1 R Tamper mas alarm
<sensor/zone>.<n>.zone.or.output.not.use 0/1 R Zone or output not use alarm