ISA95JobOrderDataType

http://opcfoundation.org/UA/ISA95-JOBCONTROL

1.0.0

2021-03-31


NodeId ns=1;i=3008
NodeClass DataType
BrowseName 1:ISA95JobOrderDataType
DisplayName ISA95JobOrderDataType
Description Defines the information needed to schedule and execute a job.
BaseType 0:Structure
IsAbstract False
Field Name Data Type Description
ID 0:String An identification of the Job Order.
Description 0:String Addition information about the Job Order
WorkMasterID 1:ISA95WorkMasterDataType[] 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.
StartTime 0:DateTime The proposed start time for the order, may be empty if not specified
EndTime 0:DateTime The proposed end time for the order, may be empty if not specified
Priority 0:Int16 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 1:ISA95ParameterDataType[] 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 1:ISA95PersonnelDataType[] A specification of any personnel requirements associated with the job order, may be empty if not specified
EquipmentRequirements 1:ISA95EquipmentDataType[] A specification of any equipment requirements associated with the job order, may be empty if not specified.
PhysicalAssetRequirements 1:ISA95PhysicalAssetDataType[] A specification of any physical asset requirements associated with the job order, may be empty if not specified.
MaterialRequirements 1:ISA95MaterialDataType[] A specification of any material requirements associated with the job order, may be empty if not specified.