<?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: AMR double deep task assignment in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/amr-double-deep-task-assignment/m-p/13539477#M46621</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;Hello &lt;A rel="user" href="https://answers.flexsim.com/users/42546/kathlam.html" nodeid="42546"&gt;@Lam0012&lt;/A&gt;, I am not convinced, that in reality an involved robot is calling another robot to assist him. I think it is more a control unit that manages both robots, because how should a plc know that a product is blocked by another product. This said, you will dispatch first a tasksequence to redirect the blocking product and simultaneously a tasksequence to let wait a second robot in near distance. When blocking product is away, you let a waiting robot finishing his transport job. &lt;/DIV&gt;</description>
    <pubDate>Thu, 26 Jan 2023 06:37:00 GMT</pubDate>
    <dc:creator>joerg_vogel_HsH</dc:creator>
    <dc:date>2023-01-26T06:37:00Z</dc:date>
    <item>
      <title>AMR double deep task assignment</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/amr-double-deep-task-assignment/m-p/13539476#M46620</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 21.1.5 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hello, I am trying to pick the inner container for the double deep layer. May I know how to make it? I want to call another robot to transport the rack at the front. This rack will be loaded by another robot and will be deliver to its original position by travelling 1 round path. So that the inner rack can be take out. But I don't know how to call another robot by a robot. Thank you.&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/63535-amr-double-deep.fsm" target="_blank"&gt;AMR double deep .fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 26 Jan 2023 05:07:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/amr-double-deep-task-assignment/m-p/13539476#M46620</guid>
      <dc:creator>KathLam</dc:creator>
      <dc:date>2023-01-26T05:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: AMR double deep task assignment</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/amr-double-deep-task-assignment/m-p/13539477#M46621</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Hello &lt;A rel="user" href="https://answers.flexsim.com/users/42546/kathlam.html" nodeid="42546"&gt;@Lam0012&lt;/A&gt;, I am not convinced, that in reality an involved robot is calling another robot to assist him. I think it is more a control unit that manages both robots, because how should a plc know that a product is blocked by another product. This said, you will dispatch first a tasksequence to redirect the blocking product and simultaneously a tasksequence to let wait a second robot in near distance. When blocking product is away, you let a waiting robot finishing his transport job. &lt;/DIV&gt;</description>
      <pubDate>Thu, 26 Jan 2023 06:37:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/amr-double-deep-task-assignment/m-p/13539477#M46621</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2023-01-26T06:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: AMR double deep task assignment</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/amr-double-deep-task-assignment/m-p/13539478#M46622</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;To "acquire" a second robot you can utilize the same structure that the stations use: The first robot's token pushes itself to the cart request list so it can be pulled by another available cart. You just need to differentiate between the cases of the cart pulling a station's token or a robot's token. This could be done by using a shared label with different values that identify the token as either belonging to a station of a robot. &lt;/P&gt;&lt;P&gt;If a robot's token is pulled, the pulling token doesn't initiate any actions by itself but simply waits until the other token (the one of the first robot) is done with the synchronized sequence of tasks. The attached model contains an example of this. (The case of acquiring a second robot only keeps the robots occupied for some time without actually doing anything. The model is only meant to demonstrate how to use a second robot)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1674724905503.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1515009iC28E4AEDE90A42F9/image-size/large?v=v2&amp;amp;px=999" role="button" title="1674724905503.png" alt="1674724905503.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Other things you will have to think about to get the process to work:&lt;/P&gt;&lt;P&gt;- How to identify if the item is placed in a middle slot that might be blocked (the attached model uses slot labels for this)&lt;/P&gt;&lt;P&gt;- How to check whether the item is actually blocked&lt;BR /&gt;    - Possibly by keeping a reference of each neighbouring slot for the middle slots&lt;/P&gt;&lt;P&gt;- How to determine where the second robot is taking the blocking item (easiert solution might be temporary waiting spots at the side of the grid, so they can't block other robots while they wait for the actual request to be fulfilled)&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/63537-amr-double-deep-mockup.fsm" target="_blank"&gt;amr-double-deep_mockup.fsm&lt;/A&gt; &lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 26 Jan 2023 09:23:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/amr-double-deep-task-assignment/m-p/13539478#M46622</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2023-01-26T09:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: AMR double deep task assignment</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/amr-double-deep-task-assignment/m-p/13539479#M46623</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Thanks for your advice. I will try it.
