<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: areaundercurve in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1578188#M577703</link>
    <description>&lt;P&gt;What should be in the table? The incremental area with each iteration or only the summary whenever the difference changes sign?&lt;/P&gt;</description>
    <pubDate>Sat, 28 May 2011 17:38:59 GMT</pubDate>
    <dc:creator>altenbach</dc:creator>
    <dc:date>2011-05-28T17:38:59Z</dc:date>
    <item>
      <title>areaundercurve</title>
      <link>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1578116#M577679</link>
      <description>&lt;P&gt;how to calculate area under curve.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i want to calculate area under the positive and negative cycles of green plot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Attached VI&lt;/P&gt;</description>
      <pubDate>Sat, 28 May 2011 14:39:00 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1578116#M577679</guid>
      <dc:creator>weeke</dc:creator>
      <dc:date>2011-05-28T14:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: areaundercurve</title>
      <link>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1578144#M577687</link>
      <description>&lt;P&gt;The green plot is never negative, so what exactly do you mean by a negative cycle of the green plot?&lt;/P&gt;</description>
      <pubDate>Sat, 28 May 2011 15:30:03 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1578144#M577687</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2011-05-28T15:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: areaundercurve</title>
      <link>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1578152#M577691</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry for not mentioning that&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I meant to say when you change the white slider, the green plot will go above the Red. That would be the positive cycle.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is what i meant my negative cycle which in this situation means the area when green is below the Red.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please change the slider position up and down to observe the situation&lt;/P&gt;</description>
      <pubDate>Sat, 28 May 2011 15:55:05 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1578152#M577691</guid>
      <dc:creator>weeke</dc:creator>
      <dc:date>2011-05-28T15:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: areaundercurve</title>
      <link>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1578156#M577693</link>
      <description>&lt;P&gt;So you want to count the area below the red as negative or not?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(I.e. do you want to add the areas above and below 0.5 or do you want to subtract the area below 0.5 from the area above 0.5?)&lt;/P&gt;</description>
      <pubDate>Sat, 28 May 2011 16:02:27 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1578156#M577693</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2011-05-28T16:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: areaundercurve</title>
      <link>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1578160#M577695</link>
      <description>&lt;P&gt;I want to measure area above and below 0.5 both, and store both values in a table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;And yes i want to subtract the area above with the area below and store the value in the table.&lt;/P&gt;</description>
      <pubDate>Sat, 28 May 2011 16:27:21 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1578160#M577695</guid>
      <dc:creator>weeke</dc:creator>
      <dc:date>2011-05-28T16:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: areaundercurve</title>
      <link>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1578162#M577696</link>
      <description>&lt;P&gt;Here is a quick draft showing both options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Subtract the green from the red, then simply multiply each new point with dt (0.1s in this case) and add to a shift register or feedback node. Take the absolute value if desired.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please veryfy correct operation and modify as needed.&lt;/P&gt;
&lt;P&gt;What do you mean by "store in a table"? Do you heed help with that or are you OK with this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://forums.ni.com/ni/attachments/ni/170/577696/3/areaundercurve.png" border="0" alt="" title="" align="center" /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 28 May 2011 16:30:42 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1578162#M577696</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2011-05-28T16:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: areaundercurve</title>
      <link>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1578176#M577701</link>
      <description>&lt;P&gt;yes i need help with building a table&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What i have observed is that when green is above Red, it would start incrementing in the signed integral value and when it is below red it would start decrement in the current value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What i want is that it should store the Area value&amp;nbsp;in&amp;nbsp;the table when green is above Red. It should also store the negative value for area below the Red. &lt;BR /&gt;&lt;BR /&gt;Both values should be displayed individually. I dont want to subtract the both areas at the moment. i just want to store the values individually and see the area above and below.&lt;/P&gt;</description>
      <pubDate>Sat, 28 May 2011 16:55:44 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1578176#M577701</guid>
      <dc:creator>weeke</dc:creator>
      <dc:date>2011-05-28T16:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: areaundercurve</title>
      <link>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1578188#M577703</link>
      <description>&lt;P&gt;What should be in the table? The incremental area with each iteration or only the summary whenever the difference changes sign?&lt;/P&gt;</description>
      <pubDate>Sat, 28 May 2011 17:38:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1578188#M577703</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2011-05-28T17:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: areaundercurve</title>
      <link>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1578200#M577704</link>
      <description>&lt;P&gt;The table should only&amp;nbsp;show the summary when the sign is changed i.e the total area in that curve until when the sign is changed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 May 2011 17:44:35 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1578200#M577704</guid>
      <dc:creator>weeke</dc:creator>
      <dc:date>2011-05-28T17:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: areaundercurve</title>
      <link>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1578204#M577705</link>
      <description>&lt;P&gt;What should happen if the difference temporarily goes to zero and the sign does not change?&lt;/P&gt;
