05-28-2011 01:17 PM
This is fine
But it would be better if the values donot increment with the current value.
The previous value should store and the next value should go in the second row and so on (not increment with the previous value).
05-30-2011 01:52 AM
Altenbach
I am pretty new to labview and its process, so very sorry for the inconvenience.
I just modified your VI little for my application. I am trying to take the ratio of below curve over above curve.
What i am unable to figure out is to store the values for both above and below in the table (is it using shift registers?) and i want to take the average of those values when i Stop the VI.
Thanks
05-30-2011 12:05 PM
05-30-2011 12:44 PM
Can you please give me an idea how to store the values in a way that if i change the slider position, the new values for above and below should continue in the next rows and so on. They should not continue with the previous values as in this case where the values increment with the previous value.
Thanks
05-31-2011 04:20 PM
Good Afternoon galoper,
Do you mean you would like to write the values out to a spreadsheet or some other source where you can view logged data once you are done running the code?
-Cody C
06-01-2011 09:33 AM
The new values should store in the same table. They should not add to the existing values.
New values should go into the next rows and so on
06-01-2011 11:10 AM
Do you want a new table vaule for each consecutive segment with the same sign? How long will this run? Will the table contain millions of values after a while?
06-01-2011 12:53 PM
What you have done already is that in the columns for Above area and Below area, new values add into the existing values.
When you change the slider position, the next value for above and below area should go in the next rows and should not add up.
Yes the table is gonna contain a lot of values unless i stop the VI
06-01-2011 12:57 PM
the table will needs to be the same one
06-01-2011 01:08 PM