‎06-09-2014 04:24 AM
I would like to know after as user specified amount of time (relative time) perform an action eg set the case structure to true
‎06-09-2014 05:16 AM
Check the time specified is reached whithin a while loop. Connect the output of the comparison to the case structure.
‎06-09-2014 05:18 AM
H PauldePaor,
There are various ways to implement this functionality in LabVIEW. Could you elaborate on the specific application?
This KB might help: http://digital.ni.com/public.nsf/allkb/05A9C3B0A4D5A7638625712B006FB30F
‎06-09-2014 05:20 AM
You can use the wait untill the next ms function(with a control input) or create a dedicated bit to trigger a set of events.
Your question is not very clear. Can you be more specific
‎06-09-2014 05:22 AM
Hi nickf,
I used the elapsed time VI with a user input for the time delay and wired the time has elapsed to the case structure. This worked for me
‎06-09-2014 05:38 AM
great