<?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: Task sequence/ process flow for transporter in 3D model in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/task-sequence-process-flow-for-transporter-in-3d-model/m-p/13493881#M10730</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;- Check you label references: You are assigning pulled items to "token.Pulled" in one Pull from List activity instead of "token.box". And you are using "token.box" in the Load and Unload activties when the reference to the individual items is given as "token.item" (see labels created in the sub flows) at that point.&lt;/P&gt;&lt;P&gt;- You can't refer to a whole group of objects as a destination. It has to be a single object. To choose a random member of the group, youi can use the following, for example.&lt;BR /&gt;("Group(...)&lt;N&gt;" accesses the n-th member of the group, instead of a fixed number, the expression uses a distribution to return a number between 1 and the number of objects in the group)&lt;/N&gt;&lt;/P&gt;&lt;PRE&gt;Group("Flowrack in")[duniform(1, Group("Flowrack in").length, getstream(activity))]&lt;/PRE&gt;&lt;P&gt;- You also can't use conveyors as unload destination directly. Use the Entry Transfers instead.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/59952-manual-process-forklifts-11.fsm" target="_blank"&gt;manual-process-forklifts-11.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 19 Oct 2022 16:06:28 GMT</pubDate>
    <dc:creator>moehlmann_fe</dc:creator>
    <dc:date>2022-10-19T16:06:28Z</dc:date>
    <item>
      <title>Task sequence/ process flow for transporter in 3D model</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/task-sequence-process-flow-for-transporter-in-3d-model/m-p/13493876#M10725</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 22.0.5 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;I want to create a custom task sequence in 3D model for transporters(dispatcher) with process flow.&lt;/P&gt;
 &lt;P&gt;What is the process/ goal - To run experimenter/ optimization model to calculate number of forklifts needed.&lt;/P&gt;
 &lt;P&gt;What is the process - &lt;/P&gt;
 &lt;P&gt;1. Transporter pick 2 pallets from Que. &lt;/P&gt;
 &lt;P&gt;2. Drop to buffer - 2 pallets at at a time&lt;/P&gt;
 &lt;P&gt;3. From same place, pick two empties if available&lt;/P&gt;
 &lt;P&gt;4. Drop back to Que - 2 empty pallet at a time&lt;/P&gt;
 &lt;P&gt;Is there a way where I can create a process flow just for this operation of transporters? Any model depicting this process will be really helpful (using FlexSim 22.0.5) &lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 11 Oct 2022 13:41:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/task-sequence-process-flow-for-transporter-in-3d-model/m-p/13493876#M10725</guid>
      <dc:creator>mitesh_d2</dc:creator>
      <dc:date>2022-10-11T13:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Task sequence/ process flow for transporter in 3D model</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/task-sequence-process-flow-for-transporter-in-3d-model/m-p/13493877#M10726</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Here you go. &lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/59619-pallettransport-fm.fsm" target="_blank"&gt;PalletTransport_fm.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The queues push the items on a global list (one for each queue), partitioned by the pallet status (Full/purple or Empty/orange).&lt;/P&gt;&lt;P&gt;The tokens in the process flow represent the transporters. First they drive to Queue1, pull to full pallets and bring them to Queue2. Then they try to pull two empty pallets. If successful, they load those and bring them to Queue1. Otherwise they return to Queue1 empty.&lt;/P&gt;&lt;P&gt;The loading and unloading is handled in subflows, so the number items transported at once can easily be changed by adjusting the required number of pulls in the "Pull from List" activities.&lt;/P&gt;&lt;P&gt;The Process Flow Source is set up to create one token for each object in the "Transporters" group and assign the respective object to the label "Transport".&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1665499900290.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1513404i45A9D5F9A9101BA0/image-size/large?v=v2&amp;amp;px=999" role="button" title="1665499900290.png" alt="1665499900290.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The second part of the process flow cycles the status of the pallets to keep the model running indefinitely.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 11 Oct 2022 14:54:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/task-sequence-process-flow-for-transporter-in-3d-model/m-p/13493877#M10726</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2022-10-11T14:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Task sequence/ process flow for transporter in 3D model</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/task-sequence-process-flow-for-transporter-in-3d-model/m-p/13493878#M10727</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Really liked the solution. Can you explain a bit more about Process flow source?&lt;/P&gt;
 &lt;P&gt;1. How did you set up the quantity in table?&lt;/P&gt;
 &lt;P&gt;2. What is meaning of - Group("Transporters").length?&lt;/P&gt;
 &lt;P&gt;3. What does token index do here? - Group("Transporters")[tokenIndex]&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Oct 2022 15:30:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/task-sequence-process-flow-for-transporter-in-3d-model/m-p/13493878#M10727</guid>
      <dc:creator>mitesh_d2</dc:creator>
      <dc:date>2022-10-12T15:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Task sequence/ process flow for transporter in 3D model</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/task-sequence-process-flow-for-transporter-in-3d-model/m-p/13493879#M10728</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;1./2. Instead of writing a fixed number as the token quantity I used the expression you mention. &lt;EM&gt;Group("Transporters")&lt;/EM&gt; gives a reference to the group to which I added the Transporter (see Toolbox). &lt;EM&gt;"length&lt;/EM&gt;" then returns the number of objects within that group. So if you were to add more transporters to the group, the source would automatically scale up the quantity and create one token per object in the group.&lt;/P&gt;&lt;P&gt;3. To have each token represent a different member of the group, each one is assigned a member by its rank in the group. &lt;EM&gt;Group("Transporters")[2]&lt;/EM&gt; would for example return a reference to the second object in the group, that is then assigned to the label. If more than one token is created by a single row in the Schedule Source, the parameter &lt;EM&gt;tokenIndex&lt;/EM&gt; can be used to determine the position of a token within that quantity. The first created token would have an index of 1, the second of 2 and so on. So by combining the expressions together each token is assigned the corresponding member of the "Transporters" group as a label. &lt;/P&gt;&lt;P&gt;&lt;EM&gt;creationRank&lt;/EM&gt; in the Run Sub Flow activities functions similarly to &lt;EM&gt;tokenIndex. &lt;/EM&gt;Because the token pulls more than one item, the label they are assigned to will be an array of values. By using &lt;EM&gt;creationRank&lt;/EM&gt;, each Sub Flow Token is assigned one of the values (items) from the array. These single values are then used in the Load and Unload activities.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Oct 2022 15:54:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/task-sequence-process-flow-for-transporter-in-3d-model/m-p/13493879#M10728</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2022-10-12T15:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Task sequence/ process flow for transporter in 3D model</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/task-sequence-process-flow-for-transporter-in-3d-model/m-p/13493880#M10729</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Thanks for the clarification. Here is my model that I want to simulate - &lt;/P&gt;
 &lt;P&gt;Fleet 1 - &lt;/P&gt;
 &lt;P&gt;1. load 2 full box from Queue14&lt;/P&gt;
 &lt;P&gt;2. unload in 6 conveyors according to the type (Group - Flowrack in)&lt;/P&gt;
 &lt;P&gt;3. if empty pallet available at Queue E1, E2, E3, E4 (Group - E Flowrack out)- load 2 empty&lt;/P&gt;
 &lt;P&gt;4. unload two empties in Queue 15&lt;/P&gt;
 &lt;P&gt;5. Repeat this cycle from Step-1&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;Fleet 2 is similar to Fleet 1 -&lt;/P&gt;
 &lt;P&gt;1. Load 1 full from Group Flowrack out&lt;/P&gt;
 &lt;P&gt;2. Unload at Straight conv 1&lt;/P&gt;
 &lt;P&gt;3. If empty available at Queue3, load empty&lt;/P&gt;
 &lt;P&gt;4. Travel back and drop empty at straight conv 25, 26, 27 ,28&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;I am getting few errors right now - Can you help here?&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/59944-manual-process-forklifts-10.fsm" target="_blank"&gt;Manual Process_Forklifts_10.fsm&lt;/A&gt; &lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 19 Oct 2022 15:14:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/task-sequence-process-flow-for-transporter-in-3d-model/m-p/13493880#M10729</guid>
      <dc:creator>mitesh_d2</dc:creator>
      <dc:date>2022-10-19T15:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Task sequence/ process flow for transporter in 3D model</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/task-sequence-process-flow-for-transporter-in-3d-model/m-p/13493881#M10730</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;- Check you label references: You are assigning pulled items to "token.Pulled" in one Pull from List activity instead of "token.box". And you are using "token.box" in the Load and Unload activties when the reference to the individual items is given as "token.item" (see labels created in the sub flows) at that point.&lt;/P&gt;&lt;P&gt;- You can't refer to a whole group of objects as a destination. It has to be a single object. To choose a random member of the group, youi can use the following, for example.&lt;BR /&gt;("Group(...)&lt;N&gt;" accesses the n-th member of the group, instead of a fixed number, the expression uses a distribution to return a number between 1 and the number of objects in the group)&lt;/N&gt;&lt;/P&gt;&lt;PRE&gt;Group("Flowrack in")[duniform(1, Group("Flowrack in").length, getstream(activity))]&lt;/PRE&gt;&lt;P&gt;- You also can't use conveyors as unload destination directly. Use the Entry Transfers instead.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/59952-manual-process-forklifts-11.fsm" target="_blank"&gt;manual-process-forklifts-11.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 19 Oct 2022 16:06:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/task-sequence-process-flow-for-transporter-in-3d-model/m-p/13493881#M10730</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2022-10-19T16:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Task sequence/ process flow for transporter in 3D model</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/task-sequence-process-flow-for-transporter-in-3d-model/m-p/13493882#M10731</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;After simulating fleet 2 AGVs, the simulation runs without error now. Few things that I am struggling to do -&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;1. Fleet 1 and Fleet 2-&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;According to the list and orders, the Forklifts picks the full and empty pallet in sequence generated in the list. I want to modify the process further. No matter what sequence is generated in list, the forklift should never return empty to home position if there are empty pallets - See pic attached,&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1666818868216.jpeg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1513409i43A00075766C1392/image-size/large?v=v2&amp;amp;px=999" role="button" title="1666818868216.jpeg" alt="1666818868216.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;2. I want to run an experimenter and optimizer to check the number of forklifts needed in fleet 1 and fleet 2 separately to do 110 boxes supply and 110 empty boxes return.&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;Can you please help?&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;&lt;A rel="nofollow noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/60149-manual-process-forklifts-11.fsm" target="_blank"&gt;Manual Process_Forklifts_11.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;Thanks in advance!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 27 Oct 2022 11:01:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/task-sequence-process-flow-for-transporter-in-3d-model/m-p/13493882#M10731</guid>
      <dc:creator>mitesh_d2</dc:creator>
      <dc:date>2022-10-27T11:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Task sequence/ process flow for transporter in 3D model</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/task-sequence-process-flow-for-transporter-in-3d-model/m-p/13493883#M10732</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;The screenshot and model didn't upload correctly, could you try again?&lt;/P&gt;&lt;P&gt;2. When you put the forklifts into groups you can use the "Delete and Copy Group Members" option in the parameter table (use the sampling tool on the group to see the option)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1666869851743.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1513410iFB4BE26B0D44DCF1/image-size/large?v=v2&amp;amp;px=999" role="button" title="1666869851743.png" alt="1666869851743.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 27 Oct 2022 11:25:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/task-sequence-process-flow-for-transporter-in-3d-model/m-p/13493883#M10732</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2022-10-27T11:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Task sequence/ process flow for transporter in 3D model</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/task-sequence-process-flow-for-transporter-in-3d-model/m-p/13493884#M10733</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;Resharing - &lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;After simulating fleet 2 AGVs, the simulation runs without error now. Few things that I am struggling to do -&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;1. Fleet 1 and Fleet 2-&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;According to the list and orders, the Forklifts picks the full and empty pallet in sequence generated in the list. I want to modify the process further. No matter what sequence is generated in list, the forklift should never return empty to home position if there are empty pallets - See pic attached,&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1666872566810.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1513411iB7B82931AECCF0F8/image-size/large?v=v2&amp;amp;px=999" role="button" title="1666872566810.png" alt="1666872566810.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;2. I want to run an experimenter and optimizer to check the number of forklifts needed in fleet 1 and fleet 2 separately to do 110 boxes supply and 110 empty boxes return.&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;Can you please help?&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/60184-manual-process-forklifts-11.fsm" target="_blank"&gt;Manual Process_Forklifts_11.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;Thanks in advance!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 27 Oct 2022 12:10:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/task-sequence-process-flow-for-transporter-in-3d-model/m-p/13493884#M10733</guid>
      <dc:creator>mitesh_d2</dc:creator>
      <dc:date>2022-10-27T12:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Task sequence/ process flow for transporter in 3D model</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/task-sequence-process-flow-for-transporter-in-3d-model/m-p/13493885#M10734</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;1. E1 pushes the items onto the "Empty" partition on the list. The Pull from List activity is set up to pull from the list in general (no partition set). So the items in E1 are not "seen" when trying to pull something.&lt;/P&gt;&lt;P&gt;You can only ever pull from a single partition, where you can think of "No Partition Set" as being its own partition.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1666874117980.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1513413iA2E42080582E9BD9/image-size/large?v=v2&amp;amp;px=999" role="button" title="1666874117980.png" alt="1666874117980.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2. As I said above you can easily alter the quantity of forklifts through the mentioned parameter option.&lt;/P&gt;&lt;P&gt;You then just need a performance measure. This could be the input to Queue15, for example. Then you vary the number of forklifts until you find the threshold where the input reaches 110 in the allotted time.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/60198-manual-process-forklifts-12.fsm" target="_blank"&gt;manual-process-forklifts-12.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 27 Oct 2022 12:43:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/task-sequence-process-flow-for-transporter-in-3d-model/m-p/13493885#M10734</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2022-10-27T12:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Task sequence/ process flow for transporter in 3D model</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/task-sequence-process-flow-for-transporter-in-3d-model/m-p/13493886#M10735</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;STRONG&gt;Point 1 - &lt;/STRONG&gt;&lt;/P&gt;
 &lt;P&gt;I have different (~8) type of flow items. I want to generate these flow items from source and deliver it to flowrack in conveyors according to type&lt;/P&gt;
 &lt;P&gt;Conditions -&lt;/P&gt;
 &lt;P&gt;1. The source always generate two same type of flow item at a time.&lt;/P&gt;
 &lt;P&gt;2. The time between consecutive batch is 35secs (should be controlled by statistical distribution)&lt;/P&gt;
 &lt;P&gt;3. The source generates these type of flow items in batch of 26&lt;/P&gt;
 &lt;P&gt;4. The proportion of the type of flow item should be controllable (with percentage)&lt;/P&gt;
 &lt;P&gt;&lt;STRONG&gt;Point 2 -&lt;/STRONG&gt;&lt;/P&gt;
 &lt;P&gt;1. How can i set the availability/ utilization for forklifts (as they are currently utilized ~100%)&lt;/P&gt;
 &lt;P&gt;2. Can I set MTTR and MTBF for these forklifts?&lt;/P&gt;
 &lt;P&gt;3. How can I simulate the forklifts as close as possible to reality?&lt;/P&gt;
 &lt;P&gt; &lt;/P&gt;
 &lt;P&gt;Can you help?&lt;/P&gt;
 &lt;P&gt;Thanks in advance&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/60319-manual-process-forklifts-15.fsm" target="_blank"&gt;Manual Process_Forklifts_15.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 01 Nov 2022 14:10:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/task-sequence-process-flow-for-transporter-in-3d-model/m-p/13493886#M10735</guid>
      <dc:creator>mitesh_d2</dc:creator>
      <dc:date>2022-11-01T14:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Task sequence/ process flow for transporter in 3D model</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/task-sequence-process-flow-for-transporter-in-3d-model/m-p/13493887#M10736</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;1) It would probably be easiest to build this in process flow. An Inter-Arrival Source creates a token every 35s. This then runs a subflow 26 times, each run creating 2 items of the same type.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1667323237478.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1513416iFDFA56A20E0AAA31/image-size/large?v=v2&amp;amp;px=999" role="button" title="1667323237478.png" alt="1667323237478.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2) You can use the MTTR/MTBF for unplanned failures. To realize a regular schedule the &lt;EM&gt;Time Table&lt;/EM&gt; is the better tool.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1667323308540.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1513417iB9C486439BDF0D22/image-size/large?v=v2&amp;amp;px=999" role="button" title="1667323308540.png" alt="1667323308540.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You are already pretty close to what FlexSim allows without building an in-depth custom process flow that controls each facet of the forklift movements.&lt;/P&gt;&lt;P&gt;As long as the load/unload times and average speed are based on real data, any further detail is likely to not improve the validity by much.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/60343-manual-process-forklifts-15-1.fsm" target="_blank"&gt;manual-process-forklifts-15_1.fsm&lt;/A&gt; &lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 01 Nov 2022 17:29:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/task-sequence-process-flow-for-transporter-in-3d-model/m-p/13493887#M10736</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2022-11-01T17:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Task sequence/ process flow for transporter in 3D model</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/task-sequence-process-flow-for-transporter-in-3d-model/m-p/13493888#M10737</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/19365/felixmh.html" nodeid="19365"&gt;@Felix Möhlmann&lt;/A&gt; &lt;/P&gt;
 &lt;P id="isPasted" style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;Hello,&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;I’ve encounter some problem when building up process flow and setting up the destination. My layout is that I have several processors as destination of the destination. So I assign label to the group of processors as below:&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;Group("Processors")[duniform(1, Group("Processors").length, getstream(activity))]direct&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;But I found some problem that it will only get the processors randomly. So I am wondering if there’s a way to record or fetch the backorder of list that I can set the value of assign label to backorder?&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 24 Jul 2023 01:00:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/task-sequence-process-flow-for-transporter-in-3d-model/m-p/13493888#M10737</guid>
      <dc:creator>ged0313</dc:creator>
      <dc:date>2023-07-24T01:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Task sequence/ process flow for transporter in 3D model</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/task-sequence-process-flow-for-transporter-in-3d-model/m-p/13493889#M10738</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;The purpose of that expression is to acquire a random processor. If you want to acquire a specific processor, you can refer to it in the query field through a label on the token.&lt;/P&gt;&lt;P&gt;Apparently you and &lt;A rel="user" href="https://answers.flexsim.com/users/43042/kkkk.html" nodeid="43042"&gt;@kkkk&lt;/A&gt; are either the same person or at least work on the same assignment. I will provide some additional information on &lt;A rel="noopener noreferrer" id="isPasted" href="https://answers.flexsim.com/questions/146954/questions-about-process-flow.html" target="_blank"&gt;this post.&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 24 Jul 2023 07:14:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/task-sequence-process-flow-for-transporter-in-3d-model/m-p/13493889#M10738</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2023-07-24T07:14:59Z</dc:date>
    </item>
  </channel>
</rss>

