User Guide
Table Of Contents
- Table of Contents
- How to Use This Manual
- Chapter 1–Program Methodology
- Overview
- Introduction to PPCL
- PPCL Rules
- PPCL Program Design Guidelines
- Relational Operators
- Logical Operators
- Arithmetic Operators
- Arithmetic Functions
- Special Functions
- Order of Precedence
- Resident Points
- Local Variables
- Point Priority Overview
- At (@) Priority Status Indicators
- Point Status Indicators
- Converting a Sequence of Operation intoProgram Code
- Chapter 2–Control OptionComparisons
- Chapter 3–Command Syntax
- Overview
- ACT (Activate lines)
- ADAPTM (Adaptive control, multiple)
- ADAPTS (Adaptive control, single)
- ALARM (Alarm state)
- AUTO (Auto status)
- DAY (Day mode)
- DBSWIT (Dead band switch)
- DC (Duty cycle)
- DCR (Duty cycle routine)
- DEACT (Deactivate lines)
- DEFINE (Define abbreviation)
- DISABL (Disable lines)
- DISALM (Disable alarm)
- DISCOV (Disable COV)
- DPHONE (Disable phone)
- EMAUTO (Emergency, Auto status)
- EMFAST (Emergency, Fast status)
- EMOFF (Emergency, Off status)
- EMON (Emergency, On status)
- EMSET (Emergency, set value)
- EMSLOW (Emergency, Slow status)
- ENABLE (Enable lines)
- ENALM (Enable alarm)
- ENCOV (Enable COV)
- EPHONE (Enable phone)
- FAST (Fast status)
- GOSUB (Go to subroutine)
- GOTO (Go to line)
- HLIMIT (High limit)
- HOLIDA (Holiday)
- IF/THEN and IF/THEN/ELSE (Conditional control)
- INITTO (Initialize totalized value)
- LLIMIT (Low limit)
- LOCAL (Local variable)
- LOOP (Loop control)
- MAX (Maximum value)
- MIN (Minimum value)
- NIGHT (Night mode)
- NORMAL (Normal operating mode)
- OFF (Off status)
- OIP (Operator interface program)
- ON (On status)
- ONPWRT (On after power return)
- PDL (Peak demand limiting)
- PDLDAT (PDL, define load attributes)
- PDLDPG (PDL, digital point group)
- PDLMTR (PDL, meter monitor)
- PDLSET (PDL, setpoints)
- RELEAS (Release)
- RETURN (Return/end subroutine)
- SAMPLE (Sample a statement)
- SET (Set point value)
- SLOW (Slow status)
- SSTO (Start/stop time optimization)
- SSTOCO (SSTO coefficients)
- STATE (State text command)
- TABLE (Table of coordinates)
- TIMAVG (Average over time)
- TOD (Time of day, digital points)
- TODMOD (TOD modes)
- TODSET (Time of day, analog points)
- WAIT (Wait time)
- Overview
- Glossary
- Appendix A—PPCL Reserved WordList
- Index
Control Option Comparisons—Start/Stop Time Optimization (SSTO)
Siemens Building Technologies, Inc. 2-21
Heating Mode at Occupancy End
If the indoor temperature is greater than the desired temperature plus
one degree, then:
AE = AE - HA
Where:
AE = Adjust end time from SSTO command.
HA = Heating auto-tune coefficient (hcoef4) from SSTOCO
command.
If the indoor temperature is less than the desired temperature minus one
degree, then:
AE = AE + HA
Where:
AE = Adjust end time from SSTO command.
HA = Heating auto-tune coefficient (hcoef4) from SSTOCO
command.
APOGEE PPCL User’s Manual
2-22 Siemens Building Technologies, Inc.
Time-of-Day (TOD)
The Time-Of-Day (TOD) function is the software equivalent of the
time clock. TOD starts and stops equipment according to a defined
schedule.
Where to Use TOD
TOD can be used for running equipment on a scheduled basis. For
example, lights, doors (locking and unlocking), or exhaust fans.
CAUTION:
Be careful when designing your programs so that
functions do not conflict. If points used for TOD are
also commanded by another application, such as
Duty Cycling (DC), one program may interfere with
the operation of the other if both functions are trying
to control a point during the same time period.
Defining Time-Of-Day
The following PPCL commands are defined in the field panel for the
TOD function:
• TODMOD – Defines the types of schedules (normal, weekend,
etc.) for each day of the week. The TODMOD statement must be
defined first.
• HOLIDA – Used in conjunction with the TOD function to set
schedules for equipment during holidays. The HOLIDA command
must be placed before any TOD or TODSET commands.
• TOD – Commands up to 16 digital points ON or OFF at specified
times.
• TODSET – Sets the values of up to ten analog points at specified
start and stop times during the day.
The TOD and TODSET commands do not have to be defined in a
specific order.