The ISA95JobOrderDataType is a subtype of OPC UA Structure that defines the information needed to schedule and execute a job.
The structure is defined in Table 23.
Table 23 – ISA95JobOrderDataType Structure
Name |
Type |
Description |
ISA95JobOrderDataType |
structure |
|
ID |
0:String |
An identification of the Job Order |
Description |
0:String |
Optional: Addition information about the Job Order |
WorkMasterID |
ISA95WorkMasterDataType[] |
Optional: Work Master associated with the job order. If multiple work masters are defined, then the execution system can select the work master based on the availability of resources. If no WorkMaster is defined, then the server may use internal logic or human interactions to select the appropriate WorkMaster |
StartTime |
0:DateTime |
Optional: The proposed start time for the order, may be empty if not specified. |
EndTime |
0:DateTime |
Optional: The proposed end time for the order, may be empty of not specified. |
Priority |
0:Int16 |
Optional: The priority of the job order, may be empty of not specified. Higher numbers have higher priority. This type allows the Job Order clients to pick their own ranges, and the Job Order server only has to pick the highest number |
JobOrderParameters |
ISA95ParameterDataType[] |
Optional: Key value pair with values, not associated with a resource that is provided as part of the job order, may be empty if not specified. |
PersonnelRequirements |
ISA95PersonnelDataType[] |
Optional: A specification of any personnel requirements associated with the job order, may be empty if not specified. |
EquipmentRequirements |
ISA95EquipmentDataType[] |
Optional: A specification of any equipment requirements associated with the job order, may be empty if not specified. |
PhysicalAssetRequirements |
ISA95PhysicalAssetDataType[] |
Optional: A specification of any physical asset requirements associated with the job order, may be empty if not specified. |
MaterialRequirements |
ISA95MaterialDataType[] |
Optional: A specification of any material requirements associated with the job order, may be empty if not specified. |
Table 24 is the AddressSpace definition of an ISA95JobOrderDataType.
Table 24 – ISA95JobOrderDataType AddressSpace Definition
Attribute |
Value |
||||
BrowseName |
ISA95JobOrderDataType |
||||
IsAbstract |
False |
||||
Reference |
NodeClass |
BrowseName |
DataType |
TypeDefinition |
ModellingRule |
Subtype of the Structure defined in OPC 10000-5 |