<?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: Can't Load from queue using AGV in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/can-t-load-from-queue-using-agv/m-p/13595263#M90188</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hey &lt;A rel="user" href="https://answers.flexsim.com/users/43525/mxhdifs.html" nodeid="43525"&gt;@Mehdi&lt;/A&gt;, several things to help your model.&lt;/P&gt;&lt;P&gt;First, resolve all exceptions you're getting. If you have an exception, it means that something is &lt;EM&gt;broken&lt;/EM&gt;. You have two main errors.&lt;/P&gt;&lt;P&gt;Firstly, in your ProcessFlow, a Create Object activity got a bad return character somehow.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1702657939034.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1521519i38FAA4A4CA14B1FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="1702657939034.png" alt="1702657939034.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Go into the Create Object properties:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1702657968165.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1521520iA9BA532F42E5BEEA/image-size/large?v=v2&amp;amp;px=999" role="button" title="1702657968165.png" alt="1702657968165.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And at the end of the code, remove the new line character and add some new ones (backspace till you get to the code, then hit enter a couple times):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1702657994374.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1521521i272CDA649C854B9D/image-size/large?v=v2&amp;amp;px=999" role="button" title="1702657994374.png" alt="1702657994374.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Next, your Queue Déchargement Ecrous was not pointing to a Task Sequence List; make one:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1702658079959.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1521522iC31791D60CCC3277/image-size/large?v=v2&amp;amp;px=999" role="button" title="1702658079959.png" alt="1702658079959.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When running your model, your AGV gets stuck on the path. Make sure all paths are connected correctly. You can do so by right-clicking a path, going to Refresh Path Links, and clicking Entire Network.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1702658122460.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1521523i0C1AEDA914FEC5C9/image-size/large?v=v2&amp;amp;px=999" role="button" title="1702658122460.png" alt="1702658122460.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Finally, several things wrong with your ProcessFlow2 code where you're loading an item.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1702658161958.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1521524i9203B115DAD44898/image-size/large?v=v2&amp;amp;px=999" role="button" title="1702658161958.png" alt="1702658161958.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You have the Executer/Task Sequence set to item when it should be set to the &lt;STRONG&gt;AGV picking Executing the Load&lt;/STRONG&gt;. Also, you have the item being picked up as "token.item", but &lt;STRONG&gt;that isn't a label you've set on the token&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Fix these things first before proceeding.&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 15 Dec 2023 16:37:01 GMT</pubDate>
    <dc:creator>kavika_faleumu</dc:creator>
    <dc:date>2023-12-15T16:37:01Z</dc:date>
    <item>
      <title>Can't Load from queue using AGV</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/can-t-load-from-queue-using-agv/m-p/13595262#M90187</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 23.2.3 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hello,&lt;/P&gt;
 &lt;P&gt;I'm working on a school project and I found myself stuck when I wanted to pick up items from a queue using an AGV after an "Wait For Event" in my process flow. : &lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1702652304647.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1521525iF50FFF88A304128C/image-size/large?v=v2&amp;amp;px=999" role="button" title="1702652304647.png" alt="1702652304647.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1702652373861.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1521526i7B0479D8FE2D5D3B/image-size/large?v=v2&amp;amp;px=999" role="button" title="1702652373861.png" alt="1702652373861.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;My problem is when my AGV arrives in front of the queues, I can't make it load the items in there using the load command as it shows :&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1702652533739.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1521527i8E028377AB323320/image-size/large?v=v2&amp;amp;px=999" role="button" title="1702652533739.png" alt="1702652533739.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1702652518144.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1521529iE1AD786966A66ADF/image-size/large?v=v2&amp;amp;px=999" role="button" title="1702652518144.png" alt="1702652518144.png" /&gt;&lt;/span&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/77158-cantload.fsm" target="_blank"&gt;CantLoad.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;I just want to make my AGV pick up the items from the queues (the 6 ones on the left) and then travel. &lt;/P&gt;
 &lt;P&gt;Thanks a lot !&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 15 Dec 2023 15:03:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/can-t-load-from-queue-using-agv/m-p/13595262#M90187</guid>
      <dc:creator>MxhdiFS</dc:creator>
      <dc:date>2023-12-15T15:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can't Load from queue using AGV</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/can-t-load-from-queue-using-agv/m-p/13595263#M90188</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hey &lt;A rel="user" href="https://answers.flexsim.com/users/43525/mxhdifs.html" nodeid="43525"&gt;@Mehdi&lt;/A&gt;, several things to help your model.&lt;/P&gt;&lt;P&gt;First, resolve all exceptions you're getting. If you have an exception, it means that something is &lt;EM&gt;broken&lt;/EM&gt;. You have two main errors.&lt;/P&gt;&lt;P&gt;Firstly, in your ProcessFlow, a Create Object activity got a bad return character somehow.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1702657939034.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1521519i38FAA4A4CA14B1FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="1702657939034.png" alt="1702657939034.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Go into the Create Object properties:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1702657968165.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1521520iA9BA532F42E5BEEA/image-size/large?v=v2&amp;amp;px=999" role="button" title="1702657968165.png" alt="1702657968165.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And at the end of the code, remove the new line character and add some new ones (backspace till you get to the code, then hit enter a couple times):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1702657994374.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1521521i272CDA649C854B9D/image-size/large?v=v2&amp;amp;px=999" role="button" title="1702657994374.png" alt="1702657994374.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Next, your Queue Déchargement Ecrous was not pointing to a Task Sequence List; make one:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1702658079959.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1521522iC31791D60CCC3277/image-size/large?v=v2&amp;amp;px=999" role="button" title="1702658079959.png" alt="1702658079959.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When running your model, your AGV gets stuck on the path. Make sure all paths are connected correctly. You can do so by right-clicking a path, going to Refresh Path Links, and clicking Entire Network.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1702658122460.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1521523i0C1AEDA914FEC5C9/image-size/large?v=v2&amp;amp;px=999" role="button" title="1702658122460.png" alt="1702658122460.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Finally, several things wrong with your ProcessFlow2 code where you're loading an item.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1702658161958.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1521524i9203B115DAD44898/image-size/large?v=v2&amp;amp;px=999" role="button" title="1702658161958.png" alt="1702658161958.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You have the Executer/Task Sequence set to item when it should be set to the &lt;STRONG&gt;AGV picking Executing the Load&lt;/STRONG&gt;. Also, you have the item being picked up as "token.item", but &lt;STRONG&gt;that isn't a label you've set on the token&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Fix these things first before proceeding.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 15 Dec 2023 16:37:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/can-t-load-from-queue-using-agv/m-p/13595263#M90188</guid>
      <dc:creator>kavika_faleumu</dc:creator>
      <dc:date>2023-12-15T16:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can't Load from queue using AGV</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/can-t-load-from-queue-using-agv/m-p/13595264#M90189</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/43525/mxhdifs.html" nodeid="43525"&gt;@Mehdi&lt;/A&gt;, was Kavika F's 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, 20 Dec 2023 17:06:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/can-t-load-from-queue-using-agv/m-p/13595264#M90189</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-12-20T17:06:34Z</dc:date>
    </item>
  </channel>
</rss>

