<?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: labview run example in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550757#M259089</link>
    <description>&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;Do you mean, how can you abort the acquisition process in the middle, that may require modifying the way your subVIs work, and certainly getting rid of that single monolithic wait at the end. Is this instrument a serial device?&lt;BR /&gt;&lt;BR /&gt;Mike...&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Message Edited by mikeporter on &lt;SPAN class="date_text"&gt;07-14-2007&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;08:44 AM&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 14 Jul 2007 12:34:48 GMT</pubDate>
    <dc:creator>mikeporter</dc:creator>
    <dc:date>2007-07-14T12:34:48Z</dc:date>
    <item>
      <title>labview run example</title>
      <link>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550101#M258813</link>
      <description>&lt;DIV&gt;Dear Mr./Mrs. I&amp;nbsp;make the program by Labview and need to&amp;nbsp;put the run button the same as the top run (ctrl+r). &lt;/DIV&gt;
&lt;DIV&gt;Is it possible to put Bulean Run parallel with the program Run? Please help me...&lt;/DIV&gt;
&lt;DIV&gt;If have an example please atach...I use Labview 8.0.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Sincerely &lt;/DIV&gt;
&lt;DIV&gt;Harutyun Melikyan&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Jul 2007 01:26:29 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550101#M258813</guid>
      <dc:creator>Melikyan</dc:creator>
      <dc:date>2007-07-13T01:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: labview run example</title>
      <link>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550110#M258818</link>
      <description>No, you can't create a button on your front panel that starts the VI running. The best you can do is set the VI properties such that it starts running as soon as the VI loads into memory.&lt;BR /&gt;&lt;BR /&gt;What is it exactly that you are trying to accomplish? How do you want the user interface to work?&lt;BR /&gt;&lt;BR /&gt;Mike...&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Jul 2007 01:42:27 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550110#M258818</guid>
      <dc:creator>mikeporter</dc:creator>
      <dc:date>2007-07-13T01:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: labview run example</title>
      <link>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550123#M258821</link>
      <description>&lt;DIV&gt;Mike is correct. In order for the code to read the boolean, the VI needs to be running already. Catch 22 &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;You can always&amp;nbsp;set&amp;nbsp;the VI to "run when opened" and have the code start in a wait state. Pressing the button would switch the code to&amp;nbsp;a more productive state. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;(In 8.2, there is actually a way to start a VI from a front panel button but discussing this would exceeed the scope of this thread.&amp;nbsp;Its not practical anyway.&amp;nbsp;;))&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Jul 2007 02:33:20 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550123#M258821</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2007-07-13T02:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: labview run example</title>
      <link>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550126#M258822</link>
      <description>&lt;DIV&gt;Dear Mike thank you for your response. I atach the vi...If impossible last way, next way is to run the program the top,&amp;nbsp;then put Bulean to&amp;nbsp;run the measurement....&lt;/DIV&gt;
&lt;DIV&gt;After 1 measurement I want second measurement&amp;nbsp;on same Graph Indicator and stop the program...&lt;/DIV&gt;
&lt;DIV&gt;I mean Push Bulean go 1st progress, finish show the graph, then wait a litlle, then go next progress and show the 2nd graph&amp;nbsp;and stop...&lt;/DIV&gt;
&lt;DIV&gt;If I want push again....2 progress again...&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks a lot....&lt;/DIV&gt;
&lt;DIV&gt;Harutyun Melikyan&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Jul 2007 03:04:40 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550126#M258822</guid>
      <dc:creator>Melikyan</dc:creator>
      <dc:date>2007-07-13T03:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: labview run example</title>
      <link>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550130#M258825</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Just place it inside an event structure that fires when the run button is pressed.&lt;/P&gt;
&lt;P&gt;(Of course the entire thing should go inside a while loop so you can run multiple times. Modify as needed)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2007 03:14:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550130#M258825</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2007-07-13T03:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: labview run example</title>
      <link>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550157#M258836</link>
      <description>&lt;DIV&gt;Thank you very much....I want only 2 times to run...and stop, and push again and work again...&lt;/DIV&gt;
&lt;DIV&gt;But I don't want that the top run(ctrl+r) stop. I want that stop only Bulean Run after 2 cycle...And push again, process again..&lt;/DIV&gt;
&lt;DIV&gt;I used For loop N=2, but when I put Time Delay....First process go, then wait, then go second cicle, then wait and stop...&lt;/DIV&gt;
&lt;DIV&gt;I don't want the last Time delay...I want only after 1cycle measure, wait, then go next cycle measure.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Once more time thanks a lot...&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Jul 2007 05:26:40 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550157#M258836</guid>
      <dc:creator>Melikyan</dc:creator>
      <dc:date>2007-07-13T05:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: labview run example</title>
      <link>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550162#M258837</link>
      <description>&lt;DIV&gt;Dear Altenbach, I attach&amp;nbsp;the vi that I want....But where put there "Time Wait" control to delay the time only after first measurement...&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Jul 2007 05:47:52 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550162#M258837</guid>
      <dc:creator>Melikyan</dc:creator>
      <dc:date>2007-07-13T05:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: labview run example</title>
      <link>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550214#M258853</link>
      <description>&lt;DIV&gt;Dear Altenbach I have a question. If program run,&amp;nbsp;after 1st cycle I cannot input the time delay, and then&amp;nbsp;continue 2nd cycle, please recomend what way have to input time delay...&lt;/DIV&gt;
