LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

elapsed time to run subvi

hi....
first of all ..sorry if the subject title didn't match with my problem. I have no idea what is the suitable title should i put there.

anyway my question is..how should i do to set every one hour i can run a subvi?for example i have a subvi that use to send a msg to the gsm card to delete all the read msg inside the simcard. so means that I want to delete all the messages every one hour. if i have delete the msg i will stop the subvi and wait for next hour to delete the message.

anyone can help?..pls..hope that's all clear..

thanks..
0 Kudos
Message 1 of 3
(2,488 Views)
try putting the subvi in a timed loop and set the timer so it iterates after every hour.
0 Kudos
Message 2 of 3
(2,484 Views)
Or you could use the Elapsed Time function wired to a case statement with you subVI inside that.
0 Kudos
Message 3 of 3
(2,467 Views)