[CcrPltMod21] Plant mode determination for cooling circuit
Program block, name / node subtype: [CcrPltMod21] Plant mode determination for cooling circuit
Library hierarchy: Cooling and refrigeration equipment
Family: CcrPltMod
Project tree | Diagram |
|---|---|
|
|
*SttUpAlmHdl21a in controllers with system version < 1.5 |
Configurator


Program blocks are stored in the library without I/Os. Use the auto-create and auto-connect functions to create I/Os and/or to connect them to the interface blocks, e.g., R_A, CMD_B. Alternatively, take the I/Os from the folder containing the predefined I/Os in the library and/or from the plant and connect them to the interface blocks.
Determines the plant operating mode by considering various possible sources (e.g., scheduler, manual operation, room unit).
Possible operating modes
Operating mode | Description |
|---|---|
Off | The hydraulic circuit is off (the pump is off, and the valve is closed). The optional shutoff valves for flow and return are in their off position. |
On | The hydraulic circuit is on (the pump is on, and the valve follows the output of the temperature controller). |
The operating mode is shown on BACnet with a multistate calculated value "Present operating mode" with the states "Off" and "On".

A parameter in the program is preset to prevent the plant from running. This is useful for testing data points. It must be switched off to start the plant.
"Startup function and alarm handling" controls the startup behavior of the plant after power-on. There is a delay after startup, "DlySttUp", of about 50 seconds. Do not change this delay. Change the delay, "DlyOn", so that it is different for each plant. This ensures that plants start one after another and do not overload the electrical system. There is also a collection and aggregation of all faults and alarms from the plant. If a local alarm lamp and/or reset button is required, an alternative can be selected.
This program block has the following optional functions:
Option: Condensation monitor (1xBI)
Reads the signal from a condensation monitor and stops the plant.
Option: Dew point temperature calculation (2xAI)
Creates analog inputs for room air temperature and room air humidity and reads their signals. Based on this information, it calculates the dew point temperature and adds an offset, e.g., 1 K. The resulting dew point temperature is displayed as an analog calculated value.
Option: External off
Interface that can be connected to a program logic for shutting down the plant.
Option: Flow temperature setpoint for cooling
Analog configuration value for flow temperature setpoint for cooling. This is required when only a binary cooling request is collected via a coordination function or for applications without coordination.
Option: Operating mode switch (1xMI=2xBI)
Reads the state of an operating mode switch, normally at the front of the electrical panel, and has the states "Auto", "Off", and "On".
Option: Operation indication (1xBO)
Commands a lamp (usually green) that turns on if the plant is running or that blinks if a switching operation is in progress.
Option: Outside air temperature (1xAI)
Creates an analog input for outside air temperature and reads its signal.
Option: Scheduler
Scheduler of type MSCHED with the states "Off" and "On" that switches the plant off and on.

Even with two states only, this is a multistate scheduler (not binary) that can be extended more easily if the project requires it.
Name | Description | Type | Alarm / Notification class | Trend / Type | |
|---|---|---|---|---|---|
OpModMan | Manual operating mode selection | MCnfVal: Multistate configuration value | N/A | Yes, 4 | |
PrOpMod | Present operating mode | MCalcVal: Multistate calculated value | No | Yes, 4 | |
RsnPrOpMod | Reason for present operating mode | MCalcVal: Multistate calculated value | No | Yes, 4 | |
SttUpAlmHdl | Startup function and alarm handling | [SttUpAlmHdl22a] Startup & alarm handling, acknowledge & reset, 3 priorities | N/A | N/A | |
Name | Description | Type | Alarm / Notification class | Trend / Type |
|---|---|---|---|---|
OpModSwi | Operating mode switch | MI: Multistate input | No | Yes, 4 |
Sched | Scheduler | MSchedule: Multistate scheduler | N/A | N/A |
OpInd | Operation indication | BO: Binary output | No | Yes, 3 |
SpTFl | Flow temperature setpoint | ACnfVal: Analog configuration value | N/A | Yes, 4 |
TOa | Outside air temperature | AI: Analog input | No | Yes, 3 |
CdnMon | Condensation monitor | BI: Binary input | Yes, 5 | No |
Dew point temperature calculation | ||||
TR | Room temperature | AI: Analog input | No | Yes, 3 |
HuR | Room air humidity | AI: Analog input | No | Yes, 3 |
Description |
|---|
External off |

