The PackMLCountDataType is used to generate summary information about the system. The information depending on the use might be related to produced product, defective materials or any other information that needs to be tracked. It is formally defined in Table 13
Table 13 – PackMLCountDataType Structure
Name |
Type |
Description |
PackMLCountDataType |
Structure |
|
ID |
Int32 |
A user defined value that represents the consumed (processed or defective) material. Typically, this is an SKU number or a user material master number. |
Name |
String |
The name is used to literally describe the material ID, and its associated material. |
Unit |
EUInformation |
The unit tag is used to describe the names associated with a specific material used by the machine. |
Count |
Int32 |
The amount of consumed (processed or defective) material on the current production job. |
AccCount |
Int32 |
The cumulative count value of the material produced (or consumed). This counter gives the user a non-resetting counter that may be used for OEE calculations |