LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

areaundercurve

Solved!
Go to solution

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).

0 Kudos
Message 11 of 37
(1,099 Views)

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

 

 

0 Kudos
Message 12 of 37
(1,063 Views)
Message 13 of 37
(1,053 Views)

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

0 Kudos
Message 14 of 37
(1,045 Views)

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

0 Kudos
Message 15 of 37
(1,013 Views)

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

0 Kudos
Message 16 of 37
(993 Views)

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?

0 Kudos
Message 17 of 37
(986 Views)

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

0 Kudos
Message 18 of 37
(976 Views)

the table will needs to be the same one

0 Kudos
Message 19 of 37
(973 Views)

@weeke wrote:

the table will needs to be the same one


same as what?

0 Kudos
Message 20 of 37
(970 Views)