User Guide

Table Of Contents
Command Syntax
Siemens Building Technologies, Inc. 3-117
Use
The WAIT command turns a point ON or OFF based on the trigger
point switching ON or OFF. Selection of trigger/result action is based
on the mode you enter.
Example
70 C WHEN CNPUMP IS TURNED ON,
72 C THE FIELD PANEL WAITS 60 SECONDS
74 C BEFORE TURNING CHPUMP ON.
75 WAIT(60,CNPUMP,CHPUMP,11)
76 ON(CNPUMP)
Notes
The position of the WAIT statement in a program affects its
operation. The WAIT statement only works if it sees a change of
value (COV) through both states for the trigger point.
On a return from power failure or when the WAIT command is
enabled, the trigger point must be toggled before the command
executes regardless of the current state of either pt1 or pt2.
The command to pt2 is only issued once during the normal
operation of the program until triggered again.
APOGEE PPCL User’s Manual
3-118 Siemens Building Technologies, Inc.