FactoryTalk SE Auto Logout by event

LessThanThree

Member
Join Date
Jul 2014
Location
Wisconsin
Posts
32
I have a FactoryTalk SE 9.00 application which monitors and controls a batch application in two rooms. When running at full capacity each room has a user who is logged in. There are also three other locations that users can log in. We would like to automatically log out the user at the following conditions:

-at the end of every shift logout everyone who is logged into the system (6 am/6pm)
-at the completion of a room's batch log out that user(~90 minutes)

The intention is for us to know exactly which operator is responsible for each batch and verify there is no carryover of users from one shift to the next.

We have a policy in place but I'd like to make it automatic.

In my past I've worked more with Factorytalk ME where I do everything possible to put security in the plc rather than the limited HMI built in security. Which would make these requests simple. I'm hoping that SE has more features.
 
IdleDetect won't help here - OP is specifically not interested in whether the screen is idle or not, only when a batch or shift ends.

Do the logout logic in the PLC, and have a bit that's set in the PLC when a logout should occur. Then have the VBA monitor that tag for a change, and when it changes from false to true, logout and reset the "logout" tag to zero. If the "logout" tag in the PLC stays on for more than 30 seconds, raise an alarm to indicate that the auto logout has failed.

It's been a long time since I did VBA tag monitoring, and it was a huge PITA. Let me see if I can dig out some of the old threads I had on the issue.
 

Similar Topics

Im running version 6.FTME and i am trying to get the PV1000 to return to a graphic display after a set time and turn a bit on or pulse in the plc...
Replies
5
Views
2,779
Does anyone know if there is a way to automatically logout a user after they have been logged in after a certain amount of time? Within...
Replies
13
Views
10,179
Hi, When I enable the auto logout feature of FactoryTalk SE it results in a grey screen with the login tab showing when logout time has expired...
Replies
1
Views
6,231
Hi All, is there a way to incorporate SFC with HMI in some way, in order to represent missing conditions for next step. Something similiar...
Replies
0
Views
965
Hello, I am trying to create a project that displays an image from the local computer and automatically updates the image at specific intervals...
Replies
6
Views
4,659
Back
Top Bottom