<?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: Time Table stop input not working in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/time-table-stop-input-not-working/m-p/13548356#M53540</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Okay - it looks like you need this line in the resume behaviour:&lt;/P&gt;&lt;PRE&gt;nodefunction(getvarnode(downobject,"receivefromport"));&lt;/PRE&gt;&lt;P&gt;This isn't ideal as it assumes that the downbehaviour knows something about how the object is pulling, but it should get you past this issue.&lt;/P&gt;&lt;P&gt;You also need this change to the receivefromport trigger where you pull from the list:&lt;/P&gt;&lt;PRE&gt;#define BYPASS_ALL_BUT_INPUT_CLOSED 0x6F 
pullitem(current, pulled, 0, BYPASS_ALL_BUT_INPUT_CLOSED));&lt;/PRE&gt;&lt;P&gt;instead of&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;pullitem(current, pulled, 0, BYPASS_ALL);&lt;/PRE&gt;&lt;P&gt;Attached is an example model.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/35022-test-stopresumeinput-pullingfromlist-nodefunction.fsm" target="_blank"&gt;Test_stopresumeinput_pullingfromList_nodefunction.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:26:40 GMT</pubDate>
    <dc:creator>jason_lightfoot_adsk</dc:creator>
    <dc:date>2020-11-25T16:26:40Z</dc:date>
    <item>
      <title>Time Table stop input not working</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/time-table-stop-input-not-working/m-p/13548354#M53538</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 20.2.0 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi I am trying to configure a timetable so that when it downs it only closes its input but the only way I´ve made it work is by stopping the process. My problem is that by doing so the objects get stucked and instead of finishing processing it while not accepting another one.&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/34602-modelofinalescoriginal-autosave.fsm" target="_blank"&gt;modeloFinalEscOriginal_autosave.fsm&lt;/A&gt;..&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Nov 2020 08:08:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/time-table-stop-input-not-working/m-p/13548354#M53538</guid>
      <dc:creator>carlos_marcelo_lz</dc:creator>
      <dc:date>2020-11-25T08:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Time Table stop input not working</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/time-table-stop-input-not-working/m-p/13548355#M53539</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;The timetable is working, I think it's the Pull Form Port Behaviour that isn't considering the state of the port.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Nov 2020 13:16:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/time-table-stop-input-not-working/m-p/13548355#M53539</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2020-11-25T13:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Time Table stop input not working</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/time-table-stop-input-not-working/m-p/13548356#M53540</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Okay - it looks like you need this line in the resume behaviour:&lt;/P&gt;&lt;PRE&gt;nodefunction(getvarnode(downobject,"receivefromport"));&lt;/PRE&gt;&lt;P&gt;This isn't ideal as it assumes that the downbehaviour knows something about how the object is pulling, but it should get you past this issue.&lt;/P&gt;&lt;P&gt;You also need this change to the receivefromport trigger where you pull from the list:&lt;/P&gt;&lt;PRE&gt;#define BYPASS_ALL_BUT_INPUT_CLOSED 0x6F 
pullitem(current, pulled, 0, BYPASS_ALL_BUT_INPUT_CLOSED));&lt;/PRE&gt;&lt;P&gt;instead of&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;pullitem(current, pulled, 0, BYPASS_ALL);&lt;/PRE&gt;&lt;P&gt;Attached is an example model.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/35022-test-stopresumeinput-pullingfromlist-nodefunction.fsm" target="_blank"&gt;Test_stopresumeinput_pullingfromList_nodefunction.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:26:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/time-table-stop-input-not-working/m-p/13548356#M53540</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2020-11-25T16:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Time Table stop input not working</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/time-table-stop-input-not-working/m-p/13548357#M53541</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/34612-modelofinalmodificado.fsm" target="_blank"&gt;modeloFinalModificado.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;Hi! &lt;/P&gt;
 &lt;P&gt;First of all thanks for helping me!&lt;/P&gt;
 &lt;P&gt;Secondly, I applied the logic to my system and it seemed to work but then suddenly in each of the groups I have (i have 5 timetables, one for each group), every processor but one stops receiving boxes &lt;STRONG&gt;before &lt;/STRONG&gt;the programmed down behavior. &lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Nov 2020 18:50:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/time-table-stop-input-not-working/m-p/13548357#M53541</guid>
      <dc:creator>carlos_marcelo_lz</dc:creator>
      <dc:date>2020-11-25T18:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Time Table stop input not working</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/time-table-stop-input-not-working/m-p/13548358#M53542</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Attached is a solution where we manage any backorders  when the object is stopped while idle, and in normal running, use a condition to check if we are stopped when we would normally be pulling from a list.  It means a change to the 'receivefromport' logic and we should also avoid stopping/resuming inputs since we're not using those ports.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/temp/34998-modelofinalmodificado-jlmanagebackorders.fsm" target="_blank"&gt;modelofinalmodificado_jlManageBackOrders.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 08 Dec 2020 23:47:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/time-table-stop-input-not-working/m-p/13548358#M53542</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2020-12-08T23:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Time Table stop input not working</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/time-table-stop-input-not-working/m-p/13548359#M53543</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/26406/carlos-marcelolz.html" nodeid="26406"&gt;@Carlos Marcelo LZ&lt;/A&gt;, was jason.lightfoot's answer helpful? If so, please click the red "Accept" button on 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;P&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 12 Dec 2020 01:56:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/time-table-stop-input-not-working/m-p/13548359#M53543</guid>
      <dc:creator>Ben_WilsonADSK</dc:creator>
      <dc:date>2020-12-12T01:56:06Z</dc:date>
    </item>
  </channel>
</rss>

