MaterialLoadingPointType

This OPC UA MaterialLoadingPointType ObjectType describes the loading points and the materials being loaded, as well as the brand integrity checks requiredThis OPC UA MaterialLoadingPointType ObjectType describes the loading points and the materials being loaded, as well as the brand integrity checks required.
The representation of the MaterialLoadingPointType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=1003 |
NamespaceUri | http://opcfoundation.org/UA/TMC/ |
BrowseName | MaterialLoadingPointType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | DeviceType |
The references from the MaterialLoadingPointType ObjectType Node are shown in the following table:
MaterialIntegrityCheck
Signature
MaterialIntegrityCheck(
[in] MaterialType Material
[in] Double MaterialQuantity
[out] MethodExecutionFeedbackType ExecutionFeedback
);
Argument | Description |
---|---|
Material | The material presented to the loading point. |
MaterialQuantity | The quantity of the material presented to the loading point. |
ExecutionFeedback | The extended feedback returning a detailed message in case of execution failure. |
UnloadMaterials
Signature
UnloadMaterials( [out] MethodExecutionFeedbackType ExecutionFeedback
);
Argument | Description |
---|---|
ExecutionFeedback | The extended feedback returning a detailed message in case of execution failure. |