EnableAll()

EnableAll() 1:

Enables all temperature channels on the PLC side.

Syntax:

METHOD EnableAll
VAR_INPUT
    bCmd:       BOOL;
    bGroups:    BOOL;
END_VAR

EnableAll() 2: 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.

EnableAll() 3: 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)