Data type: packtags_admin_struct, Data type declaration – Yaskawa MotionWorks IEC Toolboxes User Manual
Page 342

Pack ML Toolbox: DataTypes
MotionWorks IEC61131-3 Toolboxes: 2013-09-13
329
Data Type: PackTags_Admin_STRUCT
Data Type Declaration
PackTags_Admin_STRUCT : STRUCT
Alarm : EventHistoryArray;
(* Array of Event information *)
StateCurrentTime : DINT;
(* Amount of time spent in the current state *)
StateCumulativeTime : StateCumulativeArray;
(* Array containing all the times spent in the different states *)
ModeCurrentTime : DINT;
(* Amount of time spent in the current mode *)
ModeCumulativeTime : DINT_Array32;
(* Array containing all the times spent in the different modes *)
AccumTimeSinceReset : DINT;
(* Time since the cumulative and current times have been reset *)
ResetAllTimes : BOOL;
(* Command to reset all timers *)
ResetCurrentModeTimes : BOOL;
(* Command to reset all Current Times being tracked *)
TimeRollover : BOOL;
(* Warning when the timer is approaching a roll over *)
ProdProcessed : DINT;
(* Cumulative number of primary packages processed since the machine’s counters and
timers were reset *)
DefectiveProd : DINT;
(* Cumulative number of defective packages processed since the machine’s counters and
timers were reset *)
ReWorkProd : DINT;
(* Cumulative number of re-workable primary packages processed *)
UpstreamMessage : DINT;
DownstreamMessage : DINT;
CurrentUpstreamNodeID : DINT;
CurrentDownstreamNodeID : DINT;
END_STRUCT;