ST_CoE402_StatusWord

Structure for the breakdown of a CoE402 status word.

Syntax:

TYPE ST_CoE402_StatusWord :
STRUCT
    ReadyToSwitchOn:    BIT;
    SwitchedOn:         BIT;
    OperationEnabled:   BIT;
    Fault:              BIT;
    VoltageEnabled:     BIT;
    QuickStopInactive:  BIT;
    SwitchOnDisabled:   BIT;
    Warning:            BIT;
    Reserve_8:          BIT;
    Remote:             BIT;
END_STRUCT
END_TYPE

Bits

Name

Offset

Description

ReadyToSwitchOn

0

Inverter is ready to be switched on.

SwitchedOn

1

Inverter is switched on.

OperationEnabled

2

Power is enabled.

Fault

3

Inverter is in error state.

VoltageEnabled

4

Supply is enabled.

QuickStopInactive

5

Quick stop is disabled.

SwitchOnDisabled

6

Inverter is blocked from being switched on.

Warning

7

Inverter reports a warning.

Remote

9

Inverter runs in remote mode and can be controlled via the interface.

Requirements

Development environment

Target platform

PLC libraries to include

TwinCAT v3.1.4024.55

PC or CX (x64, x86)

Tc3_PlasticFunctions (>= v3.12.5.0)