6 PackML Data Representation Model

6.4 Variables and VariableTypes

6.4.2 PackMLCountVariableType

The PackMLCountVariableType provides the variable representation of the PackMLCountDataType. It is defined in Table 13
Table 13 - PackMLCountVariableType definition
Attribute | Value |
---|---|
BrowseName | PackMLCountVariableType |
IsAbstract | False |
ValueRank | Scalar |
DataType | PackMLCountDataType |
Subtype of the BaseDataVariableType defined in OPC 10000-5.
References | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasComponent | Variable | ID | Int32 | BaseDataVariable | Mandatory |
HasComponent | Variable | Name | String | BaseDataVariable | Mandatory |
HasComponent | Variable | Unit | EUInformation | BaseDataVariable | Mandatory |
HasComponent | Variable | Count | Int32 | BaseDataVariable | Mandatory |
HasComponent | Variable | AccCount | Int32 | BaseDataVariable | Mandatory |
ID – an integer identifier for the variable.
Name - A string description of the material.
Unit - OPC UA engineering unit information for the count.
Count – the count associated with the item.
AccCount – The accumulated count associated with the item.