IOGetApplication() Function
- Last UpdatedFeb 22, 2017
- 1 minute read
The IOGetApplication() script function returns the application name defined for a specific Access Name to a tag assigned as an argument of the function.
Category
Miscellaneous
Syntax
IOGetApplication("AccessName");
Argument
AccessName
The existing Access Name in which the application is defined.
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 example returns the name of the application specified for the ModbusPLC1 Access Name to the AppName tag.
AppName = IOGetApplication ("ModbusPLC1");