<?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 Synchronized cranes not traveling to the correct position in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/synchronized-cranes-not-traveling-to-the-correct-position/m-p/13526227#M36008</link>
    <description>&lt;P&gt;&lt;I&gt;[ FlexSim 22.2.1 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;I'm trying to learn how to synchronize task executers. I've created a simple model in which three cranes are to work together every time a heavy box is created in the “LargeQueue”. They should pick up the box and deliver it to either "ProcessorA" or "ProcessorB". Using process flow, I've got most things to work except that the cranes, prior to the load task, position themselves of center from the queue that holds the heavy box. Also, when they unload the heavy box at a processor they also position themselves of center from the processor. I wouldn't mind this except that this behavior is forcing them to perform another repositioning whilst loading/unloading. Is there a way to correct this?&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/62414-synchronizedtaskexecuters-three-coordinated-cranes.fsm" target="_blank"&gt;SynchronizedTaskExecuters_Three_coordinated_Cranes.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 21 Dec 2022 12:55:22 GMT</pubDate>
    <dc:creator>peter_w8</dc:creator>
    <dc:date>2022-12-21T12:55:22Z</dc:date>
    <item>
      <title>Synchronized cranes not traveling to the correct position</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/synchronized-cranes-not-traveling-to-the-correct-position/m-p/13526227#M36008</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 22.2.1 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;I'm trying to learn how to synchronize task executers. I've created a simple model in which three cranes are to work together every time a heavy box is created in the “LargeQueue”. They should pick up the box and deliver it to either "ProcessorA" or "ProcessorB". Using process flow, I've got most things to work except that the cranes, prior to the load task, position themselves of center from the queue that holds the heavy box. Also, when they unload the heavy box at a processor they also position themselves of center from the processor. I wouldn't mind this except that this behavior is forcing them to perform another repositioning whilst loading/unloading. Is there a way to correct this?&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/62414-synchronizedtaskexecuters-three-coordinated-cranes.fsm" target="_blank"&gt;SynchronizedTaskExecuters_Three_coordinated_Cranes.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 21 Dec 2022 12:55:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/synchronized-cranes-not-traveling-to-the-correct-position/m-p/13526227#M36008</guid>
      <dc:creator>peter_w8</dc:creator>
      <dc:date>2022-12-21T12:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronized cranes not traveling to the correct position</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/synchronized-cranes-not-traveling-to-the-correct-position/m-p/13526228#M36009</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Taskexecuters are on an offset travel while they load or unload. You will replace load and unload tasks by moveobject task. Then you can let travel previously your cranes by travel to location tasks to positions that will look like you want them to look.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 21 Dec 2022 15:36:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/synchronized-cranes-not-traveling-to-the-correct-position/m-p/13526228#M36009</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2022-12-21T15:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronized cranes not traveling to the correct position</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/synchronized-cranes-not-traveling-to-the-correct-position/m-p/13526229#M36010</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;You can just disable travel offsets for load/unload unload tasks before the heavy tasks with &lt;/P&gt;&lt;PRE&gt;token.MainCrane.setProperty("OffsetTravel",OFFSET_NONE)&lt;/PRE&gt;&lt;P&gt;and re-enable it for the standard tasks with &lt;/P&gt;&lt;PRE&gt;token.Crane.setProperty("OffsetTravel",OFFSET_BY_TE_LOGIC)&lt;/PRE&gt;&lt;P&gt;Model attached.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/62424-synchronizedtaskexecuters-three-coordinated-cranes.fsm" target="_blank"&gt;synchronizedtaskexecuters-three-coordinated-cranes_jl.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 Dec 2022 00:06:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/synchronized-cranes-not-traveling-to-the-correct-position/m-p/13526229#M36010</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2022-12-22T00:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronized cranes not traveling to the correct position</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/synchronized-cranes-not-traveling-to-the-correct-position/m-p/13526230#M36011</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Thanks for your help! One question though, If I would use your solution, how would that impact statistics (state) for the cranes? I guess that since I wouldn't use load/unload those states would not be visible in the state chart?&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 Dec 2022 06:26:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/synchronized-cranes-not-traveling-to-the-correct-position/m-p/13526230#M36011</guid>
      <dc:creator>peter_w8</dc:creator>
      <dc:date>2022-12-22T06:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronized cranes not traveling to the correct position</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/synchronized-cranes-not-traveling-to-the-correct-position/m-p/13526231#M36012</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Thanks Jason, your a rock as always!
&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 Dec 2022 06:26:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/synchronized-cranes-not-traveling-to-the-correct-position/m-p/13526231#M36012</guid>
      <dc:creator>peter_w8</dc:creator>
      <dc:date>2022-12-22T06:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronized cranes not traveling to the correct position</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/synchronized-cranes-not-traveling-to-the-correct-position/m-p/13526232#M36013</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;That is correct. You can add delay tasks to replace this. There you can set a parameter for a state number. And the statistic is updated.&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 Dec 2022 09:03:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/synchronized-cranes-not-traveling-to-the-correct-position/m-p/13526232#M36013</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2022-12-22T09:03:17Z</dc:date>
    </item>
  </channel>
</rss>

