Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Geo SCADA Knowledge Base
Access vast amounts of technical know-how and pro tips from our community of Geo SCADA experts.
Link copied. Please paste this link to share this article on your social media post.
Originally published on Geo SCADA Knowledge Base by Anonymous user | June 09, 2021 11:54 PM
User:Username:Full,Guest:View+BRS
Everyone:Full
UserType:UserName:Permissions
Description | Option |
---|---|
None | None |
Read | View |
Browse | BRS |
Control | CTL |
Override/Release | OVR |
Acknowledge Alarms | ALM |
View Alarms | VWA |
Remove Alarms | RMA |
Edit Notes | NOT |
Retrieve Data | RET |
Promote | PRM |
Tune Limits | TUN |
Annotate History | AHS |
Modify History | MHS |
Validate History | VHS |
Disable Points | DIS |
Disable Alarms | DLM |
Disable Controls | DCT |
Switch Line | SWL |
Diagnostics | DIA |
Exclusive Control | EXC |
Manage Exclus Ctrl | MEC |
Configure | CFG |
Security | SEC |
System Admin | ADM |
View+BRS CTL VWA
Predefined Set | Associated Permissions |
---|---|
View | Read |
Operator | Read, Browse, Control, Override / Release, Acknowledge Alarms, View Alarms, Remove Alarms, Edit Notes, Retrieve Data, Promote, Tune Limits, Annotate History |
Advanced | All permissions except Configure, Security, System Admin |
Configuration | All permissions except Security, System Admin |
Full | Includes all permissions |
Dim objServer As ScxV6Server'Connect to databaseSet objServer = New ScxV6Server'Configure your username and passwordobjServer.Connect "MAIN","user","pwd"'Find my point called testDim myPoint As ScxV6ObjectSet myPoint = objServer.FindObject("test")'gets current security settings and display using msgboxDim securityState As StringsecurityState = myPoint.GetSecurity()MsgBox securityState'sets the new security settings on the objectmyPoint.SetSecurity "User:Username:Full",1objServer.DisconnectSet objServer = Nothing
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.