Description
RAD_CTL has the same control logic with MAD_CTL Mixed Air Damper Control. It controls the output of an analog return air damper, which is mainly linked to the output of an outside air damper, i.e., the opening percentage of the return air damper is equal to the result of subtracting the outside air damper from 100 %.
The set also has a manual override function: The output is "Return Air Damper Manual Setpoint" if "Return Air Damper Mode Select" is "0 - MAN (manual)", and the automatic logic value of the application if "Return Air Damper Mode Select" is "1 - AUTO".
Function
"Return Air Damper Control" is "Return Air Damper Manual Setpoint" when "Return Air Damper Mode Select" is "0" (0-MAN/1-AUTO).
When "Return Air Damper Mode Select" is "1" (0-MAN/1-AUTO)", "Return Air Damper Control" is equal to the larger value of "Return Air Damper Minimum Setpoint" and the result of subtracting the outside air damper from 100 %.
NOTE: The basic logic is the same as mixed air damper control.
Internal logic
Input
PIN | Data type | Unit | Default value | Value/range |
|---|---|---|---|---|
OAD_CTL | FLOAT | % |
| 0...100 % |
RAD_MOD | BOOL | - |
| 0-Manual / 1-AUTO |
RAD_MSP | FLOAT | % |
| 0...100 % |
RAD_MIN | FLOAT | % |
| 0...100 % |
Output
PIN | Data type | Unit | Default value | Value/range |
|---|---|---|---|---|
RAD_CTL | FLOAT | % | - | 0...100 % |
Example