Difference between revisions of "TSECMACS"

From HSYCO
Jump to navigation Jump to search
Line 82: Line 82:
 
|-
 
|-
  
|rotation
+
|sensor.<n>.zoneid
 
|<value>
 
|<value>
 
|R
 
|R
|sensor current rotation. Values around 0 mean the sensor is horizontal (volumetric) while values around 90 mean the sensor is vertical (barrier)
+
|Returns the zone id of the sensor
 
 
|-
 
 
 
|totaltargets
 
|n >= 0
 
|R
 
|total targets detected by the sensor simultaneously
 
 
 
|-
 
 
 
|targets.<n>.distance
 
|<value>
 
|R
 
|distance in mm of target <n> from the sensor
 
 
 
|-
 
 
 
|targets.<n>.rcs
 
|<value>
 
|R
 
|measure of the size of detected target <n>
 
 
 
|-
 
 
 
|targets.<n>.id
 
|<value>
 
|R
 
|identifier of target <n>. The identifier may change if the target is lost
 
 
 
|-
 
 
 
|totalarms
 
|n >= 0
 
|R
 
|total alarms triggered simultaneously
 
 
 
|-
 
 
 
|rowspan="2" |alarms.<n>.detection
 
|alarm
 
|R
 
|detection situation, alarm <n> has been triggered in the alarm area
 
|-
 
|pre-alarm
 
|R
 
|detection situation, alarm <n> has been triggered in the pre-alarm area
 
 
 
|-
 
 
 
|rowspan="2" |alarms.<n>.tampering
 
|moved
 
|R
 
|tampering situation with alarm <n>, the sensor has been moved
 
|-
 
|masked
 
|R
 
|tampering situation with alarm <n>, the sensor has been masked
 
 
 
|-
 
 
 
|rowspan="7" |alarms.<n>.fault
 
|voltage
 
|R
 
|fault situation with alarm <n>, input voltage out of range
 
|-
 
|firmware
 
|R
 
|fault situation with alarm <n>, firmware internal error
 
|-
 
|HW-RF
 
|R
 
|fault situation with alarm <n>, hardware RF head
 
|-
 
|HW-MEMS
 
|R
 
|fault situation with alarm <n>, hardware MEMS
 
|-
 
|mask
 
|R
 
|fault situation with alarm <n>, masking not ready
 
|-
 
|storage
 
|R
 
|fault situation with alarm <n>, corrupted storage
 
|-
 
|motion
 
|R
 
|fault situation with alarm <n>, motion detector not responding
 
 
 
|-
 
 
 
|alarms.<n>.totaltargets
 
|n >= 0
 
|R
 
|total targets detected simultaneously, associated with alarm <n>
 
 
 
|-
 
 
 
|alarms.<n>.targets.<m>.distance
 
|<value>
 
|R
 
|distance in mm of target <m> (associated with alarm <n>) from the sensor
 
 
 
 
|-
 
|-
  
|alarms.<n>.targets.<m>.rcs
+
|zone.<m>.name
 
|<value>
 
|<value>
 
|R
 
|R
|measure of the size of detected target <m> (associated with alarm <n>)
+
|Returns the zone name
  
 
|-
 
|-
  
|alarms.<n>.targets.<m>.id
+
|zone.<m>.outputid
 
|<value>
 
|<value>
 
|R
 
|R
|identifier of target <m> (associated with alarm <n>)
+
|Returns the zone output id
  
 
|}
 
|}

Revision as of 09:48, 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

ID Value R/W Description
connection online R connection established
offline R HSYCO can't connect to the sensor
sensor.<n>.isenabled 1 R The sensor is enabled
0 R 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