<?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: Incrementation and Decrementation in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Incrementation-and-Decrementation/m-p/2817904#M824924</link>
    <description>&lt;P&gt;Hello and&amp;nbsp;thanks guys for the help! Appreciate it!&lt;/P&gt;</description>
    <pubDate>Wed, 16 Apr 2014 07:34:37 GMT</pubDate>
    <dc:creator>johan.sinaga</dc:creator>
    <dc:date>2014-04-16T07:34:37Z</dc:date>
    <item>
      <title>Incrementation and Decrementation</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Incrementation-and-Decrementation/m-p/2817130#M824788</link>
      <description>&lt;P&gt;I want to make a simulation of numbers incremented and decremented&amp;nbsp;up until a&amp;nbsp;certain point. Let's say I start with a constant of 10. I want to increment this 10 until it reaches 50. When it reaches 50, I want to decrement this until it reaches back to 10. And from there, it goes up again to 50, and so on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am new on LabVIEW, and by looking at some examples, I can make the incrementation part. However I can only stop the simulation when it reaches 50, and that's not I want.&lt;/P&gt;
&lt;P&gt;Can anybody help me with this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2014 16:16:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Incrementation-and-Decrementation/m-p/2817130#M824788</guid>
      <dc:creator>johan.sinaga</dc:creator>
      <dc:date>2014-04-15T16:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Incrementation and Decrementation</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Incrementation-and-Decrementation/m-p/2817146#M824791</link>
      <description>&lt;P&gt;Make another shift register to hold a Boolean value.&amp;nbsp; When the value is TRUE, you should increment.&amp;nbsp; When it is FLASE, you decrement.&amp;nbsp; Use a case structure to decide which code to run (increment vs decrement).&amp;nbsp; When you are incrementing and the value reaches the upper limit, set the Boolean to FALSE.&amp;nbsp; When decrementing and the value reaches the lower limit, set the Boolean to TRUE.&amp;nbsp; It will keep going back and forth.&amp;nbsp; Make your loop stop with a stop button.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2014 16:34:58 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Incrementation-and-Decrementation/m-p/2817146#M824791</guid>
      <dc:creator>crossrulz</dc:creator>
      <dc:date>2014-04-15T16:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Incrementation and Decrementation</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Incrementation-and-Decrementation/m-p/2817694#M824893</link>
      <description>&lt;P&gt;See attachment.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2014 00:34:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Incrementation-and-Decrementation/m-p/2817694#M824893</guid>
      <dc:creator>Chris_12345</dc:creator>
      <dc:date>2014-04-16T00:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Incrementation and Decrementation</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Incrementation-and-Decrementation/m-p/2817904#M824924</link>
      <description>&lt;P&gt;Hello and&amp;nbsp;thanks guys for the help! Appreciate it!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2014 07:34:37 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Incrementation-and-Decrementation/m-p/2817904#M824924</guid>
      <dc:creator>johan.sinaga</dc:creator>
      <dc:date>2014-04-16T07:34:37Z</dc:date>
    </item>
  </channel>
</rss>

