Manage user authentication and permissions.
Tutorials → Security | Tutorial | How-to Guide | Reference
To be able to change Security Permissions, first, you will need to:
Password: blank (no pass)
Use Pre-defined Groups
As this tutorial is intend to teach, we are creating a new Security Group, in real-life projects prefer always to use the pre-defined groups. If you want to skip the creation of new groups, and to the tutorial with the existing one that is also a valid learning
Navigate to Security → Permissions and configure groups:
Operators | Supervisors | Administrators | |
---|---|---|---|
Run | ToolsSetValues | ToolsSetValues + Shutdown | Unrestricted |
Edit | Nothing | Everything but Security | Unrestricted |
Go to Security → Policies and configure:
For Enhanced policy, go to Identification and set:
User | Group | Password | Policy |
---|---|---|---|
operator1 | Operators | oper123 | Operators |
supervisor1 | Supervisors | super456 | Supervisors |
admin | Administrator | admin789 | Administrators |
By default, the solution already has a default page name LogOn. This page contains the required logic to control user Logon on the system once it is running. Feel free to navigate to this display and get yourself familiar with it.
User: {Client.UserName}
For critical controls (e.g., setpoint changes):
→ Modules / User Interactions / Security Module → Tutorials / User Interactions / Security Module Tutorial → How-to Guides / User Interactions / Security Module How-to Guide → Technical Reference / User Interactions / Security Module ReferenceSecurity Module Links
Explanation - to understand concepts
Tutorials - to learn by doing
How-to Guides - to accomplish specific tasks
Reference - technical details