<?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: Multiple Sub Flows for 1 AVG in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/multiple-sub-flows-for-1-avg/m-p/13656168#M96397</link>
    <description>&lt;P&gt;Hi so i would want the AVG to start completing the 1st sub flow, and then after 600 seconds start to do the 2nd sub flow activities, prioritizing each task depending on the processing times of processors. I want the AVG to change between the sub flows to get all activities done as quick as possible&lt;/P&gt;&lt;P&gt;hope this gives more clarity&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;caitlin&lt;/P&gt;</description>
    <pubDate>Thu, 29 May 2025 13:19:14 GMT</pubDate>
    <dc:creator>robinc22U969Z</dc:creator>
    <dc:date>2025-05-29T13:19:14Z</dc:date>
    <item>
      <title>Multiple Sub Flows for 1 AVG</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/multiple-sub-flows-for-1-avg/m-p/13654354#M96378</link>
      <description>&lt;P&gt;Hi can you help with my Simulation.&lt;/P&gt;&lt;P&gt;Ive created 2 Sub Flows linked to 1 AVG. I need the master process flow tree to start subflow1 (PartABatch1) then have a delay of 400 seconds then start subflow2 (PartABatch2)&lt;/P&gt;&lt;P&gt;Any advice would be amazing&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Ive attached the model.&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 15:34:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/multiple-sub-flows-for-1-avg/m-p/13654354#M96378</guid>
      <dc:creator>robinc22U969Z</dc:creator>
      <dc:date>2025-05-28T15:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Sub Flows for 1 AVG</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/multiple-sub-flows-for-1-avg/m-p/13655850#M96393</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not fully sure I understand the question, do you want the AGV to first complete one cycle, then wait and then complete the second cycle? I suggest that you can try to do the batching before sending it to any of the subflows. Also changing the delay to 400 secs and adding a&amp;nbsp; zone with maximum content 1. As right now, a batch will be created, processed with the first flow, wait 400 seconds, and then processed for the second sub flow.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I attach screenshot of the change in the process.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 09:51:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/multiple-sub-flows-for-1-avg/m-p/13655850#M96393</guid>
      <dc:creator>rcsrcs31</dc:creator>
      <dc:date>2025-05-29T09:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Sub Flows for 1 AVG</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/multiple-sub-flows-for-1-avg/m-p/13656168#M96397</link>
      <description>&lt;P&gt;Hi so i would want the AVG to start completing the 1st sub flow, and then after 600 seconds start to do the 2nd sub flow activities, prioritizing each task depending on the processing times of processors. I want the AVG to change between the sub flows to get all activities done as quick as possible&lt;/P&gt;&lt;P&gt;hope this gives more clarity&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;caitlin&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 13:19:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/multiple-sub-flows-for-1-avg/m-p/13656168#M96397</guid>
      <dc:creator>robinc22U969Z</dc:creator>
      <dc:date>2025-05-29T13:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Sub Flows for 1 AVG</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/multiple-sub-flows-for-1-avg/m-p/13656262#M96399</link>
      <description>&lt;P&gt;Considering that, I belive there are some changes that could help:&lt;/P&gt;&lt;P&gt;- Rather than having a source that creates the token, I would sugest generating the batch from the process flow, and then creating items inside the Q1. This would make easier later having a 600 secon delay.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- For the priorities, I would create a global table that encloses all potential activities. The table contains the loading position, unloading position, processing time, as well as an activity ID. The item is generated with an array, including the order of the activities. The token looks at the array, selects the first activity, and then adds a label with the entry, exit and processing time (looking at the table). That token is pushed to a list. On a different flow, a token would pull the token from the list (selecting the token with smaller processing time), execute the unloading and loading operations, and loop back.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I belive this may be a bit challenging, but it would be the approach I would take. I hope this was helpfull!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 14:21:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/multiple-sub-flows-for-1-avg/m-p/13656262#M96399</guid>
      <dc:creator>rcsrcs31</dc:creator>
      <dc:date>2025-05-29T14:21:53Z</dc:date>
    </item>
  </channel>
</rss>

