IOGetTopic() Function
- Last UpdatedFeb 22, 2017
- 1 minute read
The IOGetTopic() script function returns the topic name defined for a specific Access Name to a tag associated with the function in the script.
Category
Miscellaneous
Syntax
IOGetTopic("AccessName");
Argument
AccessName
The Access Name whose topic name is returned.
Remarks
The Access Name can be specified as a literal string, or it can be a string value provided by other InTouch message tags or functions.
Example
This example returns topic information for the ModbusPLC1 Access Name to the TopicName tag.
TopicName = IOGetTopic("ModbusPLC1");