ISA95JobResponseReceiverObjectType

A Job Response Receiver receives unsolicited Job Responses, usually as the result of completion of a job, or at intermediate points within the job.
The representation of the ISA95JobResponseReceiverObjectType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=1004 |
NamespaceUri | http://opcfoundation.org/UA/ISA95-JOBCONTROL |
BrowseName | ISA95JobResponseReceiverObjectType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | BaseObjectType |
The references from the ISA95JobResponseReceiverObjectType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasComponent | Method | ReceiveJobResponse | Mandatory |
ReceiveJobResponse
Signature
ReceiveJobResponse(
[in] ISA95JobResponseDataType JobResponse
[out] UInt64 ReturnStatus
);
Argument | Description |
---|---|
JobResponse | Contains information about the execution of a job order, such as actual material consumed, actual material produced, actual equipment used, and job specific data. |
ReturnStatus | Returns the status of the method execution. |