ET_Cmd

Overview

Type:

Enumeration

Available as of:

V1.0.1.0

Description

The enumeration includes the state commands used to proceed a state transition. A Wait state can only be exited with a state transition command (for example Start).

Enumeration Elements

Name

Data type

Value

Description

Undefined

DINT

0

Commands to transition from one state to another are described in FC_CheckCmd.

Reset

DINT

1

Start

DINT

2

Stop

DINT

3

Hold

DINT

4

UnHold

DINT

5

Suspend

DINT

6

UnSuspend

DINT

7

Abort

DINT

8

Clear

DINT

9

Used By

The values of the enumeration can be used as an input value for i_diCmd of FC_CheckCmd or to fill in the value for the variable CntrlCmd of ST_Command.