ResourceIDOwners
The
ResourceIDOwners
item returns a list of all resource owners and the corresponding owner IDs.This table shows the input and output formats for this item.
Input Format | Request: ResourceIDOwners | ||
ResourceID | is | ASCII - String, the | |
Output Format | The ResourceIDOwners item returns in this format: | ||
<ResourceIDOwners> | is | <NullList> \crlf | <OwnsList> \crlf | |
<OwnsList> | is | <Resource> | <Resource> <OwnsList> | |
<Resource> | is | <ResourceID> \t <ResourceName> \crlf | |
where: | |||
Field Name | Format | Description | |
<ResourceID> | ASCII - Integer | The unique equipment ID configured in FactoryTalk Batch Equipment Editor . If the owner is the batch operator, the ID is 0 (zero). | |
<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(119Owners) could return:0 \t OPERATOR \crlf |
Provide Feedback