&lt;DIV&gt;I need only 1 time delay between the first cycle and second cycle.&lt;/DIV&gt;
&lt;DIV&gt;May be change "For Loop"...But how?&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Jul 2007 07:31:13 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550214#M258853</guid>
      <dc:creator>Melikyan</dc:creator>
      <dc:date>2007-07-13T07:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: labview run example</title>
      <link>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550220#M258857</link>
      <description>Put the wait node into a Case structure and run it only when the loop index is =0&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Jul 2007 07:38:36 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550220#M258857</guid>
      <dc:creator>pincpanter</dc:creator>
      <dc:date>2007-07-13T07:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: labview run example</title>
      <link>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550246#M258866</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Hello dear Paolo. Did you open my last Vi...? How can I do? &lt;/P&gt;
&lt;P&gt;If&amp;nbsp;you have a&amp;nbsp;free time, please change the Vi and attach...I don't understand what you mean...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2007 08:24:43 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550246#M258866</guid>
      <dc:creator>Melikyan</dc:creator>
      <dc:date>2007-07-13T08:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: labview run example</title>
      <link>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550276#M258874</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;Sorry, I don't have LV 8 at hand just now. I'm attaching a picture to show you what I mean.&lt;BR /&gt;This is pretty LabVIEW basics; if I can speak frankly, it's not very good you don't understand it. I suggest you to spend some (more) time to learn LV basics (or your boss to let you do it!).&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="http://forums.ni.com/attachments/ni/170/258874/1/Immagine.JPG" /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Message Edited by pincpanter on &lt;SPAN class="date_text"&gt;07-13-2007&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;11:36 AM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2007 09:35:31 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550276#M258874</guid>
      <dc:creator>pincpanter</dc:creator>
      <dc:date>2007-07-13T09:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: labview run example</title>
      <link>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550402#M258932</link>
      <description>&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;BLOCKQUOTE&gt;
&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/88518"&gt;@Melikyan&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;DIV&gt;Dear Altenbach I have a question. If program run,&amp;nbsp;after 1st cycle I cannot input the time delay, and then&amp;nbsp;continue 2nd cycle, please recomend what way have to input time delay...&lt;/DIV&gt;
&lt;DIV&gt;I need only 1 time delay between the first cycle and second cycle.&lt;/DIV&gt;
&lt;HR /&gt;
&lt;/BLOCKQUOTE&gt;
&lt;DIV&gt;FIrst of all, there is no "time delay" &lt;U&gt;between &lt;/U&gt;any cycles in your code. Your FOR loop with the progress bar runs &lt;U&gt;in parallel&lt;/U&gt; with the measurement code at each iteration of the loop. If you want the wait loop&amp;nbsp;to execute either before of after the DAQ part in each iteration of the FOR loop, you need to enforce some execution order using dataflow. &lt;/DIV&gt;
&lt;DIV&gt;As Pincpanter mentioned, just place the delay statements (e.g. your FOR loop) it inside a case structure and wire it directly to [i]. Make one case 0, and the other "default".&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Jul 2007 14:08:32 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550402#M258932</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2007-07-13T14:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: labview run example</title>
      <link>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550721#M259068</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Dear Altenbach, Mikeporter and Paolo&amp;nbsp;thanks a lot...Now my next step is put 2 controls (1st fixed frequency, 2nd S11)...But:&lt;/P&gt;
&lt;P&gt;After 1cycle measure and show the graph. If given fixed frequency (1st control), the&amp;nbsp;corresponding S11 bigger than 2nd control (S11) go&amp;nbsp;2nd cycle....&lt;/P&gt;
&lt;P&gt;If given fixed frequency(1st control), the corresponding S11 lower than 2nd control (S11) wait infinite (program no stop), but after I push 1 Bulean(Need new bulean) continue 2nd cycle...&lt;/P&gt;
&lt;P&gt;Once more time thanky you very much, your help is very very useful for me...&lt;/P&gt;
&lt;P&gt;Sincerely&lt;/P&gt;
&lt;P&gt;Harutyun Melikyan.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jul 2007 02:07:12 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550721#M259068</guid>
      <dc:creator>Melikyan</dc:creator>
      <dc:date>2007-07-14T02:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: labview run example</title>
      <link>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550739#M259080</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Dear Altenbach, please look the atached Vi. I add controls, now need only to put one bulean, if push the bulean the&amp;nbsp;condition change.&lt;/P&gt;