&lt;/DIV&gt;</description>
      <pubDate>Fri, 27 Jan 2023 15:40:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/amr-double-deep-task-assignment/m-p/13539479#M46623</guid>
      <dc:creator>KathLam</dc:creator>
      <dc:date>2023-01-27T15:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: AMR double deep task assignment</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/amr-double-deep-task-assignment/m-p/13539480#M46624</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Thank you for your help. But I still cannot fix the problem that you have mentioned.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sat, 28 Jan 2023 07:29:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/amr-double-deep-task-assignment/m-p/13539480#M46624</guid>
      <dc:creator>KathLam</dc:creator>
      <dc:date>2023-01-28T07:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: AMR double deep task assignment</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/amr-double-deep-task-assignment/m-p/13539481#M46625</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;I updated the model to also contain an example of how to check if a slot is actually blocked or not. The code in the script window is executed once at the start of the simulation (see top left corner of AMR Process Flow). It writes references to the two neighbouring slots onto labels for each middle slot (slots where the "TwoDeep" label is 1).&lt;/P&gt;&lt;P&gt;These references are then used to check if the neighbouring slots contain items in the Decide activity marked orange.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/63592-amr-double-deep-mockup-2.fsm" target="_blank"&gt;amr-double-deep-mockup-2.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 30 Jan 2023 07:37:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/amr-double-deep-task-assignment/m-p/13539481#M46625</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2023-01-30T07:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: AMR double deep task assignment</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/amr-double-deep-task-assignment/m-p/13539482#M46626</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 That's great, it's really helpful. Thank you. 
&lt;/DIV&gt;</description>
      <pubDate>Mon, 30 Jan 2023 13:49:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/amr-double-deep-task-assignment/m-p/13539482#M46626</guid>
      <dc:creator>KathLam</dc:creator>
      <dc:date>2023-01-30T13:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: AMR double deep task assignment</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/amr-double-deep-task-assignment/m-p/13539483#M46627</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P id="isPasted"&gt;Hello,&lt;/P&gt;
 &lt;P&gt;I am trying to modify my model to use data coming from an Excel file. The file contains columns for &lt;STRONG&gt;OrderID&lt;/STRONG&gt;, &lt;STRONG&gt;OrderLine&lt;/STRONG&gt;, &lt;STRONG&gt;SKU&lt;/STRONG&gt;, &lt;STRONG&gt;Quantity&lt;/STRONG&gt;, and &lt;STRONG&gt;Time&lt;/STRONG&gt;. I have already created a &lt;STRONG&gt;Global Table&lt;/STRONG&gt; in FlexSim named &lt;CODE&gt;OrderTable&lt;/CODE&gt; for this Excel file and added a &lt;STRONG&gt;Scheduled Source&lt;/STRONG&gt; to generate orders. However, the process is not straightforward, and I need some guidance. Also, How I can Attribute an &lt;STRONG&gt;initial inventory&lt;/STRONG&gt; to carts in the model and visually display the parts/items stored in these carts.&lt;/P&gt;
 &lt;P&gt;How I can Include &lt;STRONG&gt;charge stations&lt;/STRONG&gt; for robots and integrate them into the workflow.&lt;/P&gt;
 &lt;P&gt;I would appreciate any detailed instructions or examples you can provide to help me implement these features.&lt;/P&gt;
 &lt;P&gt;Thank you in advance for your help!&lt;/P&gt;
 &lt;P&gt;Best regards&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 05 Dec 2024 14:26:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/amr-double-deep-task-assignment/m-p/13539483#M46627</guid>
      <dc:creator>elnaz_asadollahi</dc:creator>
      <dc:date>2024-12-05T14:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: AMR double deep task assignment</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/amr-double-deep-task-assignment/m-p/13539484#M46628</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/44599/asadollahi.html" nodeid="44599"&gt;@elnazASD&lt;/A&gt;, please make a new post to ask your questions.&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Dec 2024 16:40:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/amr-double-deep-task-assignment/m-p/13539484#M46628</guid>
      <dc:creator>logan_gold</dc:creator>
      <dc:date>2024-12-13T16:40:25Z</dc:date>
    </item>
  </channel>
</rss>

