MaterialRejectionTrapType

This OPC UA MaterialRejectionTrapType ObjectType describes a device that is capable of rejecting product away from the product flow.
The representation of the MaterialRejectionTrapType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=1023 |
NamespaceUri | http://opcfoundation.org/UA/TMC/ |
BrowseName | MaterialRejectionTrapType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | DeviceType |
The references from the MaterialRejectionTrapType ObjectType Node are shown in the following table:
ResetRejectionTotals
Signature
ResetRejectionTotals( [out] MethodExecutionFeedbackType ExecutionFeedback
);
Argument | Description |
---|---|
ExecutionFeedback | The extended feedback returning a detailed message in case of execution failure. |
SetRejectionMode
Signature
SetRejectionMode(
[in] Boolean RejectionMode
[out] MethodExecutionFeedbackType ExecutionFeedback
);
Argument | Description |
---|---|
RejectionMode | When true, the rejection trap rejects. When false, the rejection trap does not reject. |
ExecutionFeedback | The extended feedback returning a detailed message in case of execution failure. |