LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

dsc clear user & Clear Time

Hi

How can I  clear user & Clear Time ?

I can't use defined Event.

Respect

0 Kudos
Message 1 of 3
(2,409 Views)

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

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 2 of 3
(2,405 Views)

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

 

0 Kudos
Message 3 of 3
(2,399 Views)