FatoryTalk View SE (network) Display Question

clownbrother2

Member
Join Date
Feb 2008
Location
Utah
Posts
5
Hello,

I am working with FactoryTalk View SE (networked) and would like to password protect a HMI display screen. Is there a way to protect this said display screen in Studio without having to set-up all the security users?

Right now I have a "Display Selector List" set up for the operators to jump to different screens on this said HMI.

How can I restrict the operators from selecting and having access to a display that they do not need to be on? But allow maintenance access to the display for troubleshooting when need be. I would like to protect just this one display screen without having to issue or create a bunch of user groups and passwords.

Thanks,
Don
o_O
 
So if I set up the maintenance guys in users and set up the displays security code they would be the only ones' to have access during run time? Because right now we do not require anyone to log on to the system to view the display screens. Or am I looking at this wrong?
 
That's one way. I like to make all screens viewable by anyone. If you wnat ot change something, that's when you need to login. What kind of a screen is it? You could for example, use visibility to hide data entry fields or buttons.
 
Yes I would also like to keep the screen visiable, so I would have to set up each push button or data entry so it would require a log on button to change a state or value? Then I would also have to add a log off button?

How would I set up each button or data enter to require a log on?

Would I still need to create a user to allow this?

I know that RSview has a log-in and a log-out button that you can use but I can't seem to find any in my FactoryTalk. Any ideas?

Thanks
 
Use a numeric or string tag connected to the PLC. For "Security", change the font to something unreadable like WingDings.

In the PLC, just do a compare between the entered value, and either a numeric or string value in the PLC. If they are the same, turn on a bit, if they are different, turn the bit off.

On the HMI, use the bit to control the visibility of whatever you want secured... True = visible, False = invisible. You can do that for Goto screen buttons as well. On the HMI, include another button to clear the entered password to "Log out".

Much easier then dealing with FTViews idiotic security system, and it works on all HMI's that support an invisibility attribute.
 

Similar Topics

I've adjusted the IP of the Panelview Plus as well as the DNS servers; the screen does not show up in the search when I go to the transfer utility...
Replies
3
Views
74
Hello, I am fairly experienced programming and modifying existing FTView ME programs. I have also used FTView SE to make modifications to a...
Replies
5
Views
111
Replaced overlay and glass in HMI but now I can not calibrate the touch screen any suggestions.
Replies
1
Views
71
Hello, I have a panelview plus that reads from 4 different PLC's. 2 of these used to be Micrologix PLC's and someone else went and updated them to...
Replies
3
Views
99
Hi. I need to create several alarm servers in an application, but first I need to know if there is any impact on communication, or if more...
Replies
0
Views
71
Back
Top Bottom