Wonderware set password

Dan0218

Member
Join Date
Aug 2016
Location
Singapore
Posts
7
Hi,

Is there any other method to set password in every page? so i don't have to setup the disable animations one by one? i have a lot of setpoints in one page and it's kind a time consuming to setup one by one. Im using arhestra.

Thanks,
 
Last edited:
I dont have a copy of archestra running on this computer but you could set up different logins and assign each a different access level.
give the inputs a higher access level to a general user.
 
You can do it with button scripts like:
IF $Operator == ? THEN Show (Window);
ENDIF

You can also use Condition scripts to open and close windows based on $Operator == ?.

You could even do more using $AccessLevel and assign access level "ranges" to operators.
 
Last edited:
You have a few choices...

You can disable navigation to the entire window so an operator can't get to it.

If the window is mixed use and needs to be navigated to you can group the boxes or whatever you use for setpoints as one symbol and do a single disable or visibility on that symbol group.

You can do them individually.

I usually do option 3 and it's not as bad as you think. Once you do one each time you click on the next one, the property is retained so it's just click click...no typing. For example I usually use $Access Level > 2 in the disable anumation. Next time I click on disable for another element the condition is already populated.
 

Similar Topics

Hi, Is there any other method to set password in every page? so i don't have to setup the disable animations one by one? i have a lot of...
Replies
0
Views
1,715
Hi, I know that it's not the best place to write that post but I'm sure that someone is going to be able to help me. I have a wondwerware...
Replies
5
Views
3,751
i want to set value of Tag into enother Tag but to is max EU value so i read about it and i understand that i need to write: Tag.maxEU=Tag; but...
Replies
10
Views
3,726
i created recipe in intouch wonderware but i dont know how to set that for example if i close the computer and start the program again how can i...
Replies
0
Views
2,181
Dear member, need help, I have request job from the client to synchronize time between DCS (CS3000) -> PLC (RSLOGIX5000) -> Wonderware. I have...
Replies
14
Views
10,176
Back
Top Bottom