Difference between revisions of "Fp2000"
Line 127: | Line 127: | ||
|rowspan="3" |led.general.fire.1 | |rowspan="3" |led.general.fire.1 | ||
− | led.general.fire.2 | + | led.general.fire.2<br/> |
− | led.general.processor | + | led.general.processor<br/> |
− | led.general.supply.fault | + | led.general.supply.fault<br/> |
− | led.general.disabled | + | led.general.disabled<br/> |
− | led.general.fault | + | led.general.fault<br/> |
− | led.general.supply | + | led.general.supply<br/> |
− | led.general.system.fault | + | led.general.system.fault<br/> |
− | led.brigade.delay.off | + | led.brigade.delay.off<br/> |
− | led.brigade.delay.on | + | led.brigade.delay.on<br/> |
− | led.brigade.stop | + | led.brigade.stop<br/> |
− | led.brigade.fault | + | led.brigade.fault<br/> |
− | led.brigade.signal | + | led.brigade.signal<br/> |
− | led.sounder.delay.on | + | led.sounder.delay.on<br/> |
− | led.sounder.silence | + | led.sounder.silence<br/> |
− | led.sounder.fault | + | led.sounder.fault<br/> |
− | led.sounder.sound | + | led.sounder.sound<br/> |
− | led.sounder.delay.off | + | led.sounder.delay.off<br/> |
− | led.control.test | + | led.control.test<br/> |
− | led.control.disabled | + | led.control.disabled<br/> |
− | led.control.silence.buzzer | + | led.control.silence.buzzer<br/> |
− | led.all | + | led.all<br/> |
led.panel | led.panel | ||
|on | |on | ||
Line 187: | Line 187: | ||
|rowspan="4" |clock | |rowspan="4" |clock | ||
− | |rowspan="2" | + | |rowspan="2" |<date_time> |
− | |||
− | |<date_time> | ||
|R | |R | ||
|the panel’s clock is set to <date_time>. The value has the format "yyyy-mm-dd hh:mm:ss" (e.g. "2012-12-30 16:59:23") | |the panel’s clock is set to <date_time>. The value has the format "yyyy-mm-dd hh:mm:ss" (e.g. "2012-12-30 16:59:23") | ||
|- | |- | ||
|W | |W | ||
− | |set the data | + | |set the data and time of the panel to <date_time>. The value has the format "yyyy-mm-dd hh:mm:ss" (e.g. "2012-12-30 16:59:23") |
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
+ | |read | ||
|W | |W | ||
|request for reading date and time set on the panel | |request for reading date and time set on the panel |
Revision as of 17:08, 10 January 2014
Aritech Interlogix FP2000 is a multi-area fire panel. The integration with HSYCO can be accomplished via direct control through the RS232 port on the panel. The FP2000 I/O Server in HSYCO supports the integration of more than one unit within the same HSYCO interface.
Contents
Communication
Employ an RS-232 cable to connect the panel directly to HSYCO.
RS-232 parameters:
Baud rate | same as panel settings (default 9600) |
Data bits | 8 |
Stop bit | 1 |
Parity | none |
Flow control | RTS/CTS |
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 | ||
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 | ||
accesscode | 0 | 0 | do not request for authentication (the I/O Server will only be usable as panel emulator) |
1 - 9999 | use the specified value as access code for requesting authentication | ||
keypaddisable | false | true | disable the emulator keypad buttons |
false | the emulator keypad buttons are enabled | ||
controldisable | false | true | disable the emulator control buttons |
false | the emulator control buttons are enabled | ||
displayhlcolor | 339933 | 000000 - FFFFFF | use the specified hexadecimal value as the highlight color for the display of the emulator |
Datapoints
User Interface
Ats Object
The user interface for the Aritech ATS multi-area intrusion detection system:
The Ats object is listed in the Project Editor’s new object list only when at least one Aritech ATS I/O Server is defined.
Parameters
- server id: the server ID. Supports Redirect variables
- position: the object's position. Use the pixels or rows and columns coordinates format
Syntax
(ats <server id>; <position>)
E.g.
(ats serverid; x10y20)
UISET Actions
ID | Value | R/W | Description |
---|---|---|---|
connection | online | R | connection established |
offline | R | HSYCO can't connect to the panel | |
emulation | 1 | R | emulation is active |
W | activate emulation | ||
0 | R | emulation is disabled | |
W | disable emulation | ||
led.general.fire.1
led.general.fire.2 |
on | R | the corresponding LED is on |
off | R | the corresponding LED is off | |
blink | W | the corresponding LED is on, blinking | |
status.alarm.count | <num> | R | count of fires |
status.fault.count | <num> | R | count of faults |
status.condition.count | <num> | R | count of conditions |
status.event.count | <num> | R | count of all the events other than fire, fault or condition |
clock | <date_time> | R | the panel’s clock is set to <date_time>. The value has the format "yyyy-mm-dd hh:mm:ss" (e.g. "2012-12-30 16:59:23") |
W | set the data and time of the panel to <date_time>. The value has the format "yyyy-mm-dd hh:mm:ss" (e.g. "2012-12-30 16:59:23") | ||
read | W | request for reading date and time set on the panel |
ID | Attribute | Set to | |
---|---|---|---|
log | value | latest security log lines (as many as specified by the 'logsize' option) | |
log0 | value | latest line of the security log when a new entry is added, set back to blank after a short period | |
a<n>.name | value | name assigned to area <n> | |
z<n>.name | value | name assigned to zone <n> | |
connection.label | visible | true | when datapoint connection = offline |
false | when datapoint connection = online | ||
<datapoint_id>.label.1 | visible | true | when datapoint with ID <datapoint_id> has value '1' |
false | when datapoint with ID <datapoint_id> has value '0' | ||
<datapoint_id>.label.0 | visible | true | when datapoint with ID <datapoint_id> has value '0' |
false | when datapoint with ID <datapoint_id> has value '1' |
USER Commands
Name | Param | Action |
---|---|---|
armed | 1 | arm all active areas |
0 | disarm all active areas | |
alarm | reset | reset system alarms |
a<n>.armed | 1 | arm area <n> |
0 | disarm area <n> | |
force | force arm area <n> | |
z<n>.isolated | 1 | isolate zone <n> |
0 | de-isolate zone <n> | |
z<n>.alarm | reset | reset alarms on zone <n> |
o<n>.active | 1 | activate output <n> |
0 | deactivate output <n> |