EnableAll()
Enables all temperature channels on the PLC side.
Syntax:
METHOD EnableAll
VAR_INPUT
bCmd: BOOL;
bGroups: BOOL;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
bCmd | BOOL | TRUE to grant the release, FALSE to withdraw the release. |
bGroups | BOOL | The enable only takes into account channels that are assigned to a group. |
Outputs
Name | Type | Description |
---|---|---|
EnableAll | HRESULT | Return value with feedback on the success of the execution |
Requirements
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT v3.1.4024.42 | PC or CX (x64, x86) | Tc3_PlasticBaseApplication (>= v3.12.6.0) |