LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

timed data acquisition

Hello everybody.
Is there any approach through which i can ask my vi to run for a certain time interval like ' run for 20 seconds '
Vaib
0 Kudos
Message 1 of 7
(3,082 Views)

Hi vaib,

you can do something like this.

Mike



Message Edited by MikeS81 on 06-16-2008 02:51 PM
0 Kudos
Message 2 of 7
(3,081 Views)
Thanks for replying. I just wanted to know what is the purpose of the top left icon? Thanks again Vaib
0 Kudos
Message 3 of 7
(3,078 Views)
Hi vaib,
it´s the Tick Count (ms) function. It gives you the time of the internal tick counter. The counter starts with starting the pc. If you use the attached function you will see how long you pc already runs. Smiley Happy
 
 
Mike


Message Edited by MikeS81 on 06-16-2008 03:00 PM
0 Kudos
Message 4 of 7
(3,076 Views)
Thanks that worked out well. I am sorry I meant the top right icon just confused directions i guess . what is the top right icon for?
0 Kudos
Message 5 of 7
(3,072 Views)

Hi vaib,

it´s the millisecond timer. It´s to give some "free time" to the cpu. Smiley Happy

Mike

0 Kudos
Message 6 of 7
(3,066 Views)
You can also use the Elapsed Time function wired directly to the termination terminal (or OR it with a stop button).
0 Kudos
Message 7 of 7
(3,047 Views)