<?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 Not Able To Detach Trailer After AGV Custom Travel Activity in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/not-able-to-detach-trailer-after-agv-custom-travel-activity/m-p/13505078#M19329</link>
    <description>&lt;P&gt;&lt;I&gt;[ FlexSim 20.1.3 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi Support,&lt;/P&gt;&lt;P&gt;I am not able to detach the trailer from the driver after the agv custom travel before the driver goes back to the home location using the normal travel activity. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="31183-1595422411517.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1503092iFB4856D52145C626/image-size/large?v=v2&amp;amp;px=999" role="button" title="31183-1595422411517.png" alt="31183-1595422411517.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Also attaching the sample model for reference. &lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/31184-agv1.fsm" target="_blank"&gt;agv1.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun KR&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 22 Jul 2020 12:58:22 GMT</pubDate>
    <dc:creator>arunTTT2P</dc:creator>
    <dc:date>2020-07-22T12:58:22Z</dc:date>
    <item>
      <title>Not Able To Detach Trailer After AGV Custom Travel Activity</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/not-able-to-detach-trailer-after-agv-custom-travel-activity/m-p/13505078#M19329</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 20.1.3 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi Support,&lt;/P&gt;&lt;P&gt;I am not able to detach the trailer from the driver after the agv custom travel before the driver goes back to the home location using the normal travel activity. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="31183-1595422411517.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1503092iFB4856D52145C626/image-size/large?v=v2&amp;amp;px=999" role="button" title="31183-1595422411517.png" alt="31183-1595422411517.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Also attaching the sample model for reference. &lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/31184-agv1.fsm" target="_blank"&gt;agv1.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun KR&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 22 Jul 2020 12:58:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/not-able-to-detach-trailer-after-agv-custom-travel-activity/m-p/13505078#M19329</guid>
      <dc:creator>arunTTT2P</dc:creator>
      <dc:date>2020-07-22T12:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Not Able To Detach Trailer After AGV Custom Travel Activity</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/not-able-to-detach-trailer-after-agv-custom-travel-activity/m-p/13505079#M19330</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;After you have detached a trailer, you must move the object into another container like the model.&lt;/P&gt;&lt;P&gt;following &lt;EM&gt;custom code&lt;/EM&gt; activity source code.&lt;/P&gt;&lt;PRE&gt;treenode item = token.item;
Object itemObj = item;
treenode traveler = Model.find("TaskExecuter1");
Object travelerObj = traveler;
Vec3 curLoc =itemObj.location.project(traveler,model())
transfernode(item,model());
itemObj.location = curLoc;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 22 Jul 2020 13:20:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/not-able-to-detach-trailer-after-agv-custom-travel-activity/m-p/13505079#M19330</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2020-07-22T13:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Not Able To Detach Trailer After AGV Custom Travel Activity</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/not-able-to-detach-trailer-after-agv-custom-travel-activity/m-p/13505080#M19331</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;attached modified file:&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/temp/31177-agv1-ak-jv.fsm" target="_blank"&gt;agv1_AK_JV.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 22 Jul 2020 13:33:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/not-able-to-detach-trailer-after-agv-custom-travel-activity/m-p/13505080#M19331</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2020-07-22T13:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Not Able To Detach Trailer After AGV Custom Travel Activity</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/not-able-to-detach-trailer-after-agv-custom-travel-activity/m-p/13505081#M19332</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Thanks for the quick reply and it's working. &lt;/P&gt;&lt;P&gt; But if we have the item first placed on the model, then perform an attach followed by a detach. The item will be placed on the new location as per the trailer's offset position. How is the item transfer taking place in this case, without using the above-mentioned custom code? Is this a bug? Pls, see the attached model.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/temp/31178-agv1.fsm" target="_blank"&gt;agv1.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun KR&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 22 Jul 2020 14:00:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/not-able-to-detach-trailer-after-agv-custom-travel-activity/m-p/13505081#M19332</guid>
      <dc:creator>arunTTT2P</dc:creator>
      <dc:date>2020-07-22T14:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Not Able To Detach Trailer After AGV Custom Travel Activity</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/not-able-to-detach-trailer-after-agv-custom-travel-activity/m-p/13505082#M19333</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;It is more a matter of the container for the item. In your second example the attached item stays as a subnode at the control point 3. While you inserts the item inside a taskexecuter, the items stays as a subnode at the taskexecuter. The detach method has got parts included which keeps the current location in model and project it to the current container. If you want to check the behavior yourself, look into the tree where the item is a subnode of.     &lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 22 Jul 2020 14:44:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/not-able-to-detach-trailer-after-agv-custom-travel-activity/m-p/13505082#M19333</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2020-07-22T14:44:33Z</dc:date>
    </item>
  </channel>
</rss>

