S' Pre-Operator; Scripting Examples - Notifier AFP-2800 Operation, Installation & Programming Manual

Intelligent, analogue addressable panel with non-proprietary programming tools
Hide thumbs Also See for AFP-2800:
Table of Contents

Advertisement

Programming
7
.
1
.
6
'
S
'
P
7
.
1
.
6
'
S
'
P
R
R
The actual state of a point can be referenced in a script by putting an S before the point. Actual state is either
ON/ALARM/ACTIVE or OFF. The S operator should be used when the isolated state of the point is to be ignored
and only the on/off state is required. Using the S operator before the point will return the actual state of the point
and ignore the fact that the point is isolated.
E.g. If L1D1 is in alarm and isolated it would normally be treated as off, all isolated points are treated as off or
inactive in scripts. Script "SL1D1;" will activate its associated output if L1D1 is in alarm and isolated but script
"L1D1;" will only activate its associated output if L1D1 is in alarm and not isolated.
1.101.O1 = SL1D1;
L1M6 = SZ1;
7
.
1
.
7
S
7
.
1
.
7
S
C
R
I
P
C
R
I
P
Type
Script
Or
1.1.z1 or 1.1.z2 or 2.1.i2 or 1.101.i1;
And
1.1.z1 and 1.1.z2;
NOT
1.1.z1 and !1.1.z2;
OR Range
(1.1.z1 -> 1.1.z8);
AND Range
(1.1.z1 &> 1.1.z8);
Alarm/Active
Z999;
Fault
F1.1.z1;
Isolate
I1.1.z1;
Pre-alarm
PL1D3;
S pre-operator
SZ1;
Combination examples:
Example
(1.1.z1 or 1.1.z2) and !1.1.z3;
(1.1.i1 -> 1.99.i3) or (1.1.z1 -> 1.99.z8);
CA and T10;
(ANY3[Z20] or Z21) and !VP10;
Caution:
When a script is being evaluated and a point in the script is found to be isolated, that point is treated as being
inactive (i.e. off or non-alarmed). If the NOT function has been used in the script, this may have unexpected
results. For example, a script such as 1.2.o3 = !1.3.I4; would operate as follows: output 1.2.o3 is ON when
input 1.3.I4 is OFF, and the output 1.2.o3 is OFF when input 1.3.I4 is ON. However if input 1.3.I4 is now
isolated, output 1.2.o3 will go ON because the script will treat the isolated point as OFF (inactive). This may
or may not be the desired action depending on the application.
Note:
Special Netpoints can be used to perform special functions on AFP-2800/2802 FIP. See page 90 for details.
88
-
O
-
O
E
E
P
P
E
E
R
R
A
A
T
T
O
O
R
R
E
E
T
I
N
G
X
A
M
P
L
E
S
T
I
N
G
X
A
M
P
L
E
S
Description
AZF 1 or 2 on module 1 and not AZF 3 on module 1.
And input or any zone on ring 1
When Common Alarm has been active for 10 seconds.
Any 3 devices in zone 20 or zone 21 as long as VP10 is not active
Description
Any of the 4 points in alarm
Both points required to be in alarm
AZF#1 must be alarm and AZF#2 must NOT be in
alarm.
Any AZF on module 1 in alarm
ALL AZF's on module 1 in Alarm.
Zone 999 is in alarm (only if not isolated)
1.1.z1 is in fault
1.1.z1 is isolated
L1D3 in pre-alarm
Zone 1 is in alarm (isolate state is ignored)
AFP-2800/2802 Manual – P/N 11249 11-Mar-08

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Afp-2802

Table of Contents