4100ES-S1 Programming Guide
Document: LT0400
Custom Control
9-2
9.1
General
4100ES-S1 Custom Control equations provide a way to override the 4100ES-S1
’s default
operation.
Each Custom Control equation has a similar form: one half of the equation, called the
input
side
, is used to monitor the state of specific system inputs (initiating devices, for example).
The other half of the equation, called the
output
side
, is used to control specific system
outputs (relays, addressable devices, etc.). If the input side of the equation is true, then
execute the output side.
9.2
Custom Control Syntax
Input Statements
are typically used to monitor the status of a point or list, or perform an
action such as delay, cycle, compare two values, or save/recall values. Every input
statement begins with an
Opcode
, which is the action that the input is performing (for
example, monitor point status, recall memory register, etc.). The Custom Control wizard
then displays a series of opcode-specific dialogs. For example if the Opcode is Point Status,
the dialogs prompt the user for information about the condition (alarm, trouble, etc.) and
point being monitored.
[INPUTS]
STATUS
FIRE
L261
| LIST | MIXED | ALARM LIST ZONE 1
Output Statements
are the actions that occur only when the input side of the equation is
true. Every output statement begins with an
Opcode
, which is the general action that occurs
when the input side is true. The opcode-is followed by a series of opcode-specific dialogs,
which allow you to specify exactly how the selected opcode functions. For example, if you
are using the Set Opcode, the wizard displays a series of dialogs that allow you to specify a
qualifier (on, off, etc.) and the point (a signal, for example) on which you want the output
action to execute.
[OUTPUTS]
HOLD
ON
PRI
=
9
,
9
P521
| DIGITAL | UTILITY | A/C TRIP
Logical Operators
(AND, OR, NOT) allow you to link multiple input statements to form
logical expressions. Logical operators are only used with input statements and are not used
with Output statements. 4100ES-S1 Custom Control uses the following logical operators.
AND Operator.
The AND logical operator allows you to put a group of points in series
so that only the activation of
all
points at the same time
causes the Output side of the
equation to occur. In the following example, List 261 (= Zone1) and List 262 (= Zone2)
must both be in alarm (FIRE) before the output (TRACK ON SIG 4) executes.
[INPUTS]
STATUS
FIRE
L261
| LIST | MIXED | ALARM LIST ZONE 1
AND
STATUS
FIRE
L262
| LIST | MIXED | ALARM LIST ZONE 2
[END INPUTS]
[OUTPUTS]
TRACK
ON
PRI
=
9
,
9
SIG4
| SIGB | QALERT | FIRE ALARM BELL/STROBE
[END OUTPUTS]
Summary of Contents for 4100ES-S1
Page 1: ...4100ES S1 Fire Indicator Panel Programming Guide Australian Programming Guide LT0400 Issue 1 5...
Page 2: ......
Page 7: ...Document LT0400 4100ES S1 Programming Guide Introduction 1 1 1 Introduction...
Page 10: ...4100ES S1 Programming Guide Document LT0400 Introduction 1 4 THIS PAGE IS INTENTIONALLY BLANK...
Page 11: ...Document LT0400 4100ES S1 Programming Guide System Overview 2 1 2 System Overview...
Page 39: ...Document LT0400 4100ES S1 Programming Guide Adding Zone Displays 7 1 7 Adding Zone Displays...
Page 61: ...Document LT0400 4100ES S1 Programming Guide Custom Control 9 1 9 Custom Control...
Page 69: ...Document LT0400 4100ES S1 Programming Guide AS1668 Fan Controls 10 1 10 AS1668 Fan Controls...
Page 95: ...Document LT0400 4100ES S1 Programming Guide Appendices 12 1 12 Appendices...