05-19-2013 11:31 AM
Hi fellow LabView users,
my problem is very basic, I'm sorry for that, I'm just a beginner
I'm getting continous data from a function and I would like to write them in an array with a fixed size. The fixed size is because I want to get the max/min entry of the last x elements. I've been trying this for about an hour now with different approaches but nothing seems to work, so I'm frustrated enough to put my problem out here.
I hope the VI is understandable even with the foreign titles. Basically I want to make two leds light up if my data within one period is greater or smaller than a reference value.
I'm thankful for any hint of help 🙂
Solved! Go to Solution.
05-19-2013 12:54 PM
05-19-2013 01:01 PM
Just to get more familiar with LabVIEW operations (arrays, shift registers, etc.), you could do something like described here.
(simply replace the mean (top center) by array min&max. :D)
05-19-2013 01:04 PM
Thanks so much! Worked like a charm and will try the second approach too =D
05-21-2013 07:18 AM
very nice 🙂