Machine Automation Forum
A forum addressing machine automation solutions for the complete machine lifecycle. Including offers like Machine Advisor, Modicon PLC/PacDrive, Lexium or Preventa. Discuss and share knowledge on offers relating to cloud-based service platforms, machine localization and monitoring, industrial operations control, motion products as well as safety function!
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-06-09 06:33 PM
Hi Guys,
I am planning to implement a "Child lock" screen or lock screen after a x period of inactivity. I have an idea using the backLight timer to trigger a local timer which launch a pop-up screen which I design already. My question is in regards the system flag or timers documentation. I haven't found a proper documentation about those topics. Any ideas???
I much appreciate your suggestions,
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-06-10 12:02 AM
You can find in the follow link an example how you could start a procedur regarding to inactivity
And you could check in you code the value of sysBacklight.
0 = Min Backlight active
1 = Backlight on
2 = Timer are running
You can adjust the time for sysBacklight via Par_BackLIghtTime
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-06-22 06:25 PM
Hi,
Thanks for your advise. Finally, I used a structure call sysLCDPressed which triggers a timer. I could not find any documentation about this, I just tried and worked.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-06-10 12:02 AM
You can find in the follow link an example how you could start a procedur regarding to inactivity
And you could check in you code the value of sysBacklight.
0 = Min Backlight active
1 = Backlight on
2 = Timer are running
You can adjust the time for sysBacklight via Par_BackLIghtTime
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-06-22 06:25 PM
Hi,
Thanks for your advise. Finally, I used a structure call sysLCDPressed which triggers a timer. I could not find any documentation about this, I just tried and worked.
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.