<?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: How to use Decide in process flow in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-decide-in-process-flow/m-p/13518214#M29678</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;And there's one more question.&lt;BR /&gt;There are a total of 6 routes that I send agv now. Is there a way to send agv uniformly?&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/temp/32191-wsetec-1-jn1.fsm" target="_blank"&gt;wsetec-1-jn1.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Fri, 28 Aug 2020 02:28:06 GMT</pubDate>
    <dc:creator>doris_c</dc:creator>
    <dc:date>2020-08-28T02:28:06Z</dc:date>
    <item>
      <title>How to use Decide in process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-decide-in-process-flow/m-p/13518211#M29675</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 19.2.4 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hellow, i'm testing some system that's Decide.&lt;/P&gt;
 &lt;P&gt;But it doesn't move as i think it will. &lt;/P&gt;
 &lt;P&gt;I want to know if I set it up wrong. &lt;/P&gt;
 &lt;P&gt;I will upload the file together. Thank you very much for your reply. &lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/32130-wsetec-1.fsm" target="_blank"&gt;WSETEC_1.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 27 Aug 2020 11:18:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-decide-in-process-flow/m-p/13518211#M29675</guid>
      <dc:creator>doris_c</dc:creator>
      <dc:date>2020-08-27T11:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Decide in process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-decide-in-process-flow/m-p/13518212#M29676</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/24209/dorisc.html" nodeid="24209"&gt;@doris.c&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;First, the Finish block in Process Flow is only used together with the Start PF block.  They are used to start/end a "subroutine" (Sub Flow) Run Sub Flow block.  So they do nothing in your model as you had it set up.  I removed those blocks and replaced it with a Sink block, which just provides and "exit" for tokens in PF.&lt;/P&gt;&lt;P&gt;It's also not a good practice to have multiple PF blocks with the same name.  It can make it very difficult to debug a PF when there are multiple blocks with the same name.  Because the error message (when you get one) displays the PF block name that the error occurred in.  But if you have multiple PF blocks with that name, it could be very difficult to tell which PF block caused the error.&lt;/P&gt;&lt;P&gt;The first Travel block in legs 4, 5 and 6 coming from the Decide block, don't the Destination field filled in.  So those are going to give you an error when running the model, just an FYI.&lt;/P&gt;&lt;P&gt;I'm guessing that you intention here is to send the token to one of the six output ports based on a label on each AGV called "Type".  That is what the code is in the Send Token To field.&lt;/P&gt;&lt;P&gt;token.agv.Type&lt;/P&gt;&lt;P&gt;That means, get the label called "Type" on the object that is referenced by "token.agv".  You're getting errors because none of your AGVs have the label "Type" on them.  You have 18 AGVs so I took a guess that you want the Type label on each AGV to go from 1 through 6 and then start over for the next six as well as the last six.  I added those labels in the attached model.  That seemed to be the biggest problem, not having labels on the AGVs that you were referencing. &lt;/P&gt;&lt;P&gt;Take a look at the attached model and see if this is what you were intending how the model should work.  If you have any questions or problems, please don't hesitate to contact us.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/32174-wsetec-1-jn1.fsm" target="_blank"&gt;wsetec-1-JN1.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 27 Aug 2020 13:53:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-decide-in-process-flow/m-p/13518212#M29676</guid>
      <dc:creator>jeff_nordgren</dc:creator>
      <dc:date>2020-08-27T13:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Decide in process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-decide-in-process-flow/m-p/13518213#M29677</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;it's working now! very thanks. &lt;/P&gt;
 &lt;P&gt;but i don't understand some your answer. that's part is this "That means, get the label called "Type" on the object that is referenced by "token.agv"." &lt;/P&gt;
 &lt;P&gt;how did get the label called "Type" on the object that is referenced by "token.agv ???&lt;/P&gt;
 &lt;P&gt;I use a translator because I am not good at English. I'm sorry if I made a mistake. &lt;/P&gt;
 &lt;P&gt;finaly Thank you very much for solving the problem. &lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 28 Aug 2020 01:32:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-decide-in-process-flow/m-p/13518213#M29677</guid>
      <dc:creator>doris_c</dc:creator>
      <dc:date>2020-08-28T01:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Decide in process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-decide-in-process-flow/m-p/13518214#M29678</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;And there's one more question.&lt;BR /&gt;There are a total of 6 routes that I send agv now. Is there a way to send agv uniformly?&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/temp/32191-wsetec-1-jn1.fsm" target="_blank"&gt;wsetec-1-jn1.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 28 Aug 2020 02:28:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-decide-in-process-flow/m-p/13518214#M29678</guid>
      <dc:creator>doris_c</dc:creator>
      <dc:date>2020-08-28T02:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Decide in process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-decide-in-process-flow/m-p/13518215#M29679</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Select the "Round Robin" option in the dropdown:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="32314-1599082499458.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1503493i37574044368433EF/image-size/large?v=v2&amp;amp;px=999" role="button" title="32314-1599082499458.png" alt="32314-1599082499458.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 02 Sep 2020 21:35:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-decide-in-process-flow/m-p/13518215#M29679</guid>
      <dc:creator>benjamin_w2</dc:creator>
      <dc:date>2020-09-02T21:35:04Z</dc:date>
    </item>
  </channel>
</rss>

