LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Timed data Loop

Hi

Need some help

I want to make 5000 samples of a value in 10 sec using a timed loop

Can anyone explain how?

0 Kudos
Message 1 of 6
(2,524 Views)

This is one of those times I would just use an express vi (Simulate signal.vi) use the simulate acquisition timing option and ignore the warning that the vi will take longer than 5 seconds to execute. 


"Should be" isn't "Is" -Jay
0 Kudos
Message 2 of 6
(2,515 Views)

The goal for this VI is to read a shared variabel from some NI Hardware(DAQ analog input channal)

I need to stor values from this DAQ channal using Timed Loop with 500HZ in 10 sec.

Those values stored in an array shall i use in anothee Sub VI calculating some mean values of this array

0 Kudos
Message 3 of 6
(2,513 Views)

Try this vi. This vi will run for 10 seconds and collect the data and put it in a queue and in the below loop it is being read so you can take the data from the below loop and write it to a file.

 

Good Luck

-----

The best solution is the one you find it by yourself
0 Kudos
Message 4 of 6
(2,489 Views)

Thx

I need a 2010 version is that possible? I dont have the 2011 version of labview

0 Kudos
Message 5 of 6
(2,479 Views)

Here is the vi in 2009 version.

-----

The best solution is the one you find it by yourself
Message 6 of 6
(2,472 Views)