The Property MaterialStorageBuffers describes the buffers inside the machine module and their current status. The Property MaterialStorageBuffers is a list of objects of type MaterialStorageBufferDataType.

The type MaterialStorageBufferDataType is defined in Table 23.

Table 23 MaterialStorageBufferDataType Definition

Name

Type

Description

MaterialStorageBufferDataType

Structure

Description of a material storage buffer.

ID

String

Unique identifier for the storage buffer.

MES_ID

String

Unique identifier for the storage buffer for a higher level system, e.g. MES, ERP.

StoredMaterial

MaterialType

The material that is stored in the buffer.

EngineeringUnits

EUInformation

Unit of measure

TotalStorageCapacity

Double

The maximum quantity that can be stored in the buffer in the EngineeringUnits unit of measure.

StorageLogic

StorageLogicEnumeration

The way the storage is loaded/unloaded.

The type MaterialType is defined in Table 22. The StorageLogicEnumeration is defined in Table 24.

Table 24 StorageLogicEnumeration Definition

Enumstring

Value

Description

Other

0

None of the below.

FIFO

1

The first product entering the storage buffer is the first to leave the storage buffer.

LIFO

2

The last product entering the storage buffer is the first to leave the storage buffer.

FEFO

3

The first expired material is the first to leave the storage buffer.