ResourceIDOwned

The
ResourceIDOwned
item returns a resource list and their associated equipment IDs, which are currently owned by the resource denoted as
ResourceID
. A resource must be configured as a needed equipment item in
FactoryTalk Batch Equipment Editor
or must be specifically requested by the phase logic in order to be considered owned. The resource ID for the operator is
0
.
This table shows the input and output formats for this item.
Input Format
Request:
ResourceIDOwned
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 ResourceIDOwned item returns in this format:
<ResourceIDOwned>
is
<NullList>
\crlf |
<OwnedList>
\crlf
<OwnedList>
is
<Resource>
|
<Resource> <OwnedList>
<Resource>
is
<ResourceID>
\t
<ResourceName>
\crlf
where:
Field Name
Format
Description
<ResourceID>
ASCII - Integer
Unique equipment ID configured in
FactoryTalk Batch Equipment Editor
.
<ResourceName>
ASCII - String
Name of the Procedure, Process Cell, Unit, Phase or Resource.
This table shows an example of the return on this request.
Example:
A request on
object
.
GetItem(68Owned)
could return:
125 \t P101 \crlf
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal