ResourceIDHyperlinks
The
ResourceIDHyperlinks
item returns a tab-delimited list of hyperlinks that were configured in the area model for the equipment element identified by the resource ID.This table shows the input and output formats for this item.
Input Format | The FactoryTalk Batch Server supports an item named ResourceIDHyperlinks . The format of the data returned by this item is: <ResourceName> \t <Hyperlink1> \t <Hyperlink2> \t <Hyperlink3> \t <Hyperlink4> \t <Hyperlink5> | |
Output Format | The ResourceIDHyperlinks item returns in this format: | |
where: | ||
Field Name | Format | Description |
ResourceName | ASCII - String | Resource name identified by the ResourceID included in the item. Can represent a process cell, unit, equipment phase or shared resource. |
Hyperlink# | ASCII - String | Hyperlinks defined for the identified resource, where # is a number from 1 through 5. An empty string returns for any hyperlink without an assigned a value in the area model. |
This table shows an example of the return on this request.
Example: | A request on object . GetItem(68Hyperlinks) could return:NP_ADDDAIRY_M1 \t HYPERLINK1 \t HYPERLINK2 \t HYPERLINK3 \t HYPERLINK4 \t HYPERLINK5 |
Provide Feedback