07-08-2016 08:35 AM
07-08-2016 08:45 AM
You need five different values or same value five times
if five different values and values are generated dynamically place the value generation or aquisition inside for loop which will provide five different values
if same value five times feed same value to all five index in this case you dont need loop
07-08-2016 11:36 AM - edited 07-08-2016 11:37 AM
Instead of 1 large wait, perhaps you should use a smaller wait inside of your loop. This would better simulate a sensor sending you data. And then you just use the autoindexing tunnel to make your array. So since you want 5 readings in 2 seconds, a 400ms wait should work for you.
07-08-2016 01:01 PM
thank you !
I am new by Labview . I have another question . in which Platte I can find DBL als control and Array?
Thanks
07-08-2016 01:04 PM
Those are terminal. You create controls on the front panel. Array container in the array palette. Double in the numeric palette.
These are very basic LabVIEW quesitons. I would recommend looking at the online LabVIEW tutorials
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours