<?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: All pallet move at a time on main line in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/all-pallet-move-at-a-time-on-main-line/m-p/13810933#M98132</link>
    <description>&lt;P&gt;All pallet move at a time on main line” seems to be a concept of synchronization and streamlined process. In the same way, &lt;STRONG&gt;NCERT Books VedaAcademy&lt;/STRONG&gt; ensures that all subjects, chapters, and study resources move together in a systematic flow for students. Just like pallets on the main line reach their destination without confusion, our online education platform helps learners access &lt;STRONG&gt;NCERT Books&lt;/STRONG&gt; in an organized manner, saving time and improving efficiency.&lt;/P&gt;&lt;P&gt;Visit for more info:&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Sep 2025 11:49:53 GMT</pubDate>
    <dc:creator>vedaaaccademy</dc:creator>
    <dc:date>2025-09-15T11:49:53Z</dc:date>
    <item>
      <title>All pallet move at a time on main line</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/all-pallet-move-at-a-time-on-main-line/m-p/13806051#M98094</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have applied one object process flow so that all pallets will move at a time. but model stuck after some time&lt;/P&gt;&lt;P&gt;I have applied previous answer logic here.&lt;/P&gt;&lt;P&gt;but here blue station is combining stations i did through process flow.&lt;/P&gt;&lt;P&gt;all working fine but once i applied logic to move all pallet at a time using object process flow then model stop.&lt;/P&gt;&lt;P&gt;please help me to find out the solution&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 08:43:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/all-pallet-move-at-a-time-on-main-line/m-p/13806051#M98094</guid>
      <dc:creator>tushar_hazare</dc:creator>
      <dc:date>2025-09-11T08:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: All pallet move at a time on main line</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/all-pallet-move-at-a-time-on-main-line/m-p/13806171#M98098</link>
      <description>&lt;P&gt;The "Wait until all stations done" activity is not linked to the list.&lt;/P&gt;&lt;P&gt;The logic that waits until all pallets can continue works (let's call it MAST (move at same time)) by waiting for the OnProcessFinish event of the stations. This means it doesn't work with the other logic in the model in two ways:&lt;/P&gt;&lt;P&gt;1. The stations where the items are loaded have a process time of 0. As far as the MAST logic is concerned, the pallets can immediately continue despite not having been loaded yet. To fix this, give both stations a tiny processing time and stop the stations instead of the items in the Process Flow that controls the loading.&lt;/P&gt;&lt;P&gt;2. Some stations only process every other item. The process event not firing means the MAST logic gets stuck. Change those stations to process every item and instead return 0 as the process time for every other item. The XYZ in the if-condition is either a 1 or a 0, depending on whether the first or second arriving item should be processed.&lt;/P&gt;&lt;LI-CODE lang="general"&gt;int counter = current.labels.assert("EOI_Counter", 0).value;
current.EOI_Counter += 1;
if(counter%2 == XYZ)
{
	return Table("Cycle time")[current.name][item.subnodes[1].Type];
}
return 0;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 10:28:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/all-pallet-move-at-a-time-on-main-line/m-p/13806171#M98098</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2025-09-11T10:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: All pallet move at a time on main line</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/all-pallet-move-at-a-time-on-main-line/m-p/13806314#M98099</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/17286793"&gt;@moehlmann_fe&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you so much for your quick support.&lt;/P&gt;&lt;P&gt;I applied what you said. 1. link list 2. CT 1 sec for station.&lt;/P&gt;&lt;P&gt;but some stations have logic which we not able to change because that logic i want as is it. like you explain in 2 point.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am sharing updated file but it's stuck at yellow color station&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 12:14:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/all-pallet-move-at-a-time-on-main-line/m-p/13806314#M98099</guid>
      <dc:creator>tushar_hazare</dc:creator>
      <dc:date>2025-09-11T12:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: All pallet move at a time on main line</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/all-pallet-move-at-a-time-on-main-line/m-p/13807577#M98105</link>
      <description>&lt;P&gt;What you didn't do is stopping the stations in the loading logic instead of the items.&lt;/P&gt;&lt;P&gt;And the logic of the other stations needs to be changed if you want to use the MAST logic with them. Whether the item is processed with a process time of 0 or not at all doesn't make any difference. The only thing that happens is that the stations triggers some additional events and enters the processing state for 0s.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 08:31:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/all-pallet-move-at-a-time-on-main-line/m-p/13807577#M98105</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2025-09-12T08:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: All pallet move at a time on main line</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/all-pallet-move-at-a-time-on-main-line/m-p/13807614#M98107</link>
      <description>&lt;P&gt;Shared model is also stop after few seconds???&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 09:04:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/all-pallet-move-at-a-time-on-main-line/m-p/13807614#M98107</guid>
      <dc:creator>tushar_hazare</dc:creator>
      <dc:date>2025-09-12T09:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: All pallet move at a time on main line</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/all-pallet-move-at-a-time-on-main-line/m-p/13807679#M98111</link>
      <description>&lt;P&gt;Sorry, I uploaded the wrong model.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 10:04:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/all-pallet-move-at-a-time-on-main-line/m-p/13807679#M98111</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2025-09-12T10:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: All pallet move at a time on main line</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/all-pallet-move-at-a-time-on-main-line/m-p/13810860#M98131</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/17286793"&gt;@moehlmann_fe&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You changed the yellow station logic and blue station logic.&lt;/P&gt;&lt;P&gt;But they are mandatary logic applied. do you have any other solution.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 10:43:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/all-pallet-move-at-a-time-on-main-line/m-p/13810860#M98131</guid>
      <dc:creator>tushar_hazare</dc:creator>
      <dc:date>2025-09-15T10:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: All pallet move at a time on main line</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/all-pallet-move-at-a-time-on-main-line/m-p/13810933#M98132</link>
      <description>&lt;P&gt;All pallet move at a time on main line” seems to be a concept of synchronization and streamlined process. In the same way, &lt;STRONG&gt;NCERT Books VedaAcademy&lt;/STRONG&gt; ensures that all subjects, chapters, and study resources move together in a systematic flow for students. Just like pallets on the main line reach their destination without confusion, our online education platform helps learners access &lt;STRONG&gt;NCERT Books&lt;/STRONG&gt; in an organized manner, saving time and improving efficiency.&lt;/P&gt;&lt;P&gt;Visit for more info:&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 11:49:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/all-pallet-move-at-a-time-on-main-line/m-p/13810933#M98132</guid>
      <dc:creator>vedaaaccademy</dc:creator>
      <dc:date>2025-09-15T11:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: All pallet move at a time on main line</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/all-pallet-move-at-a-time-on-main-line/m-p/13810963#M98133</link>
      <description>&lt;P&gt;I swapped the order in which the green stations process pallets by accident. Other than that I did not change how they function. In the attached model I deactivated the object to move all pallets at the same time and the resulting movements are the same as in the model you originally uploaded (also with the MAST logic deactivated).&lt;/P&gt;&lt;P&gt;Once the logic gets activated again it changes of course, as pallets wait at each station until all stations are also ready to continue. If that is not what you want then why do you try to implement that logic in the model?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 12:11:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/all-pallet-move-at-a-time-on-main-line/m-p/13810963#M98133</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2025-09-15T12:11:54Z</dc:date>
    </item>
  </channel>
</rss>

