The Property MaterialLoadingPoints identifies the loading points of the machine module and their capability in terms of what materials can be loaded at a loading point. The Property MaterialLoadingPoints is defined as a list of objects of type LoadUnloadPointType.
The type LoadUnloadPointType is defined in Table 21.
Table 21 – LoadUnloadPointType Definition
Name |
Type |
Description |
Structure |
Description of a loading/unloading point. |
|
String |
Unique identifier for the loading/unloading point. |
|
String |
Unique identifier for the loading/unloading point for higher level systems, e.g. MES, ERP. |
|
String |
Name of the loading/unloading point given by the end user. |
|
LocalizedText |
Human readable identification of the loading/unloading point. |
|
MaterialType[] |
List of materials that can be loaded to the machine at this loading point or list of materials that may be unloaded at this unloading point. |
The type MaterialType is defined in Table 22.
Table 22 – MaterialType Definition
Name |
Type |
Description |
Structure |
Description of a material. |
|
String |
Material group of the material. |
|
String |
Unique identifier for the material. |
|
String |
Batch ID for the material. Can be empty (null) when the material is not batch managed. |
|
LocalizedText |
Human readable identification of the material. |
|
String |
Material ID as stored in the MES/ERP system. |
|
EUInformation |
The material base unit of measure. For each material one single base unit of measure is defined. |