ST_Status

Overview

Type

Data structure

Available as of

V1.0.1.0

Description

The structure ST_Status represents the list of PackTags of type Status as defined in ANSI/ISA TR88.00.02-2015.

Status tags are used to describe the operation of the unit machine.

Structure Elements

For the GPL data types, refer to Global Parameters.

Variable

Data type

Description

UnitModeCurrent

DINT

Operation mode in use

UnitModeRequested

BOOL

Requested change of operation mode

UnitModeChangeInProcess

BOOL

Requested change of operation mode in process

StateCurrent

DINT

Machine present state

StateRequested

DINT

Requested state / target state

StateChangeInProgress

BOOL

Requested state transition in process

MachSpeed

REAL

PackML machine speed setpoint

CurMachSpeed

REAL

PackML machine present speed

MaterialInterlock

ARRAY [0..31] OF BOOL;

Array of ready materials

RemoteInterface

ARRAY [1.. GPL.Gc_uiNumberOfInterface] OF ST_Interface

Used for coordinating upstream or downstream machines in a cell of multiple unit machines

Parameter

ARRAY [1.. GPL.Gc_uiNumberOfParameter] OF ST_Descriptor

Machine parameter array of ST_Descriptor

Product

ARRAY [1.. GPL.Gc_uiNumberOfProducts] OF ST_Product

Array of ST_Product.

EquipmentInterlock

ST_EquipmentInterlock

Refer to ST_EquipmentInterlock.

Used By

oFB_VisController