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

LoadUnloadPointType

Structure

Description of a loading/unloading point.

ID

String

Unique identifier for the loading/unloading point.

MES_ID

String

Unique identifier for the loading/unloading point for higher level systems, e.g. MES, ERP.

UserName

String

Name of the loading/unloading point given by the end user.

Description

LocalizedText

Human readable identification of the loading/unloading point.

MaterialCapability

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

MaterialType

Structure

Description of a material.

Group

String

Material group of the material.

ID

String

Unique identifier for the material.

BatchID

String

Batch ID for the material. Can be empty (null) when the material is not batch managed.

Description

LocalizedText

Human readable identification of the material.

MES_ID

String

Material ID as stored in the MES/ERP system.

BaseUoM

EUInformation

The material base unit of measure. For each material one single base unit of measure is defined.