auto logout rsview 32 cpr 7

Join Date
May 2008
Location
west central az
Posts
61
is there a way to set users up to auto logout after a set time of no activity? if i missed a prevous post on this sorry i asked it again. all i found was a post for view me.
 
Hadji,

There is no built in automatic logout feature that I know of. But I am sure there is a way to write a macro or expression to logout when the system timer get to a certain value.
 
I used this macro on a login:

------------------------------------

!===== Macro File created 09/11/06 ===============================
! this macro logs out the current operator after 30 minutes
! calls VBA script:
!
!Sub op_logout()
!
!Dim Start
! Start = Timer ' Set start time.
! Do While Timer < Start + 1800
! DoEvents ' Yield to other processes.
! Loop
!Done=1
!End Sub
!
!============================================================
Display logout_msg
VBAExec op_logout

Login operator

----------------------------------------

When that is finished, OR when the operator logs out, the "Login operator" routine runs, which logs in a normal operator. You DO have to have the VBA script op_logout in place!

It has to be in the login of every operator that you want timed. The Display is optional, I did this for a specific function.
 

Similar Topics

is there a way to auotmaticly logout a user on rsview after a period of inactivity? we have a few useres on the system here that have acsess to...
Replies
2
Views
7,124
Hello all, I am looking for a way to have a user get logged out after an X amount of time because to default so that user privilages are no...
Replies
4
Views
589
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...
Replies
3
Views
731
Hello, I am facing few problems with my FT VIEW 11 HMI (The PLC is SLC Connected via ethernet driver): 1. Is it possible auto logout to login to...
Replies
0
Views
1,077
Hello, I have developed a Factory Talk View SE application and do not have any users or logins enabled. The system is auto logging out after...
Replies
1
Views
4,370
Back
Top Bottom