The MaterialSublotType structure contains the material sublot information. It is harmonised with ISA 95 Material Sublot.
The MaterialSublotType structure is defined in the following table.
Table 196 – MaterialSublotType Structure
Name |
Type |
Description |
Other |
MaterialSublotType |
Structure |
Subtype of Structure defined in OPC 10000-5 |
M |
ID |
0:String |
Unique identifier for the material sublot in the underlying system. |
M |
MES_ID |
0:String |
The unique identifier for the material sublot in higher level systems. |
M |
MaterialLot |
MaterialLotType |
The material lot the sublot belongs to. |
M |
MaterialStorageLocationID |
0:String |
Unique identifier for the location where the material is produced/stored. |
M |
Quantity |
0:Double |
The quantity of the sublot in the base unit of measure defined in the MaterialDefinition. |
M |
CarrierID |
0:String |
The ID of the carrier holding the sublot, for example the bobbin core fitted with an RFID. If the sublot is not contained in any carrier, then the CarrierID is NULL. |
O |
RelativePositionID |
0:String |
The unique identifier of the relative position of the sublot in the carrier identified by CarrierID. If CarrierID is NULL, then the string is empty. |
O |
ParentSublotID |
0:String |
The parent sublot ID is the unique identifier of the material sublot that contains the sublot structure in question. If the sublot is not contained in any sublot, then the ParentSublotID is NULL. |
O |
Sublots |
MaterialSublotType[] |
The material sublots contained in the material sublot in question. |
O |