Release
The
RELEASE
execute releases a resource from the operator.The format and return for this execute includes:
Execute Format | A FactoryTalk Batch Server supports an execute with this format:[RELEASE( Item,UserID,OwnerID,ResourceID )] | |
where: | Item | Item name as specified by the client. |
UserID | User identification associated with this event. | |
OwnerID | ID of the operator configured in the batchsvr.ini file. | |
ResourceID | Equipment ID of the resource to be released. This value is configured in FactoryTalk Batch Equipment Editor . | |
Action | A successful RELEASE execute removes the resource from either the requester’s or owner’s list. (The owner is notified of the action and may elect to re-acquire the resource.) | |
Return Format | The item populates with this data: SUCCESS: | FAIL: <message> | FAILED | |
where: | ||
Field | Format | Description |
<message> | ASCII - String | Error message appropriately formatted for operator display. |
The following table shows an example of the return on this execute.
Example: | An execute string: [RELEASE(Item,Station5/Operator,0,68)] |
Provide Feedback