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 |
Structure |
Description of a material storage buffer. |
|
String |
Unique identifier for the storage buffer. |
|
String |
Unique identifier for the storage buffer for a higher level system, e.g. MES, ERP. |
|
MaterialType |
The material that is stored in the buffer. |
|
EUInformation |
Unit of measure |
|
Double |
The maximum quantity that can be stored in the buffer in the EngineeringUnits unit of measure. |
|
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. |