IOGetNode() Function
- Last UpdatedFeb 22, 2017
- 1 minute read
The IOGetNode() function returns the node address defined for a specific Access Name to a tag associated with the function in the script.
Category
Miscellaneous
Syntax
IOGetNode("AccessName");
Argument
AccessName
The existing Access Name to return node information for.
Remarks
You can specify the Access Name as a literal string, or as a string value provided by other InTouch tags or functions.
Example
The following example returns the node information for the ModbusPLC1 Access Name to the NodeName tag.
NodeName = IOGetNode("ModbusPLC1");