<?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: Stop running a programme automatically in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2446194#M751908</link>
    <description>&lt;P&gt;when you say measure the condition do you mean measure the result and then write an if-true statement within my while loop? I am sorry, i am not too experienced with Labview&lt;/P&gt;</description>
    <pubDate>Fri, 31 May 2013 20:50:41 GMT</pubDate>
    <dc:creator>HEAPO8</dc:creator>
    <dc:date>2013-05-31T20:50:41Z</dc:date>
    <item>
      <title>Stop running a programme automatically</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2443014#M751277</link>
      <description>&lt;P&gt;Hi, I am using Force Pressure Sensors and to develop a code which stops measurement automatically as soon as a data has been acquired. This will be let me know the force of impact I am trying to read of these force-pressure sensors. Has anyone got any ideas? Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2013 19:28:39 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2443014#M751277</guid>
      <dc:creator>HEAPO8</dc:creator>
      <dc:date>2013-05-29T19:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Stop running a programme automatically</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2443022#M751280</link>
      <description>&lt;P&gt;have you looked at the many different functions on the "comparison" pallette wired to the stop?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2013 19:33:54 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2443022#M751280</guid>
      <dc:creator>apok</dc:creator>
      <dc:date>2013-05-29T19:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Stop running a programme automatically</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2443076#M751291</link>
      <description>&lt;P&gt;No, do you care to tell me more?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2013 20:03:48 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2443076#M751291</guid>
      <dc:creator>HEAPO8</dc:creator>
      <dc:date>2013-05-29T20:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Stop running a programme automatically</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2443096#M751294</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/252132"&gt;@HEAPO8&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using Force Pressure Sensors and to develop a code which stops measurement automatically as soon as a data has been acquired.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;"as soon as a data has been acquired."....wire a true bool to the stop within your while loop &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://ni.lithium.com/i/smilies/16x16_smiley-wink.gif" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 29 May 2013 20:18:03 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2443096#M751294</guid>
      <dc:creator>apok</dc:creator>
      <dc:date>2013-05-29T20:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Stop running a programme automatically</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2443142#M751300</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/184976"&gt;@apok&lt;/a&gt; wrote:&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;UL&gt;
