<?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: scheduling in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/scheduling/m-p/13512851#M25537</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;I want to ask this question, is there an answer?&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Mon, 05 Dec 2022 07:51:22 GMT</pubDate>
    <dc:creator>a9080109</dc:creator>
    <dc:date>2022-12-05T07:51:22Z</dc:date>
    <item>
      <title>scheduling</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/scheduling/m-p/13512842#M25528</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;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/61319-1115.fsm" target="_blank"&gt;1115.fsm&lt;/A&gt; how can i dispatch this model usingshortest processing time and longest processing time,ERD(FCFS, ready time), ECT(ready time+processing time),Because my three products will be reflowed, for example, a machine will first process item1=0, and then reflow process item1=2, so how can the machine be ordered by processing time ASC before selecting item1=1 products in the SPT setting?&lt;SPAN style="color: rgb(65, 65, 65); font-family: sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt; I already have the processing time of each machine for three products in the global table,&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 24 Nov 2022 13:35:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/scheduling/m-p/13512842#M25528</guid>
      <dc:creator>diana4</dc:creator>
      <dc:date>2022-11-24T13:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: scheduling</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/scheduling/m-p/13512843#M25529</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;You can read table values in function for Process Time. You can assign label values at your items entering your processors. You read such labels to identify table row and column to get table cell value as your process time. If you compute your process time by different table cells you need more label values to get evaluated.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 25 Nov 2022 04:49:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/scheduling/m-p/13512843#M25529</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2022-11-25T04:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: scheduling</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/scheduling/m-p/13512844#M25530</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;SPAN style="color: rgb(51, 51, 51); font-family: ;"&gt;hi &lt;/SPAN&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/461/joerg.v.html" nodeid="461"&gt;@Joerg Vogel&lt;/A&gt;&lt;SPAN style="color: rgb(51, 51, 51); font-family: ;"&gt; thanks your answers, I have setting labels and identify table row and column,but i don't know how to set the setting in SPT and anthor rules, &lt;/SPAN&gt;&lt;SPAN style="color: rgb(51, 51, 51); font-family: ;"&gt;Because my three products will be reflowed, for example, a machine will first process item1=0, and then reflow process item1=2&lt;/SPAN&gt;&lt;SPAN style="color: rgb(51, 51, 51); font-family: ;"&gt; ,I want to Order by&lt;/SPAN&gt;&lt;SPAN style="font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; color: rgb(65, 65, 65); font-family: sans-serif; font-size: 15px; text-align: left; background-color: rgb(255, 255, 255); float: none; display: inline !important;"&gt; processtime ASC&lt;/SPAN&gt;&lt;SPAN style="color: rgb(51, 51, 51); font-family: ;"&gt; first ,and then&lt;/SPAN&gt;&lt;SPAN style="font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; color: rgb(65, 65, 65); font-family: sans-serif; font-size: 15px; text-align: left; background-color: rgb(255, 255, 255); float: none; display: inline !important;"&gt; select item=2&lt;/SPAN&gt;&lt;SPAN style="color: rgb(51, 51, 51); font-family: ;"&gt; ,how to write the code in Query of the Pull Strategy?&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 25 Nov 2022 06:35:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/scheduling/m-p/13512844#M25530</guid>
      <dc:creator>diana4</dc:creator>
      <dc:date>2022-11-25T06:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: scheduling</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/scheduling/m-p/13512845#M25531</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Put the expressions for ERD, ECT, SPT on the lists an when you pull you can say ORDER BY ..... ASC etc. Use the &lt;EM&gt;value &lt;/EM&gt;and &lt;EM&gt;puller &lt;/EM&gt;keywords in the expressions to refer to the jobs and resources (or vice versa)  to determine the ERD and ECT based on the jobs that you've already assigned to that resource. I'd keep a track of those use a resource label with array or map data.&lt;/P&gt;&lt;P&gt;Also - your model looks like it should be using Object Process Flows since there is much duplication.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 28 Nov 2022 13:48:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/scheduling/m-p/13512845#M25531</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2022-11-28T13:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: scheduling</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/scheduling/m-p/13512846#M25532</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Example model:&lt;/P&gt;&lt;P&gt;The two labels "NextProcessingTime" and "TotalPendingTime" are added in the On Creation trigger of the source, in addition to the "Type" and "Step" label.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1669715888315.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1514124i593172AD9150E37C/image-size/large?v=v2&amp;amp;px=999" role="button" title="1669715888315.png" alt="1669715888315.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The queues after the source push the items onto a list (onto different partitions, so that the two clusters can't access each others items). The labels are added to the list as fields. This allows to filter and order the items by the label values when pulling them.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1669716956280.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1514125i8CAAFC06F82FC084/image-size/large?v=v2&amp;amp;px=999" role="button" title="1669716956280.png" alt="1669716956280.png" /&gt;&lt;/span&gt; (Only Type 1 and 2 can be pulled, ordered by the label "NextProcessingTime")&lt;/P&gt;&lt;P&gt;In the upper object cluster, the processors pull by the "NextProcessingTime" in ascending order, in the lower one by "TotalPendingTime". After running the model for some time, you will see that in the upper queue mainly accumulates green items at step3, since that step has the single longest processing time. In the lower queue fresh red items accumulate, since they have the overall longest processing time.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/61485-job-ordering.fsm" target="_blank"&gt;job-ordering.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 29 Nov 2022 10:17:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/scheduling/m-p/13512846#M25532</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2022-11-29T10:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: scheduling</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/scheduling/m-p/13512847#M25533</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;The problem now is that I have a lot of q in the same place (because the products entered are different products). If so, is there a way to sort them? Or I can combine q into one. I would like to ask how to rewrite it.&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1669717860880.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1514126iC7C9C11379359022/image-size/large?v=v2&amp;amp;px=999" role="button" title="1669717860880.png" alt="1669717860880.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 29 Nov 2022 10:30:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/scheduling/m-p/13512847#M25533</guid>
      <dc:creator>a9080109</dc:creator>
      <dc:date>2022-11-29T10:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: scheduling</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/scheduling/m-p/13512848#M25534</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;As long as the items are distinguishable by a common label you can place them all in a single queue and filter for the correct ones in the query. See my attached model above in which three different types all share a queue.&lt;/DIV&gt;</description>
      <pubDate>Tue, 29 Nov 2022 10:41:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/scheduling/m-p/13512848#M25534</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2022-11-29T10:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: scheduling</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/scheduling/m-p/13512849#M25535</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;I don't understand why my model isn't pushed into the list&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/61628-1115-%E6%9F%94.fsm" target="_blank"&gt;1115-+柔.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1669982572501.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1514127i3A8BB3CDA406733E/image-size/large?v=v2&amp;amp;px=999" role="button" title="1669982572501.png" alt="1669982572501.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;And I have to make sure that my itemN=M is a must&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Image.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1520055i853F356DFDBFE994/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;I have two products now, one is blue, item1=0, but the spt will be 60, brown is item=4, but the spt will be 50, and under normal circumstances, it will be an object with a smaller spt.&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1669982583791.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1514128i66167FDBDEBD5AFF/image-size/large?v=v2&amp;amp;px=999" role="button" title="1669982583791.png" alt="1669982583791.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;The yellow part will be item1=3 I have to make sure the tags are correct as it will affect my order.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 02 Dec 2022 11:49:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/scheduling/m-p/13512849#M25535</guid>
      <dc:creator>a9080109</dc:creator>
      <dc:date>2022-12-02T11:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: scheduling</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/scheduling/m-p/13512850#M25536</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;A rel="user" href="https://answers.flexsim.com/users/461/joerg.v.html" nodeid="461"&gt;@Joerg Vogel&lt;/A&gt; 
 &lt;A rel="user" href="https://answers.flexsim.com/users/226/jason.l.html" nodeid="226"&gt;@Jason Lightfoot&lt;/A&gt; 
 &lt;A rel="user" href="https://answers.flexsim.com/users/19365/felixmh.html" nodeid="19365"&gt;@Felix Möhlmann&lt;/A&gt; 
&lt;/DIV&gt;</description>
      <pubDate>Sun, 04 Dec 2022 01:43:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/scheduling/m-p/13512850#M25536</guid>
      <dc:creator>a9080109</dc:creator>
      <dc:date>2022-12-04T01:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: scheduling</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/scheduling/m-p/13512851#M25537</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;I want to ask this question, is there an answer?&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 05 Dec 2022 07:51:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/scheduling/m-p/13512851#M25537</guid>
      <dc:creator>a9080109</dc:creator>
      <dc:date>2022-12-05T07:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: scheduling</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/scheduling/m-p/13512852#M25538</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;I think you have asked this elsewhere - in particular we have answered it again &lt;A href="https://answers.flexsim.com/questions/132913/job-ordering.html"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Additionally, with the aims of transparency, academic integrity and giving local distributors the chance to support students, we prefer that student posts are not created as or altered to be private posts.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 12 Dec 2022 11:48:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/scheduling/m-p/13512852#M25538</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2022-12-12T11:48:32Z</dc:date>
    </item>
  </channel>
</rss>

