LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

i want to add timing in my program

Solved!
Go to solution

my program wants to run between specified time 5 mins or  10 mins.. it should be chosen manually

 

please help me to add this 

 

kindly help me frndz

 

 

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

Also i want to clear the list box once the program s finished .. 

0 Kudos
Message 2 of 3
(2,229 Views)
Solution
Accepted by topic author gowthamggk

Just wrap it all in a while loop with a timer connected to the Stop function. After the loop, wire empty string arrays to your ItemNames property nodes.

 

Cameron

 

To err is human, but to really foul it up requires a computer.
The optimist believes we are in the best of all possible worlds - the pessimist fears this is true.
Profanity is the one language all programmers know best.
An expert is someone who has made all the possible mistakes.

To learn something about LabVIEW at no extra cost, work the online LabVIEW tutorial(s):

LabVIEW Unit 1 - Getting Started</ a>
Learn to Use LabVIEW with MyDAQ</ a>
Message 3 of 3
(2,213 Views)