&lt;P&gt;Do you want one table entry for each segment or just the overall summary?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's a version that accumuates the above and below areas seperately and displays them in a table.&lt;/P&gt;</description>
      <pubDate>Sat, 28 May 2011 17:56:29 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1578204#M577705</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2011-05-28T17:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: areaundercurve</title>
      <link>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1578212#M577708</link>
      <description>&lt;P&gt;This is fine&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But it would be better if the values donot increment with the current value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;The previous value should store&amp;nbsp;and the next value should go in the second row and so on (not increment with the previous value).&lt;/P&gt;</description>
      <pubDate>Sat, 28 May 2011 18:17:35 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1578212#M577708</guid>
      <dc:creator>weeke</dc:creator>
      <dc:date>2011-05-28T18:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: areaundercurve</title>
      <link>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1578734#M577834</link>
      <description>&lt;P&gt;Altenbach&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am pretty new to labview and its process, so very sorry for the inconvenience.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just modified your VI little for my application. I am trying to take the ratio of below curve over above curve.&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2011 06:52:13 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1578734#M577834</guid>
      <dc:creator>weeke</dc:creator>
      <dc:date>2011-05-30T06:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: areaundercurve</title>
      <link>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1579392#M577941</link>
      <description>&lt;P&gt;Maybe like this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2011 17:05:29 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1579392#M577941</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2011-05-30T17:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: areaundercurve</title>
      <link>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1579418#M577945</link>
      <description>&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2011 17:44:45 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1579418#M577945</guid>
      <dc:creator>galoper</dc:creator>
      <dc:date>2011-05-30T17:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: areaundercurve</title>
      <link>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1581150#M578327</link>
      <description>&lt;P&gt;Good Afternoon galoper,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Cody C&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2011 21:20:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1581150#M578327</guid>
      <dc:creator>Cody C</dc:creator>
      <dc:date>2011-05-31T21:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: areaundercurve</title>
      <link>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1582308#M578549</link>
      <description>&lt;P&gt;The new values should store in the same table. They should not add to the existing values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;New values should go into the next rows and so on&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2011 14:33:05 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1582308#M578549</guid>
      <dc:creator>weeke</dc:creator>
      <dc:date>2011-06-01T14:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: areaundercurve</title>
      <link>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1582564#M578599</link>
      <description>&lt;P&gt;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?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2011 16:10:30 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1582564#M578599</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2011-06-01T16:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: areaundercurve</title>
      <link>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1582818#M578653</link>
      <description>&lt;P&gt;What you have done already is that in the columns for Above area and Below area, new values add into the existing values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes the table is gonna contain a lot of values unless i stop the VI&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2011 17:53:26 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1582818#M578653</guid>
      <dc:creator>weeke</dc:creator>
      <dc:date>2011-06-01T17:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: areaundercurve</title>
      <link>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1582824#M578655</link>
      <description>&lt;P&gt;the table will needs to be the same one&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2011 17:57:18 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1582824#M578655</guid>
      <dc:creator>weeke</dc:creator>
      <dc:date>2011-06-01T17:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: areaundercurve</title>
      <link>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1582854#M578663</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/188428"&gt;@weeke&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;the table will needs to be the same one&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;same as what?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2011 18:08:47 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/areaundercurve/m-p/1582854#M578663</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2011-06-01T18:08:47Z</dc:date>
    </item>
  </channel>
</rss>

