The ObjectType defines Events that can be send out every time the state of a job order is changing.
Table 49 contains the AddressSpace definition of an ISA95JobOrderReceiverObjectType.
Table 49 – ISA95JobOrderStatusEventType AddressSpace Definition
Attribute |
Value |
||||
BrowseName |
ISA95JobOrderStatusEventType |
||||
IsAbstract |
True |
||||
References |
NodeClass |
BrowseName |
Data Type |
TypeDefinition |
Other |
Subtype of the 0:BaseEventType defined in OPC 10000-5 |
|||||
0:HasProperty |
Variable |
JobOrder |
ISA95JobOrderDataType |
0:PropertyType |
M |
0:HasProperty |
Variable |
JobState |
ISA95StateDataType[] |
0:PropertyType |
M |
0:HasProperty |
Variable |
JobResponse |
ISA95JobResponseDataType |
0:PropertyType |
M |
Conformance Units |
|||||
ISA-95 Job Control Job Response Provider Job Order Status Events |
|||||
|
The JobOrder contains the planned job order received by the system.
The JobState contains the current state of the job order. Clients may filter for Events of specific states, for example only receiving Events of ended job orders. 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.
The JobResponse contains the current job response of the job order. The State in the JobResponse shall be identical to the JobState.