Enumerated type: packmlstate, Data type declaration – Yaskawa MotionWorks IEC Toolboxes User Manual
Page 334

Pack ML Toolbox: DataTypes
MotionWorks IEC61131-3 Toolboxes: 2013-09-13
321
Enumerated Type: PackMLState
ENUM Type for indicating the PackML state.
Data Type Declaration
PackMLState:(Undefined, Clearing, Stopped, Starting, Idle, Suspended,
Execute, Stopping, Aborting, Aborted, Holding, Held, UnHolding, Suspending,
UnSuspending, Resetting, Completing, Complete);
•
(* Defined for PackMLState*)
•
(* 0 : Undefined *)
•
(* 1 : Clearing *)
•
(* 2 : Stopped *)
•
(* 3 : Starting *)
•
(* 4 : Idle *)
•
(* 5 : Suspended *)
•
(* 6 : Execute *)
•
(* 7 : Stopping *)
•
(* 8 : Aborting *)
•
(* 9 : Aborted *)
•
(* 10 : Holding *)
•
(* 11 : Held *)
•
(* 12 : UnHolding *)
•
(* 13 : Suspending *)
•
(* 14 : UnSuspending *)
•
(* 15 : Resetting *)
•
(* 16 : Completing *)