Users

inSCADA Platform is a web based multi-user system. You can define and authorize users to log into the system within the platform. The inSCADA platform is a two-level authorization check on the back-end. These are Admin and User.

Admin :Granted to users with development authority. Users with Admin privileges can perform all development activities.

User : This is the level of authorization given to operators.

Other roles are at the same level as the User role. However, these roles can be used by the developer with different authority limitations within the platform.

  • Admin

  • User

  • Engineer

  • Operator

  • Integrator

  • Expert

  • Custom

As shown in Figure 1, the user identification is shown in the upper part and the roles associated with it in the lower part. With the buttons at the top right of the upper grid, you can add, edit, delete and change passwords. You can add, edit and delete roles with the buttons in the upper right corner of the lower grid.

User Add/Edit Form

You can add and edit users by entering the information on the form shown in Figure 2. The e-mail address you enter here is used as the send address in the ins.sendMail (..) API.

Role Add/Edit Form

You can add and edit roles to users by entering the information on the form shown in Figure 3.

Change Password

As shown in Figure 4, you can create a password on the opened form by clicking the button in the upper right corner of the upper grid. Password and user creation authority is given to Admin role.

You can also define authorization levels on users within the inSCADA platform. For example, you can restrict control of some users and prevent them from seeing certain values. To do so, see the usage examples of the ins.getUserInfo API.

Last updated