<< Click to Display Table of Contents >> Users |
|
Create user
User is not a mandatory element of the project. You can use or not use in it. To create a new user select the menu item Project-> New User or choose Users in the Project Window->Users, click right button on it and choose New User item.
You’ll see the following window:
List of properties:
Property |
ST script field* |
Description |
---|---|---|
Name |
name |
Name of the user. |
Password |
password |
Write password for the current user. |
Access level |
accesslevel |
Access level of the current user. Depending of this user can be restricted on writing values in some tag and opening some screens. |
Control functions |
controlfunctions |
Check if you want the user can write values into the server’s tags. |
Acknowledge events |
acknowledgeevents |
Check if you want the user can acknowledge events in events database. |
Delete events |
deleteevents |
Check if you want the user can delete events from events database. |
Insert events |
insertevents |
Check if you want that during running application events are inserted into events database when the user is logged in. |
Insert history |
inserthistory |
Check if you want that during running application history information is inserted into history database when the user is logged in. |
Settings |
settings |
Check if you want the user can enter Settings menu of TeslaSCADA2 Runtime application. |
Edit recipes |
editrecipes |
Check if you want the user can Add, Edit and Delete recipes fields. |
savecontroloperations |
Check if you want to save this user control operations in events database. (it will be saved if you check Enable alarms in Tag properties) |
|
Can stop |
canstop |
Check if you want to let this user to stop execution of the project. |
Can close |
canclose |
Check if you want to let this user to close application - TeslaSCADA2 IDE or TeslaSCADA2 Runtime |
Priority |
priority |
Priority of the user control operations events that will be save in event database. |
* This field is used in ST scripts. For example: Users.Operator0.controlfunctions = 0. After this script command is executed user with name Operator0 can't write values in the tag.
Open user properties
To open user properties on Users tab:
1. Double click on the user properties which you want to open.
or
2. Right click on the user properties which you want to open and choose User properties item.
Copy user
To copy user on Users tab right click on the user you want to copy and choose Copy user item.
Delete user
To delete user on Users tab right click on the user you want to delete and choose Delete user item.
Users
You can download the project from the video here.