Siemens Apogee/Desigo Certification (Siemens BAS) Overview
This study guide covers the core knowledge areas for the Siemens BAS certification, focusing on Apogee and Desigo systems. It includes system architecture, network communications, PPCL programming, Desigo CC operations, field device integration, and troubleshooting. Candidates should supplement with official Siemens training and hands-on practice.
For Technical Conquer practice planning, this module is tracked as 80 questions over about 120 minutes with a listed pass mark of 70%. Treat those numbers as practice baselines and verify the current official format before scheduling.
How This Guide Is Organized
The sections below turn the syllabus into studyable subject blocks. Read a subject first, explain the must-know ideas without notes, then use questions, flashcards, and mind maps to test whether the knowledge holds under field-style pressure.
- System Architecture and Hardware Configuration
- Network Communications and Protocols
- PPCL Programming and Logic Development
- Desigo CC Management Station Operations
- Field Device Integration and Commissioning
- Troubleshooting and System Optimization
Exam Snapshot and Readiness Target
Format: 80 questions, 120 minutes, pass mark 70% (practice baseline; verify with official body)
Candidate level: Technician-level; suitable for entry-level to experienced BAS technicians
Readiness target: Demonstrate proficiency in Siemens BAS hardware, software, and commissioning workflows
Most candidates should budget at least 36+ focused study hours, then adjust upward for unfamiliar equipment, code, regulatory, commissioning, controls, or calculation-heavy content.
System Architecture and Hardware Configuration
Syllabus Focus
- Apogee and Desigo hardware components
- Field panels (PXC, PXM, etc.)
- System controllers and I/O modules
- Power supply and wiring considerations
Key Notes
- Siemens Apogee uses PXC series field panels (e.g., PXC-16, PXC-32) with modular I/O expansion. Desigo CC is the management station software.
- Hardware configuration includes setting DIP switches for BACnet MS/TP or proprietary P2 protocol.
- Power supply must be sized for total I/O load; use 24 VAC or 24 VDC as specified.
- Proper grounding and shielding are critical to prevent communication errors.
- System architecture typically follows a tiered structure: management level, automation level, and field level.
Must Know
- Identify PXC panel models and their I/O capacities.
- Understand the role of the Desigo CC server and client workstations.
- Know how to configure BACnet MS/TP baud rate and device instance numbers.
- Recognize the difference between BACnet/IP and MS/TP networks.
Field and Exam Application
- Commissioning a new PXC panel: verify power, set MAC address, and test communication with Desigo CC.
- Adding I/O modules: ensure proper addressing and termination resistors on MS/TP bus.
- Upgrading firmware: use Siemens firmware update tool and verify compatibility.
High-Yield Distinctions
- PXC panels support both BACnet and Siemens P2 protocol; P2 is legacy but still in use.
- Desigo CC replaces older Insight software; it is Windows-based and supports BACnet/IP.
- Hardware configuration differs for Apogee (older) vs. Desigo (newer) systems.
Common Pitfalls
- Incorrect DIP switch settings for MS/TP baud rate or device instance.
- Missing termination resistors on MS/TP bus causing communication failures.
- Using wrong power supply voltage damaging I/O modules.
Review Tasks
- Draw a typical Siemens BAS architecture diagram.
- List the steps to configure a PXC panel for BACnet MS/TP.
- Practice identifying I/O module types (AI, AO, DI, DO).
Network Communications and Protocols
Syllabus Focus
- BACnet/IP and BACnet MS/TP
- Siemens P2 protocol
- Network topology and segmentation
- IP addressing and subnetting basics
Key Notes
- BACnet is the primary protocol for Desigo systems; MS/TP is used for field-level communication at 38.4 kbps or 76.8 kbps.
- BACnet/IP uses UDP port 47808 (0xBAC0) and requires proper IP configuration.
- Siemens P2 is a proprietary protocol used in older Apogee systems; it operates at 9600 bps or 19.2 kbps.
- Network segmentation with routers or BACnet broadcast management devices (BBMDs) is needed for large systems.
- BACnet objects (AI, AO, BI, BO, etc.) are standard; each device has a unique device instance number.
Must Know
- Configure BACnet MS/TP baud rate and device instance on PXC panels.
- Set up a BBMD for BACnet/IP routing across subnets.
- Understand the difference between BACnet/IP and MS/TP in terms of speed and distance.
- Know how to use BACnet discovery tools to verify device communication.
Field and Exam Application
- Troubleshooting a device that does not appear in Desigo CC: check IP address, subnet mask, and BACnet port.
- Adding a new MS/TP device: set MAC address, baud rate, and ensure proper termination.
- Using Wireshark to capture BACnet traffic and diagnose communication issues.
High-Yield Distinctions
- BACnet MS/TP is master-slave; only one master can talk at a time.
- P2 protocol is not interoperable with BACnet; gateways may be needed.
- Desigo CC supports both BACnet and P2 via a P2 gateway.
Common Pitfalls
- Duplicate device instance numbers causing communication conflicts.
- Incorrect MS/TP baud rate mismatch between devices.
- Missing or incorrect BBMD configuration for BACnet/IP routing.
Review Tasks
- Configure a BACnet MS/TP network with two devices and verify communication.
- Set up a BBMD in Desigo CC for a multi-subnet system.
- Use a BACnet scanner to discover devices on a network.
PPCL Programming and Logic Development
Syllabus Focus
- PPCL language syntax and structure
- Control logic for HVAC sequences
- Point commands and PID loops
- Program organization and documentation
Key Notes
- PPCL (Plant Process Control Language) is a proprietary Siemens language used in Apogee field panels.
- Programs consist of statements that execute sequentially; each line typically has a line number.
- Common commands: SET, IF/THEN/ELSE, LOOP, WAIT, and PID control blocks.
- PPCL supports analog and digital points; points are referenced by their object name.
- Programs are downloaded to the field panel via the engineering tool (e.g., Insight or Desigo CC).
Must Know
- Write a simple PPCL program to control a fan based on a temperature setpoint.
- Understand PID tuning parameters (P, I, D) and their effects on loop response.
- Know how to use the PPCL editor and debugger in Desigo CC.
- Recognize common PPCL errors (e.g., syntax, undefined points).
Field and Exam Application
- Programming a supply air temperature reset sequence using PPCL.
- Implementing an economizer control sequence per ASHRAE Guideline 36.
- Debugging a PID loop that oscillates: adjust gain and integral time.
High-Yield Distinctions
- PPCL is line-number-based; unlike modern graphical programming, it requires careful sequencing.
- PPCL programs run cyclically; scan time depends on program length.
- Desigo CC uses a different programming environment (e.g., function blocks) but still supports PPCL for legacy panels.
Common Pitfalls
- Forgetting to declare points before use, causing compilation errors.
- Incorrect PID tuning leading to unstable control.
- Not using proper line numbering, causing program execution order issues.
Review Tasks
- Write a PPCL program that controls a valve based on a temperature sensor.
- Tune a PID loop in simulation and observe response.
- Review sample PPCL programs from Siemens documentation.
Desigo CC Management Station Operations
Syllabus Focus
- Desigo CC interface and navigation
- Alarm management and event logging
- Trending and data logging
- User management and security
Key Notes
- Desigo CC is the central management station for Siemens BAS; it provides a unified interface for monitoring and control.
- The system uses a client-server architecture; the server stores data and handles alarms.
- Alarms are categorized by priority; operators can acknowledge, disable, or route alarms.
- Trend logs can be configured for any BACnet object; data can be exported to CSV.
- User accounts have role-based permissions (operator, engineer, administrator).
Must Know
- Navigate the Desigo CC dashboard and create custom views.
- Configure alarm thresholds and notification methods (email, SMS).
- Set up trend logs for critical points and analyze data.
- Create user accounts with appropriate permissions.
Field and Exam Application
- Responding to an alarm: acknowledge, view details, and take corrective action.
- Creating a trend report for a chiller plant to analyze performance.
- Adding a new user with operator-level access.
High-Yield Distinctions
- Desigo CC supports multiple protocols (BACnet, Modbus, M-Bus) via drivers.
- Alarm management includes automatic escalation if not acknowledged.
- Desigo CC can integrate with third-party systems via OPC or BACnet.
Common Pitfalls
- Misconfiguring alarm priorities causing nuisance alarms.
- Not setting trend log intervals appropriately, leading to data overload.
- Assigning excessive permissions to users, compromising security.
Review Tasks
- Practice creating a custom dashboard in Desigo CC.
- Configure an alarm for a temperature point and test it.
- Set up a trend log and export data to Excel.
Field Device Integration and Commissioning
Syllabus Focus
- Sensor and actuator types
- Wiring and termination practices
- Commissioning procedures
- Calibration and verification
Key Notes
- Common field devices: temperature sensors (RTD, thermistor), pressure sensors, actuators (valve, damper), and flow meters.
- Wiring must follow manufacturer specifications; use shielded cable for analog signals.
- Commissioning involves checking device operation, verifying point mapping, and testing control sequences.
- Calibration ensures sensor accuracy; use reference standards and document results.
- BACnet integration requires proper object mapping and device instance configuration.
Must Know
- Wire a 4-20 mA pressure transmitter to an analog input module.
- Configure a BACnet actuator with its MAC address and baud rate.
- Perform a point-to-point check between field device and Desigo CC.
- Calibrate a temperature sensor using a dry-block calibrator.
Field and Exam Application
- Commissioning a VAV box: verify damper actuator operation, airflow sensor, and reheat valve.
- Integrating a third-party chiller via BACnet: map points and test communication.
- Troubleshooting a sensor reading that is out of range: check wiring, power, and calibration.
High-Yield Distinctions
- Siemens field devices often use proprietary protocols (e.g., P2) but can be integrated via BACnet gateways.
- Commissioning tools like Siemens Commissioning Tool (SCT) streamline the process.
- Proper termination of MS/TP networks is critical; use EOL resistors at both ends.
Common Pitfalls
- Incorrect wiring polarity for 4-20 mA loops causing no reading.
- Not terminating MS/TP bus causing intermittent communication.
- Skipping calibration leading to inaccurate control.
Review Tasks
- Practice wiring a 4-20 mA sensor to a PXC analog input.
- Commission a BACnet VAV box from start to finish.
- Calibrate a temperature sensor and document the procedure.
Troubleshooting and System Optimization
Syllabus Focus
- Diagnostic tools and techniques
- Common system faults
- Performance optimization strategies
- Energy efficiency improvements
Key Notes
- Use Desigo CC diagnostics: check device status, communication statistics, and alarm history.
- Common faults: sensor drift, actuator failure, communication loss, and control loop instability.
- Optimization includes adjusting setpoints, scheduling, and PID tuning.
- Energy efficiency measures: demand-controlled ventilation, optimal start/stop, and economizer operation.
- Document all troubleshooting steps and solutions for future reference.
Must Know
- Use a multimeter to check voltage and current at field devices.
- Interpret BACnet communication statistics (e.g., CRC errors, retries).
- Tune a PID loop to reduce overshoot and settling time.
- Implement an optimal start algorithm to minimize energy use.
Field and Exam Application
- Diagnosing a fan that runs continuously: check schedule, override status, and control logic.
- Optimizing chiller plant operation: reset chilled water setpoint based on load.
- Resolving a BACnet device that goes offline: check power, network connection, and device configuration.
High-Yield Distinctions
- Siemens systems have built-in diagnostics in Desigo CC (e.g., device health dashboard).
- Troubleshooting often requires both software (Desigo CC) and hardware (multimeter) tools.
- Optimization should consider ASHRAE Guideline 36 sequences for high performance.
Common Pitfalls
- Replacing a sensor without verifying the correct type (e.g., 10k thermistor vs. PT1000).
- Changing PID gains without understanding the process dynamics.
- Ignoring alarm logs that indicate recurring issues.
Review Tasks
- Simulate a communication fault and use Desigo CC to diagnose it.
- Tune a PID loop in a simulation and measure performance improvement.
- Review a case study of a system optimization project.
How To Use These Notes With Practice Questions
Do not jump straight from reading to a full mock. Work by subject first: review the key notes, make a short recall sheet from memory, then answer a focused question set. After each miss, decide whether the problem was missing theory, weak code/source recall, poor measurement setup, calculation error, or a field sequence you did not visualize.
Technical Conquer's question bank, flashcards, mind maps, and spaced review tools are most useful after this instruction layer because they reveal which parts of the notes are not yet retrievable.
Final Review Checklist
- Review all subject areas, focusing on hardware configuration and PPCL programming.
- Practice with Siemens simulation tools or lab equipment if available.
- Review ASHRAE Guideline 36 for sequences of operation.
- Ensure familiarity with BACnet fundamentals and Siemens-specific protocols.
- Take practice exams under timed conditions to build speed and accuracy.
Official Sources and Further Reading
Use these sources as the final authority for format, eligibility, rules, regulatory limits, and exam updates. Study notes are a preparation layer, not a replacement for official candidate guidance.
