6 PackML Data Representation Model

6.5 DataTypes

6.5.3 PackMLCountDataType

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. This DataType also has a corresponding VariableType (see 6.4.2). It is formally defined in Table 15
Table 15 – 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. |
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 |