<?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: subVI indicator initialize in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/subVI-indicator-initialize/m-p/133443#M80098</link>
    <description>ok, i think i figured out a way to save the last value of an indicator and&lt;BR /&gt;have that value available when the subVI is run again.&lt;BR /&gt;&lt;BR /&gt;simply create a for loop with a hard-coded count of 1 in the subVI, add a&lt;BR /&gt;shift register to the loop.  pass the value of the indicator to the right&lt;BR /&gt;register and when when the subVI runs again it will pass the previously held&lt;BR /&gt;value in the left register, which can then be used by the next run.&lt;BR /&gt;&lt;BR /&gt;that seemed to work very well.&lt;BR /&gt;&lt;BR /&gt;lucas&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"lucas" &lt;SLUKACS&gt; wrote in message&lt;BR /&gt;news:uJOdnWTEDO8pfDXdRVn-gQ@adelphia.com...&lt;BR /&gt;&amp;gt; hello one and all,&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; i have created a subVI and when the subVI is first created i would like an&lt;BR /&gt;&amp;gt; indicator to have a value of zero.  after that first call, if the subVI is&lt;BR /&gt;&amp;gt; called again, and perhaps many many times,&lt;BR /&gt; i want the indicator to have&lt;BR /&gt;the&lt;BR /&gt;&amp;gt; previous value from when the subVI was called.  everytime the subVI is&lt;BR /&gt;&amp;gt; called now that indicator resets back to zero.  how do i keep this from&lt;BR /&gt;&amp;gt; happening?  i have labview 7 for windows.&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; lucas&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&lt;/SLUKACS&gt;</description>
    <pubDate>Tue, 18 May 2004 02:37:08 GMT</pubDate>
    <dc:creator>lucas</dc:creator>
    <dc:date>2004-05-18T02:37:08Z</dc:date>
    <item>
      <title>subVI indicator initialize</title>
      <link>https://ni.lithium.com/t5/LabVIEW/subVI-indicator-initialize/m-p/133441#M80096</link>
      <description>hello one and all,&lt;BR /&gt;&lt;BR /&gt;i have created a subVI and when the subVI is first created i would like an&lt;BR /&gt;indicator to have a value of zero.  after that first call, if the subVI is&lt;BR /&gt;called again, and perhaps many many times, i want the indicator to have the&lt;BR /&gt;previous value from when the subVI was called.  everytime the subVI is&lt;BR /&gt;called now that indicator resets back to zero.  how do i keep this from&lt;BR /&gt;happening?  i have labview 7 for windows.&lt;BR /&gt;&lt;BR /&gt;lucas &lt;BR /&gt;</description>
      <pubDate>Mon, 17 May 2004 16:07:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/subVI-indicator-initialize/m-p/133441#M80096</guid>
      <dc:creator>lucas</dc:creator>
      <dc:date>2004-05-17T16:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: subVI indicator initialize</title>
      <link>https://ni.lithium.com/t5/LabVIEW/subVI-indicator-initialize/m-p/133442#M80097</link>
      <description>Hi,&lt;BR /&gt;look &lt;A href="http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&amp;amp;RPAGEID=135&amp;amp;HOID=506500000008000000C3D30000&amp;amp;USEARCHCONTEXT_CATEGORY_0=_49_%24_6_&amp;amp;USEARCHCONTEXT_CATEGORY_S=0&amp;amp;UCATEGORY_0=_49_%24_6_&amp;amp;UCATEGORY_S=0"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Oleg Chutko. &lt;BR /&gt;</description>
      <pubDate>Mon, 17 May 2004 21:39:42 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/subVI-indicator-initialize/m-p/133442#M80097</guid>
      <dc:creator>Oleg</dc:creator>
      <dc:date>2004-05-17T21:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: subVI indicator initialize</title>
      <link>https://ni.lithium.com/t5/LabVIEW/subVI-indicator-initialize/m-p/133443#M80098</link>
      <description>ok, i think i figured out a way to save the last value of an indicator and&lt;BR /&gt;have that value available when the subVI is run again.&lt;BR /&gt;&lt;BR /&gt;simply create a for loop with a hard-coded count of 1 in the subVI, add a&lt;BR /&gt;shift register to the loop.  pass the value of the indicator to the right&lt;BR /&gt;register and when when the subVI runs again it will pass the previously held&lt;BR /&gt;value in the left register, which can then be used by the next run.&lt;BR /&gt;&lt;BR /&gt;that seemed to work very well.&lt;BR /&gt;&lt;BR /&gt;lucas&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"lucas" &lt;SLUKACS&gt; wrote in message&lt;BR /&gt;news:uJOdnWTEDO8pfDXdRVn-gQ@adelphia.com...&lt;BR /&gt;&amp;gt; hello one and all,&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; i have created a subVI and when the subVI is first created i would like an&lt;BR /&gt;&amp;gt; indicator to have a value of zero.  after that first call, if the subVI is&lt;BR /&gt;&amp;gt; called again, and perhaps many many times,&lt;BR /&gt; i want the indicator to have&lt;BR /&gt;the&lt;BR /&gt;&amp;gt; previous value from when the subVI was called.  everytime the subVI is&lt;BR /&gt;&amp;gt; called now that indicator resets back to zero.  how do i keep this from&lt;BR /&gt;&amp;gt; happening?  i have labview 7 for windows.&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; lucas&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&lt;/SLUKACS&gt;</description>
      <pubDate>Tue, 18 May 2004 02:37:08 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/subVI-indicator-initialize/m-p/133443#M80098</guid>
      <dc:creator>lucas</dc:creator>
      <dc:date>2004-05-18T02:37:08Z</dc:date>
    </item>
  </channel>
</rss>

