Difference between revisions of "Paradox"
(Created page with "PARADOX® EVO48 and EVO192 are advanced, multi-area security systems integrated with a variety of wired and wireless sensors. The EVO48 supports up to 48 zones in 4 areas (par...") |
|||
Line 69: | Line 69: | ||
|maxzone | |maxzone | ||
|0 | |0 | ||
− | |≥ | + | |0 ≥ n ≤ 192 |
|force zones status detect and data points initialization at startup (zones data points are initialized with events disabled) for zones 1 to maxzone value | |force zones status detect and data points initialization at startup (zones data points are initialized with events disabled) for zones 1 to maxzone value | ||
|- | |- |
Revision as of 16:38, 8 January 2014
PARADOX® EVO48 and EVO192 are advanced, multi-area security systems integrated with a variety of wired and wireless sensors. The EVO48 supports up to 48 zones in 4 areas (partitions), while the EVO192 supports 192 zones in 8 areas. Both units support programmable outputs (PGM) and virtual inputs. The Paradox EVO driver in HSYCO supports the integration of more than one EVO unit within the same HSYCO interface. The integration with HSYCO can be accomplished via direct control through the RS-232 port on the PRT3 Integration Module.
Communication
Employ a DE-9 (often called DB-9) male-female RS-232 straight cable to connect the PRT3 to the serial port on HSYCO SERVER.
RS-232 parameters:
Baud rate | same as defined on the PRT3 (default 9600) |
Data bits | 8 |
Stop bit | 1 |
Parity | no parity |
Flow control | none |
Using the software Winload (default user: Master; default password: 1234) set the PRT3 speed to the appropriate rate setting options 2 and 3 of section 016. You can use any of the speeds that the PRT3 supports. 9600 or higher is recommended. Enable serial communication and home automation protocol (Ascii protocol).
HSYCO Configuration
Options
ID | Default | Values | Description |
---|---|---|---|
gui | true | true | enable support for the UI object, UISET actions and USER commands |
false | disable UI support | ||
language | system language | en | language of log and display messages. Supported values are it and en |
it | |||
zoneactivitylog | false | true | logs the open/close status of zones in the log page and security.log files |
false | disable zone status log | ||
maxzone | 0 | 0 ≥ n ≤ 192 | force zones status detect and data points initialization at startup (zones data points are initialized with events disabled) for zones 1 to maxzone value |
areanamelog | true | true | adds the area name to all log messages |
false | remove the area name (if only one area is used, having the area name in the logs could be useless) | ||
code | code | the user code to be used when sending IO commands to the EVO, if code is not explicitly set in the command | |
logsize | 50 | n ≥ 0 | the number of log lines to display in the UI object |
bentel.ini
The bentel.ini file is an optional configuration file located in the main directory (same directory as hsyco.ini or hsyco.jar) and used to define zones and partitions names. If defined, these names will be used instead of the original numbers in the log files and the bentel GUI object.
The bentel.ini is automatically detected at start-up. Changes to this file become effective when the I/O Server is restarted.
For each zone or partition, enter a line formatted as:
<io_server_id>.zone.<n> = <name> <io_server_id>.area.<n> = <name>
For instance:
kyo.zone.1 = kitchen kyo.zone.2 = garage kyo.area.1 = basement kyo.area.2 = second floor
Datapoints
ID | Value | R/W | Description |
---|---|---|---|
connection | online | R | connection established |
offline | R | HSYCO can't connect to the panel | |
system.fault | 1 | R | general system fault |
0 | R | reset | |
system.batteryfault | 1 | R | general battery fault |
0 | R | reset | |
system.lowbattery | 1 | R | low battery |
0 | R | reset | |
system.nobattery | 1 | R | low battery |
0 | R | reset | |
system.nopower | 1 | R | general no AC power fault |
0 | R | reset | |
system.tamper | 1 | R | general tamper condition (central unit, zones, modules) |
0 | R | reset | |
system.radiofault | 1 | R | general radio modules fault |
0 | R | reset | |
system.radiolowbattery | 1 | R | radio modules low battery |
0 | R | reset | |
system.duress | 1 | R | duress status |
0 | R | reset | |
system.maintenance | 1 | R | maintenance mode |
0 | R | reset | |
zone.disabled | 1 | R | zone N disabled |
0 | R | zone N enabled | |
zone.alarm | 1 | R | zone N alarm |
0 | R | reset | |
zone.tamper | 1 | R | zone N tamper alarm |
0 | R | reset | |
zone.<n> | enable | W | enable zone <n> using default code |
disable | W | disable zone <n> using default code | |
enable.<c> | W | enable zone <n> using code <c> | |
disable.<c> | W | disable zone <n> using code <c> | |
partition.<n>.armed | 1 | R | area <n> is armed (any mode) |
0 | R | reset | |
partition.<n>.disarmed | 1 | R | area <n> is not armed |
0 | R | reset | |
partition.<n>.away | 1 | R | area <n> away mode |
0 | R | reset | |
partition.<n>.stay | 1 | R | area <n> stay mode |
0 | R | reset | |
partition.<n>.staynodelay | 1 | R | area <n> stay no delay mode |
0 | R | reset | |
partition.<n>.alarm | 1 | R | area <n> alarm memory |
0 | R | reset | |
partition.<n> | away | W | arm area <n> using default code |
disarm | W | disarm area <n> using default code | |
stay | W | stay arm area <n> using default code | |
staynodelay | W | instant stay arm area <n> using default code | |
away.<c> | W | arm area <n> using code <c> | |
disarm.<c> | W | disarm area <n> using code <c> | |
stay.<c> | W | stay arm area <n> using code <c> | |
staynodelay.<c> | W | instant stay arm area <n> using code <c> | |
out.<n> | off | W | turn off output <n> using default code |
on | W | turn on output <n> using default code | |
off.<c> | W | turn off output <n> using code <c> | |
on.<c> | W | turn on output <n> using code <c> |