How do we control the Security InActivity timeout with a variable in Vijeo Designer?
Issue:
How do we control the Security InActivity timeout with a variable in Vijeo Designer?
Product Line:
Vijeo Designer (all versions)
Resolution:
Often times, the built-in time settings for the InActivity timeout for the Vijeo Designer Security feature are insufficient. Sometimes we would like a smaller amount of time to elapse instead, rather than the 1 minute minimum that is offered. In order to have a customizable Auto Logout Threshold, we can make use of some basic tools in Vijeo Designer. Please follow the procedure below to build this function yourself.
01) Create a Project named AutoLogoutForSecurity
02) Create a Security Group
03) Create a User
04) Set Target Security to "Use Security"
05) Drag a Login Part on to the Screen
06) Create an INT Variable named "Timer"
07) Create an INT Variable named "AutoLogoutThreshold". Set its initial value to 10 for 10 seconds
08) Draw Numeric Displays for both Variables with labels
09) Create an action with "Trigger Type" set to "Event" and "Trigger Event" set to "When Touch Panel"
10) Set the action's operation to reset "Timer" to 0
11) Create an action with Trigger Type set to "Periodic" and "Frequency" set to 1 second.
12) Set the action's operation to Decision.
13) Set the Condition to (Timer < AutoLogoutThreshold)
14) If the conditon is True, increment "Timer". If the conditon is False, Run the Script "Sys.logout();" and reset "Timer" to 0
This will result in a project that has the ability to change the InActivity timeout to any value from 0 to 63563 seconds.
If this FAQ did not solve your issue, you can chat with us at chat with us or e-mail us at customer.services@se.com to create a case with our Technical Support Team.
If you are not located in North America, please contact your local Customer Care Center for assistance:
Released for: Schneider Electric Canada


Need help?
Product Selector
Quickly and easily find the right products and accessories for your applications.
Get a Quote
Start your sales inquiry online and en expert will connect with you.
Where to buy?
Easily find the nearest Schneider Electric distributor in your location.
Help Center
Find support resources for all your needs, in one place.