&lt;P&gt;Now condition like this: If Indicated S11 less than Control S11, 2-nd cycle go...If Indicated S11&amp;nbsp;bigger than Control S11, 2-nd cycle wait many time....&lt;/P&gt;
&lt;P&gt;I want to put the Bulean, and during the process(after 1st cycle waiting...) if I push, continue the 2-nd cycle ...(same as If push the Bulean &lt;STRONG&gt;&lt;FONT color="#ff3300"&gt;&amp;lt;&lt;/FONT&gt;&lt;/STRONG&gt; condition&amp;nbsp;change to&amp;nbsp;&lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt;).&lt;/P&gt;
&lt;P&gt;Thank you....&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jul 2007 07:29:48 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550739#M259080</guid>
      <dc:creator>Melikyan</dc:creator>
      <dc:date>2007-07-14T07:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: labview run example</title>
      <link>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550741#M259082</link>
      <description>&lt;DIV&gt;Dear Altenbach I make the Vi (atached ...MOD4)...Work right.&amp;nbsp; But in this configuration I cannot push the Bulean during process.&lt;/DIV&gt;
&lt;DIV&gt;Please let me know, how can I push the bulean during the process...&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks again...&lt;/DIV&gt;
&lt;DIV&gt;Melikyan.&lt;/DIV&gt;</description>
      <pubDate>Sat, 14 Jul 2007 07:55:14 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550741#M259082</guid>
      <dc:creator>Melikyan</dc:creator>
      <dc:date>2007-07-14T07:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: labview run example</title>
      <link>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550757#M259089</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;Do you mean, how can you abort the acquisition process in the middle, that may require modifying the way your subVIs work, and certainly getting rid of that single monolithic wait at the end. Is this instrument a serial device?&lt;BR /&gt;&lt;BR /&gt;Mike...&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Message Edited by mikeporter on &lt;SPAN class="date_text"&gt;07-14-2007&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;08:44 AM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jul 2007 12:34:48 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550757#M259089</guid>
      <dc:creator>mikeporter</dc:creator>
      <dc:date>2007-07-14T12:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: labview run example</title>
      <link>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550778#M259095</link>
      <description>&lt;DIV&gt;OK, there are still serious flaws all around. I assume that your initial wait should happen after "Run!" is pressed, but before the DAQ and progress bar will start running. Right now this all happens in parallel, so the initial wait has no functional significance. Right? Right! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt; You need to create an artificial data dependency to enforce execution order via dataflow.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Since we already have a while loop on the outside, we can recruit it to repeat the DAQ. No extra FOR loop necessary.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;In addition to the "Run!" button, also assign a timeout to the event structure. Initially, set it to infinite (-1) so only the "Run!" button can trigger, but then set the timout to either infinite or zero, depending on if you want to repeat the event case once more without user intervention. If the case does not repeat, you simply need to press "Run!" once more for the second run. No need for secondary buttons and complicated instructions. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;It is much better to utilize timeouts for long waits, because they can be interrupted at any time. A long wait on the diagram will block everything else.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Right now it is setup to&amp;nbsp;wait indefinitely&amp;nbsp;after&amp;nbsp;each second iteration ([i]=odd), but you can easily modify that too.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Also note that I removed unneeded duplicates such as your "1000000000" diagram constant that occurred 3x where once is plenty.&lt;/DIV&gt;
&lt;DIV&gt;Just take this as a draft. I cannot test without your hardware, so there are probably bugs. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 14 Jul 2007 18:25:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550778#M259095</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2007-07-14T18:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: labview run example</title>
      <link>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550830#M259126</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Dear Altenbach thank you very much....You help me everytime. Thank you for your kindness.&lt;/P&gt;
&lt;P&gt;I have no Labview 8.2.1. Can you&amp;nbsp;attach the Vi for 8.0 version.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;Melikyan!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Jul 2007 11:32:56 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550830#M259126</guid>
      <dc:creator>Melikyan</dc:creator>
      <dc:date>2007-07-15T11:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: labview run example</title>
      <link>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550858#M259144</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/88518"&gt;@Melikyan&lt;/a&gt; wrote:&lt;BR /&gt;I have no Labview 8.2.1. Can you&amp;nbsp;attach the Vi for 8.0 version.
&lt;HR /&gt;
&lt;/BLOCKQUOTE&gt;OK.&lt;BR /&gt;</description>
      <pubDate>Sun, 15 Jul 2007 19:54:24 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550858#M259144</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2007-07-15T19:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: labview run example</title>
      <link>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550880#M259158</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Dear Altenbach Thank you very much. Only i change Time delay part, because I need Time delay after progress. Another all fine. You made the best way.&lt;/P&gt;
&lt;P&gt;Now the problem is the Register clean. After measurement or after 2 progress need to clean register or update the controls...&lt;/P&gt;
&lt;P&gt;Because after measurement I change the control and Push the run again, but don't work correct, I think register not cleaned after progress.&lt;/P&gt;
&lt;P&gt;If after every measurement push Stop change controls&amp;nbsp;and run again, the program work correct, but if don't stop work no correct.&lt;/P&gt;
&lt;P&gt;What I&amp;nbsp;can do?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2007 03:03:36 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/labview-run-example/m-p/550880#M259158</guid>
      <dc:creator>Melikyan</dc:creator>
      <dc:date>2007-07-16T03:03:36Z</dc:date>
    </item>
  </channel>
</rss>

