<?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 system quetion in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/amr-system-quetion/m-p/14050098#M100346</link>
    <description>&lt;P&gt;I want to write the model in a similar way, but it seems that many tags and other features cannot be satisfied...&lt;/P&gt;</description>
    <pubDate>Wed, 11 Mar 2026 05:40:23 GMT</pubDate>
    <dc:creator>a4225283</dc:creator>
    <dc:date>2026-03-11T05:40:23Z</dc:date>
    <item>
      <title>amr system quetion</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/amr-system-quetion/m-p/14048737#M100325</link>
      <description>&lt;P&gt;I want to combine some logic from A* with AGV path. It's a very simple example, but I need to use A* to help me calculate distances. So how can I use PowerFlow to implement this functionality? (For example, using a task list and customizing the pickup and drop-off locations.) Without relying on A* connections.&lt;/P&gt;&lt;DIV class=""&gt;What I want to do is simple: after the machine finishes processing, it's sent to the PORT (Q), and then the downstream machine's PORT is retrieved using a task list to complete the assignment and transport. However, I'm a bit unsure how to integrate these two modeling methods.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 612px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1624510iF992FBCBD9581123/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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I want to do is simple: after the machine finishes processing, it's sent to the PORT (Q), and then the downstream machine's PORT is retrieved using a task list to complete the assignment and transport. However, I'm a bit unsure how to integrate these two modeling methods.&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 10 Mar 2026 06:46:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/amr-system-quetion/m-p/14048737#M100325</guid>
      <dc:creator>a4225283</dc:creator>
      <dc:date>2026-03-10T06:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: amr system quetion</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/amr-system-quetion/m-p/14048892#M100332</link>
      <description>&lt;P&gt;The items need to actually be send somewhere for the Use Transport field to get executed and push the item to the work list. Either through port connections or by pushing them to a (separate) list and having the other queues pull them.&lt;/P&gt;&lt;P&gt;Ultimately it doesn't matter how the items end up on the work list, just that they have a destination label set when that happens. So the push could also be done in object triggers or Process Flow.&lt;/P&gt;&lt;P&gt;Rather than using an extra object to denote the load/unload location of an object I would write coordinates to a label on the object and use those.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2026 08:20:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/amr-system-quetion/m-p/14048892#M100332</guid>
      <dc:creator>FelixMoehlmann</dc:creator>
      <dc:date>2026-03-10T08:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: amr system quetion</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/amr-system-quetion/m-p/14048913#M100333</link>
      <description>&lt;P&gt;I know this approach can be used, but I need to handle some more complex production line logic, so I prefer to use a list approach. Also, since there might be multiple destination options, I'd like to use a list approach for that as well.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2026 08:27:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/amr-system-quetion/m-p/14048913#M100333</guid>
      <dc:creator>a4225283</dc:creator>
      <dc:date>2026-03-10T08:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: amr system quetion</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/amr-system-quetion/m-p/14048972#M100336</link>
      <description>&lt;P&gt;Like I said, you can of course first push the item to another list and have it be pulled by the receiving objects. Or an Event-Triggered Source in a Process Flow creates a token for each item when it becomes available and the token then runs through a decision logic that determines where it should be send.&lt;/P&gt;&lt;P&gt;There are many options to model this and which one is 'best' will depend on the requirements and personal preference. Having objects pull from a list is probably the simplest. But dynamic priorities would be better handled by a centralized logic that first looks at the state/content/forecast of all involved objects before making a decision.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2026 08:54:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/amr-system-quetion/m-p/14048972#M100336</guid>
      <dc:creator>FelixMoehlmann</dc:creator>
      <dc:date>2026-03-10T08:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: amr system quetion</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/amr-system-quetion/m-p/14050095#M100345</link>
      <description>&lt;P&gt;I'd like to ask how the destination labels are designed, and also, how do I execute the "assign label" task to complete the progress checklist?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2026 05:21:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/amr-system-quetion/m-p/14050095#M100345</guid>
      <dc:creator>a4225283</dc:creator>
      <dc:date>2026-03-11T05:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: amr system quetion</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/amr-system-quetion/m-p/14050098#M100346</link>
      <description>&lt;P&gt;I want to write the model in a similar way, but it seems that many tags and other features cannot be satisfied...&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2026 05:40:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/amr-system-quetion/m-p/14050098#M100346</guid>
      <dc:creator>a4225283</dc:creator>
      <dc:date>2026-03-11T05:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: amr system quetion</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/amr-system-quetion/m-p/14050289#M100350</link>
      <description>&lt;P&gt;When the item is pushed to the list in the "Use Transport" field the destination label is written to it (as well as "preempt" and "priority", but those are not strictly necessary). If you don't use that option, you need to add the "destination" label somewhere else. In the example this could be done at the same time as the "Type" label is set. How/where this is done in the final model will depend on what decision logic needs to be applied.&lt;/P&gt;&lt;P&gt;Pushing the items to the "SendList" first and having the other queues pull them, add the label and then put them on the WorkList would be one possible approach.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-03-11 093545.png" style="width: 294px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1624885i7DFCD13EAA953DAC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-03-11 093545.png" alt="Screenshot 2026-03-11 093545.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2026 08:44:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/amr-system-quetion/m-p/14050289#M100350</guid>
      <dc:creator>FelixMoehlmann</dc:creator>
      <dc:date>2026-03-11T08:44:02Z</dc:date>
    </item>
  </channel>
</rss>

