Saia Plc Software |best| -
The primary software for Saia Burgess Controls (SBC) PLCs is the Saia PG5 Controls Suite
. It is an all-in-one engineering platform used to configure, program, and maintain Saia PCD controllers. Honeywell Building Automation Core Components Project Manager:
Manages complex installations ranging from a single controller to large networks with over a thousand PCDs. Network Configurator:
Provides integrated editors for configuring communication networks like Ethernet-TCP/IP, BACnet, Profibus, and LonWorks. Symbol Editor: saia plc software
Administers local, global, and network symbols with automatic address allocation to simplify programming. Web Editor:
Allows creation of web-based visualizations (WebSCADA) that are stored directly on the controller and viewable via browsers on mobile or desktop devices. Programming Methods
The software supports multiple programming environments in a single suite: Saia PG5 Controls Suite: Engineering & programming The primary software for Saia Burgess Controls (SBC)
Executive summary
Saia’s PLC ecosystem centers on the Saia PCD family of controllers and the PG5 Controls Suite — an integrated engineering environment for programming, configuration, visualization and network management. The suite supports multiple programming languages, device/network configuration, libraries for building-automation functions, web visualization, and license-managed deployment for integrators and operators.
Security & maintenance (software-side)
- Firmware and PG5 versions evolve; Saia provides maintenance releases ~every 2–3 years historically.
- Projects should include version control of PG5 projects and careful firmware/driver matching.
- WebEditor pages are hosted on device web server—standard web security hardening best practices apply (access control, network zoning, firmware updates).
2.2 Programming Languages (IEC 61131-3 + Extensions)
PG5 supports all standard IEC languages plus its own:
| Language | Support Level | Notes | |----------|--------------|-------| | FBD (Function Block Diagram) | Full | Library of advanced blocks (HVAC, math, PID) | | LD (Ladder Diagram) | Full | For electricians and traditional logic | | ST (Structured Text) | Full | High-performance computation | | IL (Instruction List) | Legacy | Still available but deprecated | | SFC (Sequential Function Chart) | Full | Powerful for batch/process | | FUPLA (Proprietary) | Exclusive | Event-triggered state transitions – no scanning lag | Executive summary Saia’s PLC ecosystem centers on the
Standout Feature: FUPLA eliminates typical PLC scan dependencies. An input change triggers immediate action within the same microsecond range.
7. Strengths & Weaknesses
Web-Browser Technology
Saia PCD controllers utilize a concept called Web-Browser Technology. Using the PG5 suite, engineers can generate HTML web pages automatically from the control logic.
- No Client-Side Software: The visualization can be accessed via a standard web browser (Chrome, Edge, Firefox) on a PC, tablet, or smartphone.
- Saia S-Web Editor: This tool within the suite allows for the creation of dynamic graphics that read/write variables directly to the PLC without requiring complex scripting.
This capability allows facility managers to monitor building HVAC systems or industrial processes remotely without purchasing expensive third-party SCADA licenses.
Step 3: Write the Logic (Fupla or LD)
You create a new program file (e.g., "PumpControl.fup"). You will:
- Add a START button contact.
- Add a STOP button contact.
- Add a seal-in contact (latching).
- Output to a pump relay.
- Add a timer for a duty-cycle limit.