10-26-2011 07:48 AM
Hi
How can I clear user & Clear Time ?
I can't use defined Event.
Respect
10-26-2011 07:57 AM
I will pretend you asked
"How can implement a inactivity time logout in DSC?"
The last time I did one of those it was based on an Action Engine that contained methods like;
Init - to log out and set-up data strctures
Reset - Set a Sr to the curent time
Log-in
Check - Compared the current time to the time in the SR. If exceeded timeout, then logout.
That Action Engine was used in a loop with an event structure with events like;
Mouse Move - Invokes the Reset on the Action Engine.
Timeout - Invokes the "Check" on the Action Engine.
Login - value change event fired to login using the Ae of course.
Done with my wild speculations.
Ben
10-26-2011 12:48 PM
Hi Ben
Thanks
I use DSC "Read Alarms" and received "Clear Time" and "Clear user".
How can I set manually "Clear Time" and "Clear user"?
Respect
Iskander