ST_BA_EventTransitions

Structure for specifying a change of state of events.

Syntax

TYPE ST_BA_EventTransitions :
STRUCT
  bToOffNormal    : BOOL;
  bToFault        : BOOL;
  bToNormal       : BOOL;
END_STRUCT
END_TYPE

Name

Type

Description

bToOffNormal

BOOL

Change to the alarm state.

bToFault

BOOL

Change to the "invalid value" state.

bToNormal

BOOL

Change to the normal state.

Requirements

Development environment

Required PLC library

TwinCAT 3.1 4024.35

Tc2_BA2_Common from V2.1.20.0