<?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: AGV pick up finished item when pass by processor in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571049#M71332</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Looks like it was a bad activity connection.  I added some delays (zero time) so that you can more easily step through the model to check what's happening (and tidied up the process flow layout).&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/72758-test-v3-jl.fsm" target="_blank"&gt;test-v3_jl.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 17 Aug 2023 18:22:33 GMT</pubDate>
    <dc:creator>jason_lightfoot_adsk</dc:creator>
    <dc:date>2023-08-17T18:22:33Z</dc:date>
    <item>
      <title>AGV pick up finished item when pass by processor</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571041#M71324</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 23.1.0 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P id="isPasted" style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: ;"&gt;Hi~ this is my current model: &lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/72536-test.fsm" target="_blank"&gt;test.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: ;"&gt;I set the random to select processor in the list:&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="1692282957884.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1518994i795B5643E84F9E46/image-size/large?v=v2&amp;amp;px=999" role="button" title="1692282957884.png" alt="1692282957884.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: ;"&gt;Therefore, the AGV will sent item to processors in a random order.&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: ;"&gt;Currently from my process flow settings, after my AGV sent the item to a random processor it will check if there is already a finished item, if there is a finished item the AGV will take the item to the sink immediately.&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: ;"&gt;I will like to change the logic to every time the AGV pass by a processor it will check if the processor have a finished item, and take the item if the AGV's current loading item is less than 5. Hope to get some suggestions to revise my process flow to implement these settings, thanks!!!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 14 Aug 2023 02:31:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571041#M71324</guid>
      <dc:creator>kkkk</dc:creator>
      <dc:date>2023-08-14T02:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: AGV pick up finished item when pass by processor</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571042#M71325</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;I think this is a repost of the previous model where you had left exceptions in your model and then cleaned them up afterwards. Your GroupN list expression needs to account for groupName not existing when you push the item to the list by adding  '?'  to  value.groupName.&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 14 Aug 2023 11:41:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571042#M71325</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-08-14T11:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: AGV pick up finished item when pass by processor</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571043#M71326</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;What you're describing is similar to the way the AGV templates function, where the AGV travels between LookForWork control points at which it checks for items to load if it has capacity  (using an item list partitioned by control points)&lt;/P&gt;&lt;P&gt;However you seem to be wanting to just look for work, not based on a fixed route but just when you're passing any control point.   You could detect the pre-arrival at a control point the AGV is about to pass and preempt the current travel task with a travel/load task as needed.  It would probably still be a good idea to push a list of items partitioned by control points rather than scan the connected stations for every prearrival event. &lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 14 Aug 2023 11:54:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571043#M71326</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-08-14T11:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: AGV pick up finished item when pass by processor</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571044#M71327</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;DIV id="isPasted" style="overflow-wrap: break-word; animation-duration: 0.001s; animation-name: insQ_103; color: rgb(51, 51, 51); font-size: 12px; line-height: 15px; font-family: ;"&gt;
  &lt;DIV style="clear: both; overflow-wrap: break-word;"&gt;
   &lt;P style="margin: 0px 0px 10px;"&gt;my new model: &lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/72569-test-v2.fsm" target="_blank"&gt;test_v2.fsm&lt;/A&gt;&lt;/P&gt;
   &lt;P style="margin: 0px 0px 10px;"&gt;Thank you so much~ I fixed my process flow in order to achieve my settings I mentioned above, and my logic is below.&lt;/P&gt;
   &lt;P style="margin: 0px 0px 10px;"&gt;&lt;BR /&gt;&lt;/P&gt;
   &lt;P style="margin: 0px 0px 10px;"&gt;on the left side of split: let the AGV move to the random processor and it will drop off the item which was picked up from source.&lt;/P&gt;
   &lt;P style="margin: 0px 0px 10px;"&gt;on the right side of split: let the AGV move to every processor and check if there are items to take to sink.&lt;/P&gt;
   &lt;P style="margin: 0px 0px 10px;"&gt;&lt;BR /&gt;&lt;/P&gt;
   &lt;P style="margin: 0px 0px 10px;"&gt;The AGV currently is not moving correctly, it will&lt;/P&gt;
   &lt;OL&gt;&lt;LI style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px;"&gt;move to processor1 to check if there is item to take to sink go to processor3 to drop item&lt;/LI&gt;&lt;LI&gt;
     &lt;DIV id="isPasted" style="overflow-wrap: break-word; animation-duration: 0.001s; animation-name: insQ_103; color: rgb(51, 51, 51); font-size: 12px; line-height: 15px; font-family: ;"&gt;
      &lt;DIV style="clear: both; overflow-wrap: break-word;"&gt;
       &lt;P&gt;go to processor3 to drop item&lt;/P&gt;
      &lt;/DIV&gt;
     &lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;
     &lt;DIV id="isPasted" style="overflow-wrap: break-word; animation-duration: 0.001s; animation-name: insQ_103; color: rgb(51, 51, 51); font-size: 12px; line-height: 15px; font-family: ;"&gt;
      &lt;DIV style="clear: both; overflow-wrap: break-word;"&gt;
       &lt;DIV id="isPasted" style="overflow-wrap: break-word; animation-duration: 0.001s; animation-name: insQ_103; color: rgb(51, 51, 51); font-size: 12px; line-height: 15px; font-family: ;"&gt;
        &lt;DIV style="clear: both; overflow-wrap: break-word;"&gt;
         &lt;P&gt;move to processor2 to check if there is item to take to sink&lt;/P&gt;
        &lt;/DIV&gt;
       &lt;/DIV&gt;
      &lt;/DIV&gt;
     &lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;
     &lt;DIV id="isPasted" style="overflow-wrap: break-word; animation-duration: 0.001s; animation-name: insQ_103; color: rgb(51, 51, 51); font-size: 12px; line-height: 15px; font-family: ;"&gt;
      &lt;DIV style="clear: both; overflow-wrap: break-word;"&gt;
       &lt;DIV id="isPasted" style="overflow-wrap: break-word; animation-duration: 0.001s; animation-name: insQ_103; color: rgb(51, 51, 51); font-size: 12px; line-height: 15px; font-family: ;"&gt;
        &lt;DIV style="clear: both; overflow-wrap: break-word;"&gt;
         &lt;DIV id="isPasted" style="overflow-wrap: break-word; animation-duration: 0.001s; animation-name: insQ_103; color: rgb(51, 51, 51); font-size: 12px; line-height: 15px; font-family: ;"&gt;
          &lt;DIV style="clear: both; overflow-wrap: break-word;"&gt;
           &lt;P&gt;move to processor3 to check if there is item to take to sink&lt;/P&gt;
           &lt;DIV style="clear: both; overflow-wrap: break-word;"&gt;
            &lt;DIV id="isPasted" style="overflow-wrap: break-word; animation-duration: 0.001s; animation-name: insQ_103; color: rgb(51, 51, 51); font-size: 12px; line-height: 15px; font-family: ;"&gt;
             &lt;DIV style="clear: both; overflow-wrap: break-word;"&gt;
              &lt;DIV id="isPasted" style="overflow-wrap: break-word; animation-duration: 0.001s; animation-name: insQ_103; color: rgb(51, 51, 51); font-size: 12px; line-height: 15px; font-family: ;"&gt;
               &lt;DIV style="clear: both; overflow-wrap: break-word;"&gt;
                &lt;DIV style="clear: both; overflow-wrap: break-word;"&gt;
                 &lt;DIV id="isPasted" style="overflow-wrap: break-word; animation-duration: 0.001s; animation-name: insQ_103; color: rgb(51, 51, 51); font-size: 12px; line-height: 15px; font-family: ;"&gt;
                  &lt;DIV style="clear: both; overflow-wrap: break-word;"&gt;
                   &lt;BR /&gt;
                  &lt;/DIV&gt;
                 &lt;/DIV&gt;
                &lt;/DIV&gt;
                &lt;P&gt;&lt;BR /&gt;The order should be step1, 3, 4, 2 to make more sense. I wonder how to revise my process flow settings to let two sides of split work the way I mentioned, thanks!!!&lt;/P&gt;
               &lt;/DIV&gt;
              &lt;/DIV&gt;
             &lt;/DIV&gt;
            &lt;/DIV&gt;
           &lt;/DIV&gt;
           &lt;DIV style="clear: both; overflow-wrap: break-word;"&gt;
            &lt;DIV id="isPasted" style="overflow-wrap: break-word; animation-duration: 0.001s; animation-name: insQ_103; color: rgb(51, 51, 51); font-size: 12px; line-height: 15px; font-family: ;"&gt;
             &lt;DIV style="clear: both; overflow-wrap: break-word;"&gt;
              &lt;DIV id="isPasted" style="overflow-wrap: break-word; animation-duration: 0.001s; animation-name: insQ_103; color: rgb(51, 51, 51); font-size: 12px; line-height: 15px; font-family: ;"&gt;
               &lt;DIV style="clear: both; overflow-wrap: break-word;"&gt;
                &lt;DIV style="clear: both; overflow-wrap: break-word;"&gt;
                 &lt;DIV id="isPasted" style="overflow-wrap: break-word; animation-duration: 0.001s; animation-name: insQ_103; color: rgb(51, 51, 51); font-size: 12px; line-height: 15px; font-family: ;"&gt;
                  &lt;BR /&gt;
                 &lt;/DIV&gt;
                 &lt;DIV id="isPasted" style="overflow-wrap: break-word; animation-duration: 0.001s; animation-name: insQ_103; color: rgb(51, 51, 51); font-size: 12px; line-height: 15px; font-family: ;"&gt;
                  &lt;DIV style="clear: both; overflow-wrap: break-word;"&gt;
                   &lt;DIV style="overflow-wrap: break-word; animation-duration: 0.001s; animation-name: insQ_103; color: rgb(51, 51, 51); font-size: 12px; line-height: 15px; font-family: ;"&gt;
                    &lt;DIV style="clear: both; overflow-wrap: break-word;"&gt;
                     &lt;DIV style="overflow-wrap: break-word; animation-duration: 0.001s; animation-name: insQ_103; color: rgb(51, 51, 51); font-size: 12px; line-height: 15px; font-family: ;"&gt;
                      &lt;DIV style="clear: both; overflow-wrap: break-word;"&gt;
                       &lt;DIV style="overflow-wrap: break-word; animation-duration: 0.001s; animation-name: insQ_103; color: rgb(51, 51, 51); font-size: 12px; line-height: 15px; font-family: ;"&gt;
                        &lt;DIV style="clear: both; overflow-wrap: break-word;"&gt;
                         &lt;DIV style="clear: both; overflow-wrap: break-word;"&gt;
                          &lt;DIV style="overflow-wrap: break-word; animation-duration: 0.001s; animation-name: insQ_103; color: rgb(51, 51, 51); font-size: 12px; line-height: 15px; font-family: ;"&gt;
                           &lt;DIV style="clear: both; overflow-wrap: break-word;"&gt;
                            &lt;DIV style="overflow-wrap: break-word; animation-duration: 0.001s; animation-name: insQ_103; color: rgb(51, 51, 51); font-size: 12px; line-height: 15px; font-family: ;"&gt;
                             &lt;DIV style="clear: both; overflow-wrap: break-word;"&gt;
                              &lt;DIV style="clear: both; overflow-wrap: break-word;"&gt;
                               &lt;DIV style="overflow-wrap: break-word; animation-duration: 0.001s; animation-name: insQ_103; color: rgb(51, 51, 51); font-size: 12px; line-height: 15px; font-family: ;"&gt;
                                &lt;DIV style="clear: both; overflow-wrap: break-word;"&gt;
                                 &lt;DIV style="overflow-wrap: break-word; animation-duration: 0.001s; animation-name: insQ_103; color: rgb(51, 51, 51); font-size: 12px; line-height: 15px; font-family: ;"&gt;
                                  &lt;DIV style="clear: both; overflow-wrap: break-word;"&gt;
                                   &lt;BR /&gt;
                                  &lt;/DIV&gt;
                                 &lt;/DIV&gt;
                                &lt;/DIV&gt;
                               &lt;/DIV&gt;
                              &lt;/DIV&gt;
                             &lt;/DIV&gt;
                            &lt;/DIV&gt;
                           &lt;/DIV&gt;
                          &lt;/DIV&gt;
                         &lt;/DIV&gt;
                        &lt;/DIV&gt;
                       &lt;/DIV&gt;
                      &lt;/DIV&gt;
                     &lt;/DIV&gt;
                    &lt;/DIV&gt;
                   &lt;/DIV&gt;
                  &lt;/DIV&gt;
                 &lt;/DIV&gt;
                &lt;/DIV&gt;
                &lt;DIV style="clear: both; overflow-wrap: break-word;"&gt;
                 &lt;DIV id="isPasted" style="overflow-wrap: break-word; animation-duration: 0.001s; animation-name: insQ_103; color: rgb(51, 51, 51); font-size: 12px; line-height: 15px; font-family: ;"&gt;
                  &lt;DIV style="clear: both; overflow-wrap: break-word;"&gt;
                   &lt;DIV id="isPasted" style="overflow-wrap: break-word; animation-duration: 0.001s; animation-name: insQ_103; color: rgb(51, 51, 51); font-size: 12px; line-height: 15px; font-family: ;"&gt;
                    &lt;DIV style="clear: both; overflow-wrap: break-word;"&gt;
                     &lt;DIV style="clear: both; overflow-wrap: break-word;"&gt;
                      &lt;BR /&gt;
                     &lt;/DIV&gt;
                    &lt;/DIV&gt;
                   &lt;/DIV&gt;
                  &lt;/DIV&gt;
                 &lt;/DIV&gt;
                &lt;/DIV&gt;
                &lt;BR /&gt;
               &lt;/DIV&gt;
              &lt;/DIV&gt;
             &lt;/DIV&gt;
            &lt;/DIV&gt;
           &lt;/DIV&gt;
           &lt;BR /&gt;
          &lt;/DIV&gt;
         &lt;/DIV&gt;
        &lt;/DIV&gt;
       &lt;/DIV&gt;
      &lt;/DIV&gt;
     &lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;
  &lt;/DIV&gt;
 &lt;/DIV&gt;
 &lt;DIV style="display: inline-block; font-size: 12px; color: rgb(51, 51, 51); font-family: ;"&gt;
  &lt;BR /&gt;
 &lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 15 Aug 2023 12:55:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571044#M71327</guid>
      <dc:creator>kkkk</dc:creator>
      <dc:date>2023-08-15T12:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: AGV pick up finished item when pass by processor</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571045#M71328</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;I think you need to do some tutorials to understand how process flows, task executers and AGVs work.   Use your academic institution's course notes or the online tutorials.&lt;/P&gt;&lt;P&gt;You have two travel tasks after the split which will both issue a job to the AGV&lt;EM&gt; at the same time&lt;/EM&gt;.    The sequence by which it undertakes them is probably based on the connection rank which is not ideal - with the other task getting queued until the parallel task is complete.  Step through the model and look at the tokens and consider if what you have is correct.&lt;/P&gt;&lt;P&gt;Also you still have exceptions at the decision point 'if AGV has item'.&lt;/P&gt;&lt;P&gt;We strongly encourage students to research, experiment  and test,  and are happy to offer guidance when they get stuck.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 15 Aug 2023 13:48:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571045#M71328</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-08-15T13:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: AGV pick up finished item when pass by processor</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571046#M71329</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;SPAN style="font-size: 14px; font-family: ;"&gt;Hi~ I already fixed my model&lt;/SPAN&gt;&lt;SPAN style="font-size: 14px; font-family: ;"&gt;: &lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/72745-test-v3.fsm" target="_blank"&gt;test_v3.fsm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
 &lt;P&gt;&lt;SPAN style="font-size: 14px; font-family: ;"&gt;For now, I used these variables to represent different status (for example if p1 == 1 it means AGV has went to processor1 to take finished item back)&lt;/SPAN&gt;&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1692280190711.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1518983i5685845FCDCABD29/image-size/large?v=v2&amp;amp;px=999" role="button" title="1692280190711.png" alt="1692280190711.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;SPAN style="font-size: 14px; font-family: ;"&gt;it will run according to my settings as I mentioned above except when &lt;/SPAN&gt;&lt;SPAN id="isPasted" style="color: rgb(51, 51, 51); font-size: 14px; font-family: ;"&gt;AGV sent the item to a random processor and the same processor also have item to take to sink. I have no idea why the AGV will pick up the item at source (the item which should be taken from the processor's unloading port will just disappear) instead of pick up at the processor's unloading port (this situation only happens when the processor the AGV sent item from source also has item to pick up and sent to sink) .&lt;/SPAN&gt;&lt;/P&gt;
 &lt;P&gt;&lt;SPAN id="isPasted" style="font-size: 14px; font-family: ;"&gt;Hope to get some suggestions, thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 17 Aug 2023 14:02:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571046#M71329</guid>
      <dc:creator>kkkk</dc:creator>
      <dc:date>2023-08-17T14:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: AGV pick up finished item when pass by processor</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571047#M71330</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Your model upload was not successful - please try again. Also, you can help us find your next point of concern quickly by telling us the event time and objects with which it occurs.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 17 Aug 2023 14:52:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571047#M71330</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-08-17T14:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: AGV pick up finished item when pass by processor</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571048#M71331</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;I've reuploaded my model! &lt;/SPAN&gt;&lt;SPAN id="isPasted" style="color: rgb(51, 51, 51); font-family: "&gt;And the event time is from about 190-220 , thanks!&lt;/SPAN&gt;&lt;/P&gt;
 &lt;P&gt;&lt;SPAN id="isPasted"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1692290522346.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1518989i2A03AD3FF6C17173/image-size/large?v=v2&amp;amp;px=999" role="button" title="1692290522346.png" alt="1692290522346.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 17 Aug 2023 16:42:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571048#M71331</guid>
      <dc:creator>kkkk</dc:creator>
      <dc:date>2023-08-17T16:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: AGV pick up finished item when pass by processor</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571049#M71332</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Looks like it was a bad activity connection.  I added some delays (zero time) so that you can more easily step through the model to check what's happening (and tidied up the process flow layout).&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/72758-test-v3-jl.fsm" target="_blank"&gt;test-v3_jl.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 17 Aug 2023 18:22:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571049#M71332</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-08-17T18:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: AGV pick up finished item when pass by processor</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571050#M71333</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Thank you very much! It looks more neat now!&lt;/P&gt;
 &lt;P&gt;However, after I run the model you provided, the AGV will be stuck at the time of 185 and doesn't move anymore, not sure what cause this situation&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1692297135377.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1518991i0E1792489E201705/image-size/large?v=v2&amp;amp;px=999" role="button" title="1692297135377.png" alt="1692297135377.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 17 Aug 2023 18:33:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571050#M71333</guid>
      <dc:creator>kkkk</dc:creator>
      <dc:date>2023-08-17T18:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: AGV pick up finished item when pass by processor</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571051#M71334</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;It's got a stop time so that you can run fast to that point, slow it down and run again, or press step to see the token move through the activities.&lt;/DIV&gt;</description>
      <pubDate>Thu, 17 Aug 2023 18:38:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571051#M71334</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-08-17T18:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: AGV pick up finished item when pass by processor</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571052#M71335</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;But I've already turn the run speed to maximum and it was still stuck at that point~&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 17 Aug 2023 18:41:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571052#M71335</guid>
      <dc:creator>kkkk</dc:creator>
      <dc:date>2023-08-17T18:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: AGV pick up finished item when pass by processor</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571053#M71336</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Remove the stop time or press run again (without reset) when it reaches that time.&lt;/DIV&gt;</description>
      <pubDate>Thu, 17 Aug 2023 20:06:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571053#M71336</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-08-17T20:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: AGV pick up finished item when pass by processor</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571054#M71337</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/226/jason.l.html" nodeid="226"&gt;@Jason Lightfoot&lt;/A&gt; After I press the run it works! Can I ask why it will stop at that point and have to press run to let the AGV move again?&lt;/P&gt;By the way, I discovered that around time 300-340, the problem I mentioned will occur again but this time is among different processors, is it because of the delay activity?
&lt;/DIV&gt;</description>
      <pubDate>Fri, 18 Aug 2023 05:34:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571054#M71337</guid>
      <dc:creator>kkkk</dc:creator>
      <dc:date>2023-08-18T05:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: AGV pick up finished item when pass by processor</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571055#M71338</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;As I said above:&lt;/P&gt;&lt;P&gt;It stops at that time because I told it to:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1692340794977.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1518993iC947FC639D931FB3/image-size/large?v=v2&amp;amp;px=999" role="button" title="1692340794977.png" alt="1692340794977.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Why did I tell it to? So that I can fast run to the point of interest and then step through the process to see what's happening.&lt;/P&gt;&lt;P&gt;How do you step through the process? You press the Step button in the run control panel.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Image.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1520167i201CA703F7AB3EF8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image.png" alt="Image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It's happening again, why? Check your model connections by stepping through and see where the token is skipping travel tasks and going directly to the load task.&lt;/P&gt;&lt;P&gt;Is it because of the delays? No.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We take the time to try and help you with the specifics of your model, so we ask you to take the time as a student to read the answers given and where something is new/unknown to you, try to find it in your course notes or the &lt;A rel="noopener noreferrer" href="https://docs.flexsim.com/en/23.2/Introduction/Welcome/Welcome.html" target="_blank"&gt;online documentation&lt;/A&gt;, rather than repeat the same question back to us.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 18 Aug 2023 06:46:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571055#M71338</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-08-18T06:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: AGV pick up finished item when pass by processor</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571056#M71339</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/43042/kkkk.html" nodeid="43042"&gt;@kkkk&lt;/A&gt;, was our 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 comment back to reopen your question.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Aug 2023 12:35:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-pick-up-finished-item-when-pass-by-processor/m-p/13571056#M71339</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-08-23T12:35:37Z</dc:date>
    </item>
  </channel>
</rss>

