<?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: Stopping and Resuming stations on conveyor (&amp;gt;2 stations) in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/stopping-and-resuming-stations-on-conveyor-gt-2-stations/m-p/13528388#M37689</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/38100/bobbyl.html" nodeid="38100"&gt;@Bobby L&lt;/A&gt;, was Kavika F's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.&lt;/P&gt;&lt;P&gt;If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 05 Jan 2023 22:03:21 GMT</pubDate>
    <dc:creator>andrew_o2</dc:creator>
    <dc:date>2023-01-05T22:03:21Z</dc:date>
    <item>
      <title>Stopping and Resuming stations on conveyor (&gt;2 stations)</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/stopping-and-resuming-stations-on-conveyor-gt-2-stations/m-p/13528385#M37686</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 22.1.0 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;I am trying to build a conveyor line with 10 stations (varying process times). I want to stop objects from moving to the next station until the next station is empty. &lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;I tried using logic from &lt;A rel="nofollow" href="https://answers.flexsim.com/questions/53474/stopping-and-resuming-objects-using-conditions-in.html?childToView=133861#answer-133861"&gt;https://answers.flexsim.com/questions/53474/stopping-and-resuming-objects-using-conditions-in.html?childToView=133861#answer-133861&lt;/A&gt;. When I add a third station the objects move from station 1 to station 2 when 2 is complete with processing. &lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Dec 2022 18:28:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/stopping-and-resuming-stations-on-conveyor-gt-2-stations/m-p/13528385#M37686</guid>
      <dc:creator>bobby_lutz</dc:creator>
      <dc:date>2022-12-29T18:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Stopping and Resuming stations on conveyor (&gt;2 stations)</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/stopping-and-resuming-stations-on-conveyor-gt-2-stations/m-p/13528386#M37687</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 I converted the conveyor/stations to processors. I highly recommend this for basic assembly line sims. 
&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Dec 2022 21:35:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/stopping-and-resuming-stations-on-conveyor-gt-2-stations/m-p/13528386#M37687</guid>
      <dc:creator>bobby_lutz</dc:creator>
      <dc:date>2022-12-29T21:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Stopping and Resuming stations on conveyor (&gt;2 stations)</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/stopping-and-resuming-stations-on-conveyor-gt-2-stations/m-p/13528387#M37688</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hey &lt;A rel="user" href="https://answers.flexsim.com/users/38100/bobbyl.html" nodeid="38100"&gt;@Bobby L&lt;/A&gt;, the logic you posted will only work for two stations because the Process Flow only watches for the state of the second station. I modified that model to use an Object Process Flow and attach several stations to it. An &lt;A rel="noopener noreferrer" href="https://docs.flexsim.com/en/22.2/ModelLogic/ProcessFlowBasics/TypesOfProcessFlows/TypesOfProcessFlows.html#objectType" target="_blank"&gt;Object Process Flow&lt;/A&gt; allows you define logic once for a set of machines/processes that use the same logic.&lt;/P&gt;&lt;P&gt;I started by adding more Stations and then A-connecting them together so each one knew which one was ahead of it.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1672350530987.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1514637iF5B47515B4CF0A75/image-size/large?v=v2&amp;amp;px=999" role="button" title="1672350530987.png" alt="1672350530987.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Most of the Process Flow logic was the same, but I had to change a few things. First was the "Decide" activity's conditional statement. Before it was checking if the station ahead was "idle", but there was a problem - when a station was finished processing, it automatically set the station's state to "idle". This meant that if a box was ready to move and the box ahead of it was also waiting to move but not processing, the previous box would move ahead anyway. I changed it so it would look at whether or not there was an "&lt;A rel="noopener noreferrer" href="https://docs.flexsim.com/en/22.2/Reference/CodingInFlexSim/FlexScriptAPIReference/Conveyor/Conveyor.DecisionPoint.html" target="_blank"&gt;active item&lt;/A&gt;" at the next station.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1672350608254.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1514638iB350C29D954D64C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="1672350608254.png" alt="1672350608254.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For a similar reason, I had to change the logic for waiting till the next station was open. I simply changed it to be "On Continue".&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1672350760797.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1514639i1E08B093DC9BC67E/image-size/large?v=v2&amp;amp;px=999" role="button" title="1672350760797.png" alt="1672350760797.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/62614-multiple-station-stops.fsm" target="_blank"&gt;Multiple Station Stops.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Dec 2022 21:53:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/stopping-and-resuming-stations-on-conveyor-gt-2-stations/m-p/13528387#M37688</guid>
      <dc:creator>kavika_faleumu</dc:creator>
      <dc:date>2022-12-29T21:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Stopping and Resuming stations on conveyor (&gt;2 stations)</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/stopping-and-resuming-stations-on-conveyor-gt-2-stations/m-p/13528388#M37689</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/38100/bobbyl.html" nodeid="38100"&gt;@Bobby L&lt;/A&gt;, was Kavika F's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.&lt;/P&gt;&lt;P&gt;If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 05 Jan 2023 22:03:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/stopping-and-resuming-stations-on-conveyor-gt-2-stations/m-p/13528388#M37689</guid>
      <dc:creator>andrew_o2</dc:creator>
      <dc:date>2023-01-05T22:03:21Z</dc:date>
    </item>
  </channel>
</rss>

