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
unique Equipment ID corresponding to a specific resource. A Resource is an equipment entity (Process Cell, Unit, Phase or Shared Resource).
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
Have questions or feedback about this documentation? Please submit your feedback here.
Normal