StandbyAll()

Sets all zones to standby temperature.
Syntax:
METHOD StandbyAll : HRESULT
VAR_INPUT
bCmd: BOOL;
bGroups: BOOL;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
bCmd | BOOL | TRUE to enable the standby temperature, FALSE to disable. |
bGroups | BOOL | The function only considers zones that are assigned to a group. |
Outputs
Name | Type | Description |
---|---|---|
StandbyAll | HRESULT | Return value with feedback on the success of the execution |
Requirements
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT v3.1.4024.35 | PC or CX (x64, x86) | Tc3_PlasticBaseApplication (>= v3.12.5.0) |