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
Siemens Building Technologies, Inc. 2-1
Chapter 2–Control Option
Comparisons
Overview
Chapter 2 discusses the following topics:
• Concepts behind some of the major control applications in the
APOGEE Automation System, namely:
— Duty Cycling (DC)
— Enthalpy and Dry Bulb Economizer Control
— Peak Demand Limiting (PDL)
• Procedures the system uses to schedule operations and optimize
system use, namely:
— Start/Stop Time Optimization (SSTO)
— Time-of-Day (TOD)
For specific information on using the PPCL commands identified in
this chapter, see Chapter 3–Syntax.
APOGEE PPCL User’s Manual
2-2 Siemens Building Technologies, Inc.
Duty Cycling (DC)
Most building control systems are designed to meet the expected
maximum system demand. However, the maximum demand is
usually required only a few times per year for short periods of time.
As a result, the system is oversized for the normal load so that it can
meet this exceptional demand.
The duty cycling (DC) function coordinates the operation of all
available equipment to compensate for additional equipment
capacity that is not normally needed. During normal system
operation, some equipment is cycled off for short periods of time to
distribute equipment wear and reduce operating costs.
Applications that can use ON/OFF switching in hourly patterns work
best with a duty cycling program.
CAUTION:
Be careful when designing your programs so that
functions do not conflict. If points used for DC are
also commanded by another application, such as
Time-of-Day (TOD), one program may interfere with
the operation of the other if both functions are trying
to control a point during the same time period.
Example
The following example uses duty cycling in a school building to
control a hall fan, called HFAN.
• In order to conserve energy, the fan will run only during the times
when students are in the hall.
• In this school, classes start on the hour and last for 50 minutes.
• Students are in the hall during a 10-minute period before the next
class.
• Since the hall that HFAN serves has good ventilation, the fan
should run for the last 15 minutes of the hour and for the first five
minutes of the next hour.
• The rest of the time the fan is shut off.