The Object DocumentationRep is the sole repository for the machine module documentation resources. The DocumentationRep is accessed, for example, by clients and HMIs.
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. |
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. |
The Property TotalRunningHours counts the number of hours the machine module has been in operation since the last time its configuration was changed. More specifically, time is counted when the machine module state is different from: Stopping, Stopped, Aborting, Aborted, Clearing.
The Value of the Property TotalRunningHours shall be persisted both in the OPC UA Server and in the underlying system so that if one fails and/or is replaced, the other will allow restoring the Value when the OPC UA Server and underlying system are on separate hardware infrastructure.
The Property ValidSince is the date since the configuration was last modified.
The Method LoadMachineModuleDocumentation allows to securely load any machine module documentation to the documentation repository DocumentationRep folder where it can be reached by applications.
Signature
LoadMachineModuleDocumentation (
[in]ByteString DocumentToBeLoaded
[out]MethodExecutionFeedbackType ExecutionFeedback
);
Argument |
Description |
DocumentToBeLoaded |
The document, as a byte string, to be transferred to the DocumentationRep folder. |
ExecutionFeedback |
The extended feedback returning a detailed message in case of execution failure. |
Method Result Codes
ResultCode |
Description |
|||||||||||||||
BadNodeIdUnknown |
See table 173 in OPC 10000-4 for the description of these result codes. |
|||||||||||||||
BadTypeMismatch |
||||||||||||||||
BadOutOfRange |
||||||||||||||||
BadNotWritable |
||||||||||||||||
BadNotFound |
Argument |
Description |
NewMaterialLoadingPoints |
The information about the material loading points that will be valid after the machine specification is changed. |
NewMaterialStorageBuffers |
The information about the storage buffers that will be valid after the machine specification is changed. |
ExecutionFeedback |
The extended feedback returning a detailed message in case of execution failure. |
Method Result Codes
ResultCode |
Description |
BadNodeIdUnknown |
See table 173 in OPC 10000-4 for the description of these result codes. |
BadTypeMismatch |
|
BadOutOfRange |
|
BadNotWritable |
|
BadNotFound |