6.3.5 ISA95JobResponseDataType

The ISA95JobResponseDataType is a subtype of OPC UA Structure that defines the information needed report on the execution of a job order.

The structure is defined in Table 66 .

Table 66 – ISA95JobResponseDataType Structure
NameTypeDescriptionOptional
ISA95JobResponseDataTypestructure

JobResponseID

0:StringA unique identification of the Job Response.False

Description

0:LocalizedTextAdditional information about the Job Response.True

JobOrderID

0:StringIdentification of the job order associated with the job response. False

StartTime

0:DateTimeThe actual start time for the job order. True

EndTime

0:DateTimeThe actual end time for the job order, may be empty if the job has not yet completed. True

JobState

ISA95StateDataType[]The current state of the job. The array shall provide at least one entry representing the top level state and potentially additional entries representing substates. The first entry shall be the top level entry, having the BrowsePath set to null. The order of the substates is not defined.False

JobResponseData

ISA95ParameterDataType[]Key value pair with values, not associated with a resource that is provided as part of the job response, may be empty if not specified.True

PersonnelActuals

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

EquipmentActuals

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

PhysicalAssetActuals

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

MaterialActuals

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

Table 67 is the AddressSpace definition of an ISA95JobResponseDataType.

Table 67 – ISA95JobResponseDataType AddressSpace Definition
Attribute Value
BrowseNameISA95JobResponseDataType
IsAbstractFalse
Reference NodeClass BrowseName DataType TypeDefinition ModellingRule
Subtype of the Structure defined in OPC 10000-5
Conformance Units
ISA-95 Job Response Provider V2
ISA-95 Job Response Receiver V2