09-23-2007 08:54 PM
09-23-2007 10:34 PM
09-28-2007 12:09 AM
09-28-2007 04:57 AM
Hi Parny,
Im Confused here, Is it that you want to monitor the data in real time and then store the max and min values "Permanentlt" or are you acquiring a set of data and the analysing after to find the max and min? Either way when you say permanently there is, as has been mentioned in your other thread, numerous ways to store this data. Your question is a little ambiguos and it may just be a language barrier thing. If you need to get the data process it and record a result in real time, you will have to store the max and min values into an array with the build array function and a shift register inside your acquisition loop. so you append your max and min to an existing array if you prefer. After you have stopped monitoring you then write the results to file. If i have misunderstood your qeustion (Which i probably have) then you will have to explain a little further.
Regards
Craig
09-28-2007 05:14 AM
09-28-2007 08:31 AM
09-28-2007 10:54 AM - edited 09-28-2007 10:54 AM
Here is a vi that captures some data, stores into an array, and then processes the array to get the min, max, and average.
I hope this is what you want.
Message Edited by tbob on 09-28-2007 08:54 AM
09-29-2007 09:14 PM