ResourceIDRequested
The
ResourceIDRequested
item returns a list of all resources and the corresponding equipment IDs, requested by the resource owner indicated as ResourceID
. The resource ID for the operator is 0.This table shows the input and output formats for this item.
Input Format | Request: ResourceIDRequested | ||
ResourceID | is | ASCII - String, the | |
Output Format | The ResourceIDRequested item returns in this format: | ||
<ResourceID Requested> | is | <NullList> \crlf | <RequestedList> | |
<RequestedList> | is | <Resource> | <Resource> <RequestedList> | |
<Resource> | is | <ResourceID> \t <ResourceName> \crlf | |
where: | |||
Field Name | Format | Description | |
<ResourceID> | ASCII - Integer | The unique equipment ID configured in FactoryTalk Batch Equipment Editor . | |
<ResourceName> | ASCII - String | The name of the Process Cell, Unit, Phase, or Resource. |
This table shows an example of the return on this request.
Example: | A request on object.GetItem(68Requested) could return:119 \t FV101 \crlf |
Provide Feedback