ISA95JobResponseProviderObjectType

The OPENSCSJobResponseProviderObjectType contains a method to receive unsolicited job response requests.
The representation of the ISA95JobResponseProviderObjectType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=1003 |
NamespaceUri | http://opcfoundation.org/UA/ISA95-JOBCONTROL |
BrowseName | ISA95JobResponseProviderObjectType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | BaseObjectType |
The references from the ISA95JobResponseProviderObjectType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasComponent | Method | RequestJobResponse | Mandatory |
RequestJobResponse
Signature
RequestJobResponse(
[in] String JobOrderID
[in] ISA95JobOrderStateEnum JobOrderState
[out] ISA95JobResponseDataType JobResponse
[out] UInt64 ReturnStatus
);
Argument | Description |
---|---|
JobOrderID | Contains an ID of the job order, as specified by the method caller. |
JobOrderState | Contains an ID of the job order, as specified by the method caller. |
JobResponse | Contains information about the execution of a job order, such as the current status of the job, actual material consumed, actual material produced, actual equipment used, and job specific data. |
ReturnStatus | Returns the status of the method execution. |