<?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: Job scheduling using spt_Time error in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/job-scheduling-using-spt-time-error/m-p/13594295#M89474</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 Thanks! I realised that I just need to change the trigger on processor, as when item enter the processor, the Process label will increase 1
 &lt;P&gt;This cause the processor read the following process's processing time&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 05 Jul 2023 16:07:18 GMT</pubDate>
    <dc:creator>e_yiing98</dc:creator>
    <dc:date>2023-07-05T16:07:18Z</dc:date>
    <item>
      <title>Job scheduling using spt_Time error</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/job-scheduling-using-spt-time-error/m-p/13594293#M89472</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 18.1.2 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi! I have made reference to the below question, and successfully build a model&lt;/P&gt;
 &lt;OL&gt;&lt;LI&gt;&lt;A rel="nofollow" id="isPasted" href="https://answers.flexsim.com/questions/45708/pull-strategy-and-shortest-processing-time.html"&gt;https://answers.flexsim.com/questions/45708/pull-strategy-and-shortest-processing-time.html&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A rel="nofollow" id="isPasted" href="https://answers.flexsim.com/questions/130092/i-would-like-to-know-how-to-adjust-this-model-of-m.html"&gt;https://answers.flexsim.com/questions/130092/i-would-like-to-know-how-to-adjust-this-model-of-m.html&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A rel="nofollow" id="isPasted" href="https://answers.flexsim.com/questions/65374/applying-dispatching-rules.html"&gt;https://answers.flexsim.com/questions/65374/applying-dispatching-rules.html&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;
 &lt;P&gt;But I realize the model time finished all jobs is weird. One of my operation's processing time is 1600s, but the model runtime end at 352s&lt;/P&gt;
 &lt;P&gt;I checked all the labels and processing time on processor, but still no idea..&lt;/P&gt;
 &lt;P&gt;Anyone figure out why?&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/temp/70509-spt.fsm" target="_blank"&gt;SPT.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 05 Jul 2023 09:10:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/job-scheduling-using-spt-time-error/m-p/13594293#M89472</guid>
      <dc:creator>e_yiing98</dc:creator>
      <dc:date>2023-07-05T09:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Job scheduling using spt_Time error</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/job-scheduling-using-spt-time-error/m-p/13594294#M89473</link>
      <description>&lt;DIV class="fr-view clearfix"&gt; 
 &lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/28926/emilyk.html" nodeid="28926"&gt;@Emily K&lt;/A&gt; ,&lt;/P&gt; 
 &lt;P&gt;It looks like you are assigning labels correctly based on your J1_Time and J1_Machine tables. However, the processors are not using the process time (pt) label as the actual process time. For example, like you said, this item has a pt label of 1600 but the actual process time is found using the Type and Process labels, which leads to a different value.&lt;/P&gt; 
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1688570114553.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1518091iA8A50BF5C65CB145/image-size/large?v=v2&amp;amp;px=999" role="button" title="1688570114553.png" alt="1688570114553.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1688570163304.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1518090iBF1E7594349AFEA1/image-size/large?v=v2&amp;amp;px=999" role="button" title="1688570163304.png" alt="1688570163304.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
 &lt;P&gt;&lt;EM&gt;Note: The label Type is 2 and label Process is 2 so when it pulls from the J1_Time table, the actual process time that is used is 80 seconds (row 2 and column 2)&lt;/EM&gt;&lt;/P&gt; 
 &lt;P&gt;&lt;EM&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1688570270138.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1518092i2FC12B06795F841A/image-size/large?v=v2&amp;amp;px=999" role="button" title="1688570270138.png" alt="1688570270138.png" /&gt;&lt;/span&gt;&lt;/EM&gt;To fix this, you can use the pt label as your processing time by typing&lt;STRONG&gt; &lt;A target="_blank"&gt;item.pt&lt;/A&gt; &lt;/STRONG&gt;as the process time on each processor instead of the global table lookup. This is how they accomplished an SPT dispatching rule in this post you linked.&lt;/P&gt; 
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1688570395201.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1518093iB73B46F7B7EC204A/image-size/large?v=v2&amp;amp;px=999" role="button" title="1688570395201.png" alt="1688570395201.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
 &lt;P&gt;Let me know if that helps!&lt;/P&gt; 
&lt;/DIV&gt;</description>
      <pubDate>Wed, 05 Jul 2023 15:21:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/job-scheduling-using-spt-time-error/m-p/13594294#M89473</guid>
      <dc:creator>carter-walch</dc:creator>
      <dc:date>2023-07-05T15:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Job scheduling using spt_Time error</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/job-scheduling-using-spt-time-error/m-p/13594295#M89474</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Thanks! I realised that I just need to change the trigger on processor, as when item enter the processor, the Process label will increase 1
 &lt;P&gt;This cause the processor read the following process's processing time&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 05 Jul 2023 16:07:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/job-scheduling-using-spt-time-error/m-p/13594295#M89474</guid>
      <dc:creator>e_yiing98</dc:creator>
      <dc:date>2023-07-05T16:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Job scheduling using spt_Time error</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/job-scheduling-using-spt-time-error/m-p/13594296#M89475</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;That's great! Then that will make your pt match with the Type and Process values on the table. Glad it worked out!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 05 Jul 2023 16:09:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/job-scheduling-using-spt-time-error/m-p/13594296#M89475</guid>
      <dc:creator>carter-walch</dc:creator>
      <dc:date>2023-07-05T16:09:43Z</dc:date>
    </item>
  </channel>
</rss>

