Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ InTouch HMI

Configure Operating System groups and access levels using script

Configure Operating System groups and access levels using script

  • Last UpdatedOct 22, 2025
  • 1 minute read

You can also assign InTouch access levels to the Windows groups using the AddPermission() function in a script. The AddPermission() function is typically called on application start-up so WindowViewer recognizes all the authorized user groups when a user is ready to log on.

Configure access levels for OS security using script

  1. On the Scripts pane, click Application.

    The Application Script dialog box appears.

    Application Script dialog

  2. In the Condition Type list, click On Startup.

  3. Use the AddPermission() function to specify the group names and corresponding access levels. The arguments for AddPermission() are operating system (or domain), group name, and access level.

  4. Click OK.