6.3.4 ISA95JobOrderDataType

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 64.

Table 64 – ISA95JobOrderDataType Structure
NameTypeDescriptionOptional
ISA95JobOrderDataTypeStructure

JobOrderID

0:StringAn identification of the Job Order.False

Description

0:LocalizedText[]Additional information about the Job Order. The array allows to provide descriptions in different languages.True

WorkMasterID

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. If no WorkMaster is defined, then the server may use internal logic or human interactions to select the appropriate WorkMaster.True

StartTime

0:DateTimeThe proposed start time for the job order, may be empty if not specified. True

EndTime

0:DateTimeThe proposed end time for the job order, may be empty if not specified.True

Priority

0:Int16The priority of the job order, may be empty if 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.True

JobOrderParameters

ISA95ParameterDataType[]Key value pairs, not associated with a resource, that are provided as part of the job order, may be empty if not specified.True

PersonnelRequirements

ISA95PersonnelDataType[]A specification of any personnel requirements associated with the job order, may be empty if not specified.True

EquipmentRequirements

ISA95EquipmentDataType[]A specification of any equipment requirements associated with the job order, may be empty if not specified.True

PhysicalAssetRequirements

ISA95PhysicalAssetDataType[]A specification of any physical asset requirements associated with the job order, may be empty if not specified.True

MaterialRequirements

ISA95MaterialDataType[]A specification of any material requirements associated with the job order, may be empty if not specified.True

Table 65 is the AddressSpace definition of an ISA95JobOrderDataType.

Table 65 – ISA95JobOrderDataType AddressSpace Definition
Attribute Value
BrowseNameISA95JobOrderDataType
IsAbstractFalse
Reference NodeClass BrowseName DataType TypeDefinition ModellingRule
Subtype of the Structure defined in OPC 10000-5
Conformance Units
ISA-95 Job Order Receiver V2