<?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: Abort an Sequence in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Abort-an-Sequence/m-p/32183#M21189</link>
    <description>Try to use &lt;BR /&gt;"Application Control/Stop.vi"&lt;BR /&gt;&lt;BR /&gt;Oleg Chutko &lt;BR /&gt;</description>
    <pubDate>Fri, 11 Jan 2002 15:02:56 GMT</pubDate>
    <dc:creator>Oleg</dc:creator>
    <dc:date>2002-01-11T15:02:56Z</dc:date>
    <item>
      <title>Abort an Sequence</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Abort-an-Sequence/m-p/32181#M21187</link>
      <description>Hi! i've got a problem. i have while-loop with some sequences in the while. my problem is &lt;BR /&gt;&lt;BR /&gt;that i would abort the program by pressing an abort button. when i press the abort-button &lt;BR /&gt;&lt;BR /&gt;(that should cancel the while-loop) labview executes all the sequences before it quits the &lt;BR /&gt;&lt;BR /&gt;while-loop.&lt;BR /&gt;what could i do if i would abort the sequence before it is executed completly?&lt;BR /&gt;&lt;BR /&gt;thanks for your help &lt;BR /&gt;</description>
      <pubDate>Fri, 11 Jan 2002 14:23:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Abort-an-Sequence/m-p/32181#M21187</guid>
      <dc:creator>54577533trh</dc:creator>
      <dc:date>2002-01-11T14:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Abort an Sequence</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Abort-an-Sequence/m-p/32182#M21188</link>
      <description>There is no way to stop a sequence in the middle.  One thing you could do is put a case structure around the code in each frame of the sequence with the conditionals connected to the abort button.  When you press the abort button the code in each frame will be skipped.&lt;BR /&gt;&lt;BR /&gt;Brian &lt;BR /&gt;</description>
      <pubDate>Fri, 11 Jan 2002 14:40:36 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Abort-an-Sequence/m-p/32182#M21188</guid>
      <dc:creator>Brian_Vibert</dc:creator>
      <dc:date>2002-01-11T14:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Abort an Sequence</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Abort-an-Sequence/m-p/32183#M21189</link>
      <description>Try to use &lt;BR /&gt;"Application Control/Stop.vi"&lt;BR /&gt;&lt;BR /&gt;Oleg Chutko &lt;BR /&gt;</description>
      <pubDate>Fri, 11 Jan 2002 15:02:56 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Abort-an-Sequence/m-p/32183#M21189</guid>
      <dc:creator>Oleg</dc:creator>
      <dc:date>2002-01-11T15:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Abort an Sequence</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Abort-an-Sequence/m-p/32184#M21190</link>
      <description>You've discovered one of the reason sequence structures shouldn't be used. It would be better to use a state machine and have the abort button set an occurence. Your subject has come up numerous times in this forum and you should be able to find solutions here and in the example code library. &lt;BR /&gt;</description>
      <pubDate>Fri, 11 Jan 2002 15:24:53 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Abort-an-Sequence/m-p/32184#M21190</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2002-01-11T15:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Abort an Sequence</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Abort-an-Sequence/m-p/32185#M21191</link>
      <description>I have run seperate loops in the main program that do nothing but check for a press of an Abort button. When the button is pressed, use the "Stop" function from the Application Control palette. This will stop execution of the program wherever it is.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;     Rob &lt;BR /&gt;</description>
      <pubDate>Fri, 11 Jan 2002 15:54:24 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Abort-an-Sequence/m-p/32185#M21191</guid>
      <dc:creator>Rob Cole</dc:creator>
      <dc:date>2002-01-11T15:54:24Z</dc:date>
    </item>
  </channel>
</rss>

