05-09-2012 12:51 PM
Hi
Need some help
I want to make 5000 samples of a value in 10 sec using a timed loop
Can anyone explain how?
05-09-2012 01:40 PM
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.
05-09-2012 01:49 PM
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
05-09-2012 11:05 PM - edited 05-09-2012 11:05 PM
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
05-10-2012 01:57 AM
Thx
I need a 2010 version is that possible? I dont have the 2011 version of labview
05-10-2012 02:52 AM
Here is the vi in 2009 version.