Carel Pco5 Programming Software Top [verified]
Carel pCO5 series controllers are primarily programmed and managed using a suite of proprietary software tools designed for the pCO sistema
Part 1: Why the Software Matters for the PCO5
- Comment everything: TOP does not have a formal comment symbol, but you can use
//or/* */in the editor. Future technicians will thank you. - Version control: Save each iteration as
Project_v1.2.prj. Never overwrite a working download. - Use Parameter Tables (Par): Never hard-code setpoints inside the TOP code. Put them in the Parameter section for easy field changes.
- Backup EEPROM: After final programming, use the
File > Export > EEPROM Imageto save the complete controller state, including runtime hours.
1tool
: This is the standard development suite for the pCO controller platform. It includes five integrated environments for design, simulation, and field commissioning. carel pco5 programming software top
3. PlantVisor PRO (The Supervisor)
- Program: Contains the
.PRGsource code file written in TOP language. - Variables (DB): The Data Base. This is where you define every sensor, setpoint, timer, and output.
- Parameters (Par): User-editable constants (e.g., "Setpoint Cooling 1: 7.0°C").
- Alarms (All): Defines alarm conditions, text, and priorities.
- I/O Map: Physical mapping of terminals (e.g., Digital Input 1 = "Enable_Run").