Difference between revisions of "Tecnoalarm"

From HSYCO
Jump to navigation Jump to search
Line 1: Line 1:
 +
TECNOALARM TP16-256, TP8-64BUS, TP8-96VIDEO, TP8-96GSM and TP16-512GSM are advanced, multi-area security systems integrated with a variety of wired and wireless sensors.
 +
The TECNO OUT driver in HSYCO supports the integration of more than one TP unit within the same HSYCO interface.
 +
The integration with HSYCO can be accomplished with a TCP/IP network connection.
 +
 
== Options ==
 
== Options ==
  
Line 8: Line 12:
 
|-
 
|-
  
|rowspan="2"|gui
+
|code
|rowspan="2"|true
+
|---
|true
+
|code
|enable automatic support of Web GUI objects to show the system status and intercept control buttons
+
|the user code that the driver uses when sending commands to the Tecnoalarm system. It must be a valid user code, or the MASTER code when using the TP8-64BUS
 
|-
 
|-
|false
 
|disable support for the Web GUI
 
  
 +
|model
 +
|---
 +
|string
 +
|the system’s model. Use one of the following values: TP16-256, TP8-64BUS, TP8-96VIDEO, TP8-96GSM or TP16-512GSM
 
|-
 
|-
  
Line 25: Line 31:
 
|false
 
|false
 
|start generating events only after HSYCO is aligned with the current status of the system
 
|start generating events only after HSYCO is aligned with the current status of the system
 
 
|-
 
|-
  
|rowspan="2"|discovery
+
|rowspan="2"|gui
 
|rowspan="2"|true
 
|rowspan="2"|true
 
|true
 
|true
|automatically creates the list of all detected datapoints with type DPT 1 and the defined virtual datapoints in the systemtopo.txt file
+
|enable support of the tecnoalarm Web interface object
 
|-
 
|-
 
|false
 
|false
|auto-detect for devices is disabled
+
|disable support of the tecnoalarm Web interface object
 
 
|-
 
 
 
|rowspan="2"|fromevents
 
|rowspan="2"|false
 
|true
 
|generates events for commands sent on the KNX BUS reporting the source address and the value of the command
 
 
|-
 
|-
|false
 
|disable command events
 
  
 +
|logsize
 +
|50
 +
|>=0
 +
|the number of log events shown in the tecnoalarm Web object. Set to 0 to hide the log in the tecnoalarm object
 
|-
 
|-
  
|rowspan="2"|readaftercommand
+
|pass
|rowspan="2"|false
+
|---
|true
+
|string
|forces the driver to read the value of a datapoint after a command is sent to it
+
|the passphrase used to encrypt the TCP/IP traffic. If the Tecnoalarm system doesn’t support the passphrase, you should omit this parameter
 
|-
 
|-
|false
 
|the driver will assume that commands detected on the BUS are always successful, thus no re-reading is performed to set the value of a datapoint
 
  
 +
|polltime
 +
|1000
 +
|>=0
 +
|the data polling interval, in milliseconds. Shorter time improve the response of the system, but increase the load on the CPU of both HSYCO and the Tecnoalarm system
 
|-
 
|-
  
|localport
 
|
 
|<port_number>
 
|specifies the port used locally by HSYCO to communicate with the KNXnet/IP gateway. This option might be necessary when employing network address translation (NAT)
 
  
 
|}
 
|}

Revision as of 16:52, 16 December 2013

TECNOALARM TP16-256, TP8-64BUS, TP8-96VIDEO, TP8-96GSM and TP16-512GSM are advanced, multi-area security systems integrated with a variety of wired and wireless sensors. The TECNO OUT driver in HSYCO supports the integration of more than one TP unit within the same HSYCO interface. The integration with HSYCO can be accomplished with a TCP/IP network connection.

Options

ID Default Values Description
code
code the user code that the driver uses when sending commands to the Tecnoalarm system. It must be a valid user code, or the MASTER code when using the TP8-64BUS
model
string the system’s model. Use one of the following values: TP16-256, TP8-64BUS, TP8-96VIDEO, TP8-96GSM or TP16-512GSM
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 true true enable support of the tecnoalarm Web interface object
false disable support of the tecnoalarm Web interface object
logsize 50 >=0 the number of log events shown in the tecnoalarm Web object. Set to 0 to hide the log in the tecnoalarm object
pass
string the passphrase used to encrypt the TCP/IP traffic. If the Tecnoalarm system doesn’t support the passphrase, you should omit this parameter
polltime 1000 >=0 the data polling interval, in milliseconds. Shorter time improve the response of the system, but increase the load on the CPU of both HSYCO and the Tecnoalarm system