panelview 5310 security

jimcav

Member
Join Date
Dec 2004
Location
new jersey
Posts
229
I am using a panelview 5310 with a compact logix 5069-l306er. Studio 5000. when ever a security code is entered i would like to know that security is active even if its just a bit that is true.

Thanks
 
You could use login and logout macros assigned to every user. When any user logs in run a macro that sets a bit in the PLC, and when any user logs out run a macro that clears the same bit.

Of course you can get more complex if you wanted, but if your only objective is "is somebody logged in or not", then that will do the trick.

Edit: just saw you're using the Panelview 5000 series, which I've not used, so my advice may not be applicable. Do the PV5000's have login/logout macros?
 
I'm doing this on basically the same setup. On the banner screen which is active for all screens I created a text and used a one second clock on/off bit in the PLC for my Expression in the animation tab. In the events I made a State Enter event for State #1 and wrote to a PLC String and made it = to Local:HMIDevice.Security.CurrentUserRole . From there it was easy to write the PLC Code. I believe it only updates on the rising edge of the state which is why I used a 1 second clock. Of course for the text you can simply uncheck the visible box so it doesn't show on the screen.

BTW I can't take credit for finding this workaround. I found it awhile back, but don't remember if I found it here or in some RA tech document.
 

Similar Topics

Hello, I presently have a Allen Bradley PanelView 5310 at a client site and i can access to the PLC/HMI local network with a remote module...
Replies
4
Views
96
In a PV 5310, can you format a numeric object to create comma's in the thousands position? I see no way from the properties panel.
Replies
11
Views
443
Does anyone know how to synchronise the time between these two? I had thought that the HMI could write a LINT (time/date in microsecronds) to the...
Replies
5
Views
2,161
I am learning how to use the View Designer software. I have worked with FactoryTalk View ME and SE but this is quite a bit different. I have...
Replies
1
Views
2,679
Hi Everyone, Currently we have three plants running with Controllogix PLCs (L72, L73, L74). In each of these plants we have 2 FTView SE...
Replies
0
Views
44
Back
Top Bottom