Data type: packml_states_struct, Data type declaration – Yaskawa MotionWorks IEC Toolboxes User Manual
Page 339

Pack ML Toolbox: DataTypes
MotionWorks IEC61131-3 Toolboxes: 2013-09-13
326
Data Type: PackML_States_STRUCT
Data Type Declaration
PackML_States_STRUCT : STRUCT
Clearing : BOOL;
(* Indicates the machine is in the Clearing State *)
Stopped : BOOL;
(* Indicates the machine is in the Stopped State *)
Starting : BOOL;
(* Indicates the machine is in the Starting State *)
Idle : BOOL;
(* Indicates the machine is in the Idle State *)
Suspended : BOOL;
(* Indicates the machine is in the Suspended State *)
Execute : BOOL;
(* Indicates the machine is in the Execute State *)
Stopping : BOOL;
(* Indicates the machine is in the Stopping State *)
Aborting : BOOL;
(* Indicates the machine is in the Aborting State *)
Aborted : BOOL;
(* Indicates the machine is in the Aborted State *)
Holding : BOOL;
(* Indicates the machine is in the Holding State *)
Held : BOOL;
(* Indicates the machine is in the Held State *)
UnHolding : BOOL;
(* Indicates the machine is in the UnHolding State *)
Suspending : BOOL;
(* Indicates the machine is in the Suspending State *)
UnSuspending : BOOL;
(* Indicates the machine is in the UnSuspending State *)
Resetting : BOOL;
(* Indicates the machine is in the Resetting State *)
Completing : BOOL;
(* Indicates the machine is in the Completing State *)
Complete : BOOL;
(* Indicates the machine is in the Complete State *)
END_STRUCT;