MaterialPointType

http://opcfoundation.org/UA/TMC/v2/

2.00.1

2022-07-25


NodeId ns=1;i=3013
NodeClass DataType
BrowseName 1:MaterialPointType
DisplayName MaterialPointType
Description The MaterialPointType structure provides the description of the capability of a load or unload point.
BaseType 0:Structure
IsAbstract False
Field Name Data Type Description
ID 0:String Unique identifier for the material point type.
Description 0:LocalizedText Description of the material point type.
MaterialCapability 1:MaterialDefinitionType[] The complete set of material definitions that the material point can process.
ConnectedMaterialPoint 0:ExpandedNodeId The identifier for the node id of the connected material point.
PropagatesProductionOrder 0:Boolean The material point propagates the production order with the ConnectedMaterialPoint. If the material point is a MaterialLoadingPointType, and PropagatesProductionOrder is True, then the material point receives a production order from the upstream ConnectedMaterialPoint. If the material point is a MaterialOutputPointType, and PropagatesProductionOrder is True, then the material point sends a production order to the downstream ConnectedMaterialPoint. If the material point is a MaterialRejectionPointType, and PropagatesProductionOrder is True, then the material point sends a production order to the downstream ConnectedMaterialPoint. This variable is defined by the end user and entered by the developer of the TMC server invoking the SetNewSpecification method.