ISA95JobOrderReceiverObjectType

The OPENSCSJobOrderReciverObjectType contains a method to receive job order commands and optional definitions of allowable job order information.
The representation of the ISA95JobOrderReceiverObjectType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=1002 |
NamespaceUri | http://opcfoundation.org/UA/ISA95-JOBCONTROL |
BrowseName | ISA95JobOrderReceiverObjectType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | BaseObjectType |
The references from the ISA95JobOrderReceiverObjectType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasComponent | Variable | EquipmentID | String[] | BaseDataVariableType | Mandatory |
HasComponent | Variable | JobOrderList | ISA95JobOrderDataType[] | BaseDataVariableType | Mandatory |
HasComponent | Variable | MaterialClassID | String[] | BaseDataVariableType | Mandatory |
HasComponent | Variable | MaterialDefinitionID | String[] | BaseDataVariableType | Mandatory |
HasComponent | Variable | PersonnelID | String[] | BaseDataVariableType | Mandatory |
HasComponent | Variable | PhysicalAssetID | String[] | BaseDataVariableType | Mandatory |
HasComponent | Method | ReceiveJobOrder | Mandatory | ||
HasComponent | Variable | WorkMaster | ISA95WorkMasterDataType[] | BaseDataVariableType | Mandatory |
ReceiveJobOrder
Signature
ReceiveJobOrder(
[in] ISA95JobOrderCommandEnum JobOrderCommand
[in] ISA95JobOrderDataType JobOrder
[out] UInt64 ReturnStatus
);
Argument | Description |
---|---|
JobOrderCommand | Contains the command to the Information Receiver on the action to be taken on the job order. |
JobOrder | Contains information defining the job order with all parameters and any material, equipment, or physical asset requirements associated with the order. |
ReturnStatus | Returns the status of the method execution. |