&lt;LI&gt;.......wire a true bool to the stop within your while loop &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://ni.lithium.com/i/smilies/16x16_smiley-wink.gif" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;... unless he has no loop and is using "continuous run" mode. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We probably need to see some code to give a definite answer. A finished program should never "Stop". Use a proper state machine architecture and go from the measurement state to the idle state (or analysis state, or whatever). The code should only stop if the user closes the program.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2013 20:52:41 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2443142#M751300</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2013-05-29T20:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Stop running a programme automatically</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2443150#M751302</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/7614"&gt;@altenbach&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&amp;nbsp;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;... unless he has no loop and is using "continuous run" mode. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT color="#008000"&gt;&lt;EM&gt;I've seen this before,&amp;nbsp; and &lt;FONT color="#ff0000"&gt;then use the abort to stop&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;.... &lt;img id="smileylol" class="emoticon emoticon-smileylol" src="https://ni.lithium.com/i/smilies/16x16_smiley-lol.gif" alt="Smiley LOL" title="Smiley LOL" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2013 21:06:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2443150#M751302</guid>
      <dc:creator>apok</dc:creator>
      <dc:date>2013-05-29T21:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Stop running a programme automatically</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2446106#M751892</link>
      <description>&lt;P&gt;I have my programme attached to this message. What I want to do is stop the data acquisition&amp;nbsp; as soon as a data has been acquired. I am using force-pressure sensors on a footmat and I the data is going into an intensity graph. As I want to jump on this footmat and then see the instant results on the intensity graph (&lt;SPAN class="UserName lia-user-name"&gt;&lt;A id="link_15" class="lia-link-navigation lia-page-link lia-user-name-link" style="color: #666666;" href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/7614" target="_self"&gt;&lt;SPAN class="login-bold"&gt;altenbach&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt; you have seen this code before)&amp;nbsp; I am sure I already have a true bool on the stop button- i may be wrong though! Any suggestions? (and again thanks for your help guys!)&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2013 19:39:04 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2446106#M751892</guid>
      <dc:creator>HEAPO8</dc:creator>
      <dc:date>2013-05-31T19:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Stop running a programme automatically</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2446172#M751904</link>
      <description>&lt;P&gt;How do you know when the data has been acquired? How many iterations does it take?&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2013 20:33:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2446172#M751904</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2013-05-31T20:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Stop running a programme automatically</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2446176#M751905</link>
      <description>&lt;P&gt;well, when i apply a force on the pressure sensors, the voltage will increase (from 0 to a maximum of 5V). My aim is to stop data acquisition as soon as the force sensors detect a change in voltage. That way the intensity graph can take a snap shot at the exact instance of contact of the pressure sensor&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2013 20:37:46 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2446176#M751905</guid>
      <dc:creator>HEAPO8</dc:creator>
      <dc:date>2013-05-31T20:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Stop running a programme automatically</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2446186#M751906</link>
      <description>&lt;P&gt;So measure the condition and wire the result to the stop terminal. I don't see the problem you are having.&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2013 20:46:19 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2446186#M751906</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2013-05-31T20:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Stop running a programme automatically</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2446194#M751908</link>
      <description>&lt;P&gt;when you say measure the condition do you mean measure the result and then write an if-true statement within my while loop? I am sorry, i am not too experienced with Labview&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2013 20:50:41 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2446194#M751908</guid>
      <dc:creator>HEAPO8</dc:creator>
      <dc:date>2013-05-31T20:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Stop running a programme automatically</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2446202#M751910</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/252132"&gt;@HEAPO8&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;when you say measure the condition do you mean measure the result and then write an if-true statement within my while loop?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your latest code is still totally screwed up. It makes absolutely no sense to merge dynamic data with a count scalar and wire the result to an index terminal. What was your reasoning?&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2013 20:54:27 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2446202#M751910</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2013-05-31T20:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Stop running a programme automatically</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2446226#M751916</link>
      <description>&lt;P&gt;firstly i have to disagree with you here! Why would i do an if-true statement, when my results are bound to change? They are not always going to be the same result! So for example if i set my true statement to "If ..is 5V, stop, else carry on" it would still continue acquisition if my pressure sensor gives out 2V! This would be useless because I want it to stop no matter what!&amp;nbsp; Secondly my code is not "screwed up" my dear. You have seen this code a few times over the last week and I have told you the reasoning behind it- and it is working fine! If you do not no the answer, please do not stress yourself! &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://ni.lithium.com/i/smilies/16x16_smiley-very-happy.gif" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2013 21:11:16 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2446226#M751916</guid>
      <dc:creator>HEAPO8</dc:creator>
      <dc:date>2013-05-31T21:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Stop running a program automatically</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2446236#M751918</link>
      <description>&lt;P&gt;Trust me.&amp;nbsp; Altenbach knows when code is screwed up.&amp;nbsp; And your use of the dynamic datatype wire on that index array is totally screwed up.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your code is working just fine, then why do you still need to ask questions about it?&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2013 21:20:54 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2446236#M751918</guid>
      <dc:creator>RavensFan</dc:creator>
      <dc:date>2013-05-31T21:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Stop running a program automatically</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2446248#M751920</link>
      <description>&lt;P&gt;oh look, here comes the calvary! &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://ni.lithium.com/i/smilies/16x16_smiley-very-happy.gif" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;You people are hilarious, telling me a code is screwed up even though I have tested it with the hardware and I am getting the results I need and indeed expected! RavensFan, if you can tell me my code is screwed up, without having tested it with my hardware, then surely you must be able to find out why i am asking another question on my code. It's called reading darling! &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://ni.lithium.com/i/smilies/16x16_smiley-very-happy.gif" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2013 21:31:45 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2446248#M751920</guid>
      <dc:creator>HEAPO8</dc:creator>
      <dc:date>2013-05-31T21:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Stop running a program automatically</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2446262#M751923</link>
      <description>&lt;P&gt;I do know that I have never ever ever seen anyone feed a blue dynamic datatype wire into an Replace Array Subset&amp;nbsp;function.&amp;nbsp; It makes absolutely no sense.&amp;nbsp; If it is working for you, it is pure luck, and will probably break at some time when you start modifying something else in your code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I really don't care about trying to solve your specific problem.&amp;nbsp; I just find it totally ridiculous when someone who had now posted a grand total of 30 posts and has been registered on the forums for just over 3 months tries to tell a person with nearly 23,000 posts and 12 years of time logged into the forums that they don't know what they are talking about.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you aren't willing to listen to someone with that much experience, why should anyone be willing to help you?&lt;img id="smileymad" class="emoticon emoticon-smileymad" src="https://ni.lithium.com/i/smilies/16x16_smiley-mad.gif" alt="Smiley Mad" title="Smiley Mad" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS.&amp;nbsp; The word is "cavalry".&amp;nbsp; "Calvary" is the name of the hill where Jesus was crucified.&amp;nbsp; &lt;A href="http://grammarist.com/usage/calvary-cavalry/" target="_blank"&gt;http://grammarist.com/usage/calvary-cavalry/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2013 21:48:30 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2446262#M751923</guid>
      <dc:creator>RavensFan</dc:creator>
      <dc:date>2013-05-31T21:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Stop running a program automatically</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2446266#M751924</link>
      <description>&lt;P&gt;Code can produce the correct results even if it is totally screwed up. What happens if you omit the "merge signals" and simply wire the blue scalar to the index terminal? Probably the same thing! You are lucky that dynamic data is so forgiving that it takes the first scalar value from that complicated dynamic data structure you just built and treats it as index. Why are you obfuscating your code with Rube Goldberg constructs that make absolutely no sense?!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let us know if you have any other questions. Apparently you seem to have a good handle on things at this point. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2013 21:49:43 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2446266#M751924</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2013-05-31T21:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Stop running a program automatically</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2446288#M751928</link>
      <description>&lt;P&gt;I challenge you to tell me were I said that altabech (you can check the spelling again if you want &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://ni.lithium.com/i/smilies/16x16_smiley-very-happy.gif" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;) does not know what he is talking about! I'm sorry, I didn't know that if you disagree with someone on one point, it means you believe that they do not know what they are talking about in general!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, I must be very lucky that my code is working, hopefully my luck can continue in that you will try and seek someone else's attention!&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://ni.lithium.com/i/smilies/16x16_smiley-very-happy.gif" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;. On a serious note though, don't worry my dear, everyone comes across problems they cannot solve- even "experts" like yourself! There's no need to pretend like you do not want to help (even though I never asked you in the 1st place&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://ni.lithium.com/i/smilies/16x16_smiley-very-happy.gif" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;). Just focus on the things you can do-like looking for spelling mistakes! Hilarious!&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://ni.lithium.com/i/smilies/16x16_smiley-very-happy.gif" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2013 22:02:00 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2446288#M751928</guid>
      <dc:creator>HEAPO8</dc:creator>
      <dc:date>2013-05-31T22:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Stop running a program automatically</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2446294#M751929</link>
      <description>&lt;P&gt;Look, there is no need to get all worked up about all this. If you still have technical issues, ask, otherwise don't post.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you bring your car to have the oil changed and the mechanic notices that your entire engine is missing, you probably want him to point this out to you too, even though you were able to drive there just fine because it was all downhill by luck. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And I would appreciate if you would not misspell my name, even intentionally. This is very disrespectful.&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2013 22:08:47 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2446294#M751929</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2013-05-31T22:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Stop running a program automatically</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2446298#M751931</link>
      <description>&lt;P&gt;"Code can produce the correct results even if it is totally screwed up." Aaaaah, that's a beautiful saying- i'm beginning to like code even more now! &lt;img id="smileylol" class="emoticon emoticon-smileylol" src="https://ni.lithium.com/i/smilies/16x16_smiley-lol.gif" alt="Smiley LOL" title="Smiley LOL" /&gt; Just as long as I keep getting my results I'm happy!&amp;nbsp; Oh, and contrary to what your collegue/friend/stalker claimed, I did not say that you do not know what you are talking about!&amp;nbsp; In fact you have helped me a great deal with the code-especially the intensity chart.&amp;nbsp; Thanks&lt;img id="smileyindifferent" class="emoticon emoticon-smileyindifferent" src="https://ni.lithium.com/i/smilies/16x16_smiley-indifferent.gif" alt="Smiley Indifferent" title="Smiley Indifferent" /&gt;........&amp;nbsp; It's a shame you got "stuck" on my latest question. No worries, it happens to us all! Cheers! &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://ni.lithium.com/i/smilies/16x16_smiley-very-happy.gif" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2013 22:12:15 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2446298#M751931</guid>
      <dc:creator>HEAPO8</dc:creator>
      <dc:date>2013-05-31T22:12:15Z</dc:date>
    </item>
  </channel>
</rss>

