User Guide

Table Of Contents
Command Syntax
Siemens Building Technologies, Inc. 3-79
ONPWRT (On after power return)
Unitary pre-APOGEE APOGEE BACnet
Syntax
ONPWRT(line#)
line#
Line number at which execution begins in the control
program after returning from power failure.
Line numbers must be entered as integers ranging
from 1 to 32767.
If the line number is invalid, this command is
ignored.
Use
This command is similar to a GOTO command and allows you to
select the first program line that is executed when power has
returned. The ONPWRT command is only executed once and is then
ignored as long as power stays ON.
Example
10 ONPWRT(1800)
Notes
The ONPWRT command should be the first command in a PPCL
program since program execution returns to the first line of a
PPCL program after a power failure.
If the database for a field panel is lost due to a power failure, the
ONPWRT command is not executed when power is restored.
APOGEE PPCL User’s Manual
3-80 Siemens Building Technologies, Inc.
PDL (Peak demand limiting)
Unitary pre-APOGEE APOGEE BACnet
Syntax
PDL(area,totkw,target,g1s,g1e,sh1,...,g4s,g4e,sh4)
area
Meter area number.
Enter this number as an integer.
totkw
Total amount of power consumed by the loads that are
controlled by the PDL command.
The same virtual LAO point must be used for both
the PDL totkw parameter and the kwtot parameter in
the owning PDLDPG command. The value of this
parameter is calculated by the PDL command.
A power-consuming load is controlled by a PDL command if
the following criteria are met:
The power-consuming load is defined in a PDLDAT
command that is associated with a PDL command.
The load is currently in NONE or PDL priority.
The PDL command is traced and is enabled.
The PDLDPG command is enabled.
The PDLDAT command is enabled.
target
Power consumption limit that is maintained by the PDL
command.
The same virtual LAO point must be used for both
the PDL target parameter and the target parameter in
the corresponding PDLDPG command. The value of
this parameter is calculated by the PDLDPG
command.
g1s
Start line for the group 1 load definition in the corresponding
PDLDAT commands. This is the first group to shed when
demand exceeds the setpoint.
g1e
End line for the group 1 load definition.
sh1
Shedding sequence for group 1.
Valid values are 0 and 1.
0 = Fixed shedding
1 = Round robin shedding