<?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: How to set limit on combiner, making priority on orders, and grab flow item .... in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560045#M62708</link>
    <description>&lt;P&gt;Hi, so I´ve extend the existing model in this way:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="14777-pf-incl-combiner.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1497804i4AAED00704072D9D/image-size/large?v=v2&amp;amp;px=999" role="button" title="14777-pf-incl-combiner.jpg" alt="14777-pf-incl-combiner.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;U&gt;&lt;/U&gt;&lt;SUB&gt;&lt;/SUB&gt;&lt;SUP&gt;&lt;/SUP&gt;&lt;DEL&gt;&lt;/DEL&gt;&lt;/P&gt;&lt;P&gt;First I´ve add some Process Flow Lists and another source that creates 2 Tokens (each with a label "Type" and the first with a 1 the second with a 2 as value). Each token represents one combiner in PF. And I push these tokens to the first List (List Combiner). &lt;/P&gt;&lt;P&gt;The Orders we´ve already created, try to pull a token from this "List Combiner". The only difference I´ve made between Standard and Custom in the pull request is, that Custom Orders are only allowed to pull the Token with label Type = 2 (custom Combiner), Standard Orders have to sort Tokens (Combiners) Ascending by their label Type. This makes sure that Custom Orders only find the Custom Combiner. The Standard Orders try to get Standard Combiner first but also find the other combiner if it is the only free one.&lt;/P&gt;&lt;P&gt;As soon as an order pulled a Combiner the Pallet is created in the Queue.&lt;/P&gt;&lt;P&gt;The Pallets in Standard Queue get a Label "Type" with the value of the pulled combiner. &lt;/P&gt;&lt;P&gt;I´ve changed the "Send to Port" of Standard Queue to look to this label. So Queue is sending pallets to both directions. &lt;/P&gt;&lt;P&gt;Actually your Operator2 does the transport as soon as it is free.&lt;/P&gt;&lt;P&gt;Process Flow now waits until the Pallet fires the OnExit trigger of the Combiner. As soon as this happens, the order returns the pulled Token (Combiner) back to the first list. So this is a loop and if another order is waiting the process can go on.&lt;/P&gt;&lt;P&gt;&lt;A id="14778" href="https://answers.flexsim.com/storage/temp/14778-14728-14701-testing7-sh-3-1.fsm"&gt;14728-14701-testing7-sh-3-1.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;U&gt;&lt;/U&gt;&lt;SUB&gt;&lt;/SUB&gt;&lt;SUP&gt;&lt;/SUP&gt;&lt;DEL&gt;&lt;/DEL&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Oct 2018 10:17:24 GMT</pubDate>
    <dc:creator>sebastian_hemmannE3JAU</dc:creator>
    <dc:date>2018-10-04T10:17:24Z</dc:date>
    <item>
      <title>How to set limit on combiner, making priority on orders, and grab flow item ....</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560039#M62702</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 18.2.0 ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;A id="14704" href="https://answers.flexsim.com/storage/attachments/14704-model.fsm"&gt;model.fsm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This is actually a re-post from a situation I am encountering. To make the question clear, I attached the model and indicate what I want to achieve. &lt;/P&gt;
&lt;P&gt;My model has two flow items. 1. material 2. order info &lt;/P&gt;
&lt;P&gt;My model as now:&lt;/P&gt;
&lt;P&gt;I have two product lines, one is standard, one is custom. &lt;/P&gt;
&lt;P&gt;After stage one, there is a 40% and 60% randomly split of materials into standard queue and custom queue. And the operator will grab x number of materials needed based on order info, processing them together as a batch. For example, one order coming in, asking for 30 qty, then the operator will grab 30 qty from the material queue and process it as a batch. Next order coming in, asking for 50 qty, then the operator will grab 50 qty from the material queue and so on.&lt;/P&gt;
&lt;P&gt;I changed my source code, so the combiner will know the number of material depends on order info. I am thinking of I can actually achieve this by using processers, not combiners. I don't know.&lt;/P&gt;
&lt;P&gt;I want to achieve four things.&lt;/P&gt;
&lt;P&gt;1. &lt;/P&gt;
&lt;P&gt;Custom combiner can process standard's order whenever custom combiner is in idle (custom order combiner should process custom order first)(the reason I want to set this up is that I expect less order of custom and more orders of standard). And of course, custom combiner should process custom order whenever possible before processing standard orders.&lt;/P&gt;
&lt;P&gt;If my custom combiner is processing standard order, it should also know how many qty is needed from that specific standard order.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="14702-untitled.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1497831i52EEB1412D541027/image-size/large?v=v2&amp;amp;px=999" role="button" title="14702-untitled.png" alt="14702-untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;2. I want to set both my combiners' maximum load to be 250. If an order of 400 cpu arrives. The combiner should break down the order into 2 batches. First batch, 250 qty, another batch is 150 (400-250=150).&lt;/P&gt;
&lt;P&gt;3. custom combiner can grab materials from standard_queue if there is not enough of materials at custom_queue.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="14703-untitled2.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1497832i1170CB5DF10D9DAB/image-size/large?v=v2&amp;amp;px=999" role="button" title="14703-untitled2.png" alt="14703-untitled2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;4. The combiners' processing time should depend on the type of product is combining. I guess this should be done in the Global Table or adding a label on the item? For example, if the product id is STAN546, the combiner's processing time follows a normal distribution of mean 5 and std of 4. If the product id is cust985, the combiner's processing time follows a normal distribution of mean10 and std of 6. And I will have many product IDs.&lt;/P&gt;
&lt;P&gt;I know these requirements seems a lot and complex, that is the reason why I am having a hard time to configure the model to fit the situation. I've spent so many days trying to solve this, and I really need some help here. Does anyone know how to achieve any of the above requirements?&lt;/P&gt;
&lt;P&gt;I would strongly appreciate any help here!!&lt;/P&gt;</description>
      <pubDate>Sun, 30 Sep 2018 06:55:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560039#M62702</guid>
      <dc:creator>wei_ting_l</dc:creator>
      <dc:date>2018-09-30T06:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to set limit on combiner, making priority on orders, and grab flow item ....</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560040#M62703</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/9509/wei-tingl.html" nodeid="9509"&gt;@wei-ting L&lt;/A&gt; You have had this advice before but you ignored it, but put in some time to understand process flow. It will make this so much easier. Create a flowchart of your work process and use that as a template for a process flow. &lt;/P&gt;&lt;P&gt;Start with the tutorials and take it from there.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Sep 2018 19:21:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560040#M62703</guid>
      <dc:creator>SCHamoen</dc:creator>
      <dc:date>2018-09-30T19:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to set limit on combiner, making priority on orders, and grab flow item ....</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560041#M62704</link>
      <description>&lt;P&gt;&lt;A id="14728" href="https://answers.flexsim.com/storage/attachments/14728-14701-testing7-sh-3.fsm"&gt;14701-testing7-sh-3.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hey, attached you find a model in FlexSim 2018.1 that shows how I would start to solve this problem.&lt;/P&gt;&lt;P&gt;At first I´ve changed your Sources from 3D objects to PF Sources and wrote your data in. Sadly there was no "BatchSize" higher than 70 in your example, so I´ve changed some values to show that/how my solution works!!! &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="14729-pf-example-picture.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1497800i1CA3A29D801242E3/image-size/large?v=v2&amp;amp;px=999" role="button" title="14729-pf-example-picture.jpg" alt="14729-pf-example-picture.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;U&gt;&lt;/U&gt;&lt;SUB&gt;&lt;/SUB&gt;&lt;SUP&gt;&lt;/SUP&gt;&lt;DEL&gt;&lt;/DEL&gt;&lt;/P&gt;&lt;P&gt;So I´m creating Tokens in Process Flow as orders. These orders check if the BatchSize is higher than 250 and if so, I create a second token and calculate the rest of the BatchSize.&lt;/P&gt;&lt;P&gt;All created tokens than create pallets in 3D Model in your Queues!&lt;/P&gt;&lt;P&gt;Next steps would be to figure out what order has to hit what combiner and send it through there...&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 09:06:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560041#M62704</guid>
      <dc:creator>sebastian_hemmannE3JAU</dc:creator>
      <dc:date>2018-10-02T09:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to set limit on combiner, making priority on orders, and grab flow item ....</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560042#M62705</link>
      <description>&lt;P&gt;I did not ignore it, I was told not to ask too many questions in a comment because it will make readers confused about what I want to build. So, I re-posted my question with what I really want to build. My question is, is the Process Flow the easiest way to solve all of my questions? I haven't had time to look into Process Flow, but if process flow is the one, I will make time study about it. Any way to configure it in the 3-D model? I heard that once I build the process flow, I can convert it into a 3-D simulation? I just want to make sure that Process Flow is the one I should use to solve my question, not the 3-d drag-and-drop model. Right? &lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 01:10:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560042#M62705</guid>
      <dc:creator>wei_ting_l</dc:creator>
      <dc:date>2018-10-03T01:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to set limit on combiner, making priority on orders, and grab flow item ....</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560043#M62706</link>
      <description>&lt;P&gt;Thank you for helping me. I haven't had time to learn about Process Flow, I will do that, and I will look into your solution. Once I have some basic understanding of Process Flow and learned from the one you build, I will come back and try to build all of my requirements. &lt;/P&gt;
&lt;P&gt;Again, I appreciate your help! I really do!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 01:14:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560043#M62706</guid>
      <dc:creator>wei_ting_l</dc:creator>
      <dc:date>2018-10-03T01:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to set limit on combiner, making priority on orders, and grab flow item ....</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560044#M62707</link>
      <description>&lt;P&gt;Hi Sebastian, &lt;/P&gt;
&lt;P&gt;Thank you for creating the above Process Flow and sharing the file.&lt;/P&gt;
&lt;P&gt;It works exactly the way we needed to work. In addition to this, we have anther logic which we would like to implement, but we are not sure how to execute it. &lt;/P&gt;
&lt;P&gt;Our manufacturing process is split into standard and custom CPUs. Currently, standard CPUs are made on the Standard combiner and Custom CPUs are made on the custom combiner based on the respective order inputs. We would like to create a logic / process flow such that if we do not have any customer order (i.e. customer order info = 0), the custom portion of the model should pull standard order information and run that on the custom combiner. Also, the custom combiner parameters must change to that of standard (i.e. setup time, processing time, etc) . As soon as a custom order comes in, it should go back to its original logic.&lt;/P&gt;
&lt;P&gt;I was exploring "Event-Triggered Source" in Process Flow, but was not sure how to execute it. &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="14773-untitled.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1497802i6C59BC7847C9B108/image-size/large?v=v2&amp;amp;px=999" role="button" title="14773-untitled.png" alt="14773-untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 00:18:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560044#M62707</guid>
      <dc:creator>wei_ting_l</dc:creator>
      <dc:date>2018-10-04T00:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to set limit on combiner, making priority on orders, and grab flow item ....</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560045#M62708</link>
      <description>&lt;P&gt;Hi, so I´ve extend the existing model in this way:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="14777-pf-incl-combiner.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1497804i4AAED00704072D9D/image-size/large?v=v2&amp;amp;px=999" role="button" title="14777-pf-incl-combiner.jpg" alt="14777-pf-incl-combiner.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;U&gt;&lt;/U&gt;&lt;SUB&gt;&lt;/SUB&gt;&lt;SUP&gt;&lt;/SUP&gt;&lt;DEL&gt;&lt;/DEL&gt;&lt;/P&gt;&lt;P&gt;First I´ve add some Process Flow Lists and another source that creates 2 Tokens (each with a label "Type" and the first with a 1 the second with a 2 as value). Each token represents one combiner in PF. And I push these tokens to the first List (List Combiner). &lt;/P&gt;&lt;P&gt;The Orders we´ve already created, try to pull a token from this "List Combiner". The only difference I´ve made between Standard and Custom in the pull request is, that Custom Orders are only allowed to pull the Token with label Type = 2 (custom Combiner), Standard Orders have to sort Tokens (Combiners) Ascending by their label Type. This makes sure that Custom Orders only find the Custom Combiner. The Standard Orders try to get Standard Combiner first but also find the other combiner if it is the only free one.&lt;/P&gt;&lt;P&gt;As soon as an order pulled a Combiner the Pallet is created in the Queue.&lt;/P&gt;&lt;P&gt;The Pallets in Standard Queue get a Label "Type" with the value of the pulled combiner. &lt;/P&gt;&lt;P&gt;I´ve changed the "Send to Port" of Standard Queue to look to this label. So Queue is sending pallets to both directions. &lt;/P&gt;&lt;P&gt;Actually your Operator2 does the transport as soon as it is free.&lt;/P&gt;&lt;P&gt;Process Flow now waits until the Pallet fires the OnExit trigger of the Combiner. As soon as this happens, the order returns the pulled Token (Combiner) back to the first list. So this is a loop and if another order is waiting the process can go on.&lt;/P&gt;&lt;P&gt;&lt;A id="14778" href="https://answers.flexsim.com/storage/temp/14778-14728-14701-testing7-sh-3-1.fsm"&gt;14728-14701-testing7-sh-3-1.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;U&gt;&lt;/U&gt;&lt;SUB&gt;&lt;/SUB&gt;&lt;SUP&gt;&lt;/SUP&gt;&lt;DEL&gt;&lt;/DEL&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 10:17:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560045#M62708</guid>
      <dc:creator>sebastian_hemmannE3JAU</dc:creator>
      <dc:date>2018-10-04T10:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to set limit on combiner, making priority on orders, and grab flow item ....</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560046#M62709</link>
      <description>&lt;P&gt;Hi Sebastian,&lt;/P&gt;
&lt;P&gt;Thank you for going forward with the simulation model I am trying to achieve. We appreciate your help. But I a quick question, I can not open the file. Is it because I am using a free trial version of Flex Sim? &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="14820-capture.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1497806i7B9602AC2B902E43/image-size/large?v=v2&amp;amp;px=999" role="button" title="14820-capture.png" alt="14820-capture.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 23:55:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560046#M62709</guid>
      <dc:creator>wei_ting_l</dc:creator>
      <dc:date>2018-10-04T23:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to set limit on combiner, making priority on orders, and grab flow item ....</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560047#M62710</link>
      <description>&lt;P&gt;I can open it without any Problem.&lt;/P&gt;&lt;P&gt;Maybe you are not using the newest version FlexSim 2018.2.2?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 03:56:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560047#M62710</guid>
      <dc:creator>sebastian_hemmannE3JAU</dc:creator>
      <dc:date>2018-10-05T03:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to set limit on combiner, making priority on orders, and grab flow item ....</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560048#M62711</link>
      <description>&lt;P&gt;Thanks. Yeah, it was the version problem, I can open it now. I have a quick question. It seems like my operator is only unpacking flow item once at a time. I've set the capacity to be 100, and he picks up 100 flow items, but he unpacks flow item once at a time, should be also 100. Oh I think it is because of the 40% 60% split after stage 1. Right now I set operator 1's max speed to be 500, so it is faster.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 04:37:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560048#M62711</guid>
      <dc:creator>wei_ting_l</dc:creator>
      <dc:date>2018-10-05T04:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to set limit on combiner, making priority on orders, and grab flow item ....</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560049#M62712</link>
      <description>&lt;P&gt;Hi Sebastian,&lt;/P&gt;
&lt;P&gt;Thank you for helping to build this complex simulation. And I spent some time trying to understand the process flow you built, but I have some questions.&lt;/P&gt;
&lt;P&gt;1. The order information (tokens) are now stored in "List Combiners" and "Pull from List Combiner ASC". Is there a way to show the time each token waited? I want to keep track of each order's wait time. As the time when the order received and the time it takes to finish the process. I want to see how much time does it take to finish an order (queue time+combiner process time) for each order. &lt;/P&gt;
&lt;P&gt;2. After custom cpu combiner stage, is there a way to flow the items depends on its' order type? My custom combiner should process some standard order, but again, after combiner stage, the standard order item should be passed to standard order inventory station, custom cpu should be passed to custom order inventory station. So I can keep track of how many cpus have been made over time. So my logic is this, after custom cpu combiner, there should be 2 sinks (as shown in the picture below). One is standard, another one is custom. So I know how many skus does my custom combiner process over time. &lt;A id="14852" href="https://answers.flexsim.com/storage/temp/14852-10-4-20181.fsm"&gt;10-4-20181.fsm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;we've strongly appreciated your help, this has been a good learning process, the process flow concept is hard to understand, but as the same time we are learning it.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="14851-untitled.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1497808i4FEB1EA898A9970E/image-size/large?v=v2&amp;amp;px=999" role="button" title="14851-untitled.png" alt="14851-untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 03:01:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560049#M62712</guid>
      <dc:creator>wei_ting_l</dc:creator>
      <dc:date>2018-10-08T03:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to set limit on combiner, making priority on orders, and grab flow item ....</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560050#M62713</link>
      <description>&lt;P&gt;In Triggers there is a Pick Option called: "Unload all Items for this station before unloading to other stations". Maybe this helps!?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 06:11:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560050#M62713</guid>
      <dc:creator>sebastian_hemmannE3JAU</dc:creator>
      <dc:date>2018-10-08T06:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to set limit on combiner, making priority on orders, and grab flow item ....</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560051#M62714</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;1. If you started becoming a little familiar with Process Flow you just would have found the "Assign Labels" activity. This one you can use to create, and/ or set labels. So place the Activity in Process Flow where ever you want to start your measurement and place a second one on the end. Add a label and use the &lt;/P&gt;&lt;PRE&gt;time&lt;/PRE&gt;&lt;P&gt;Command to calculate the Waiting time the tokens spend in a specific area.&lt;/P&gt;&lt;P&gt;2. Just have a look what I did in your "standard cpu_order_queue"! Add a second outport and set the "send to port" options in "Flow" Tab to "By Expression" (item.Type) -&amp;gt; for this you maybe have to give the Custom Pallets also this Label!&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 06:19:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560051#M62714</guid>
      <dc:creator>sebastian_hemmannE3JAU</dc:creator>
      <dc:date>2018-10-08T06:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to set limit on combiner, making priority on orders, and grab flow item ....</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560052#M62715</link>
      <description>&lt;P&gt;Process Flow is indeed the easiest way to model most complex systems. It's easier for a number of reasons, in my opinion:&lt;/P&gt;&lt;P&gt;First, Process Flow gives a &lt;STRONG&gt;visual layout&lt;/STRONG&gt; of your process that makes presenting your model to management and others who are unfamiliar with the software easier.&lt;/P&gt;&lt;P&gt;Second, &lt;STRONG&gt;editing logic for groups&lt;/STRONG&gt; of objects using push/pull from list, decide activities, zones, etc. is all more manageable with Process Flow. This will save you lots of time in applying all these things to the 3D model.&lt;/P&gt;&lt;P&gt;Third, orchestrating the &lt;STRONG&gt;timing of events&lt;/STRONG&gt; in your simulation becomes much more intuitive with Process Flow because you can track your tokens easier than you can track what's happening in the 3D model.&lt;/P&gt;&lt;P&gt;Bottom line: If you spent a few hours doing the Process Flow tutorials and practicing, you will be able to make more bulletproof models with less complicated code and in a shorter amount of time.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 15:55:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560052#M62715</guid>
      <dc:creator>tanner_p</dc:creator>
      <dc:date>2018-10-10T15:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to set limit on combiner, making priority on orders, and grab flow item ....</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560053#M62716</link>
      <description>&lt;P&gt;Hi, Sebastian,&lt;/P&gt;
&lt;P&gt; 1. Thank you for giving me some instructions, but after spending several hours into it, we still could not achieve adding a label "time" to each token and keep track of it's process time. I tried to use the add labels activity. But it did not work. &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="14932-capture.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1497811i0C5FBD3D7F49BE98/image-size/large?v=v2&amp;amp;px=999" role="button" title="14932-capture.png" alt="14932-capture.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;2. I have another question, during the simulation, in which stage does the token waits? In the picture below, there are 2 queues. Which one shows the time it takes before it got process? In the end, there is a "custom code" section, how does this section plays a role in the process flow?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="14933-capture2.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1497812i7CAC2D68E6F9E9D7/image-size/large?v=v2&amp;amp;px=999" role="button" title="14933-capture2.png" alt="14933-capture2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;3. I and my teammates have spent so many hours trying to make further configuration. But we could not make any step further. We really want to achieve the "dynamic process time". That is, the process time in the combiner should change depending on the batch size. For example, if the batch size is 0~100, the process time is 0.07, if the batch size is 100~150, then the process time is 0.12. Something like that. We tried to use the batch processing function, but it did not work. We also tried to exchange the label name of "BatchSize" and "Quantity". But it did not work as well. Can you advise how should we proceed? We are so stressed now.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="14934-capture3.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1497813iD46C9EFE16C63926/image-size/large?v=v2&amp;amp;px=999" role="button" title="14934-capture3.png" alt="14934-capture3.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 05:05:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560053#M62716</guid>
      <dc:creator>wei_ting_l</dc:creator>
      <dc:date>2018-10-11T05:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to set limit on combiner, making priority on orders, and grab flow item ....</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560054#M62717</link>
      <description>&lt;P&gt;Hey, &lt;/P&gt;&lt;P&gt;1. You can name the Label "time" but "time" is also a Method in FlexSim. So at first it would be better to name labels with a capital letter (methods never start with that) and second you should try to give the labels names that help you figure out what the label is about even later in your model. The function you are looking for is not:&lt;/P&gt;&lt;PRE&gt;token.time&lt;/PRE&gt;&lt;P&gt;what gives you a pointer to the label on the token and returns the value. Because you are setting the label the first time here, there is no value! But &lt;/P&gt;&lt;PRE&gt;time&lt;/PRE&gt;&lt;P&gt;so your Assign Label should look like similar to this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="14955-labelexample.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1497815i1FE3D117ED5DA357/image-size/large?v=v2&amp;amp;px=999" role="button" title="14955-labelexample.jpg" alt="14955-labelexample.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;From this point you can reference with&lt;/P&gt;&lt;PRE&gt;token.Durchlaufzeit&lt;/PRE&gt;&lt;P&gt;to the value on the label!&lt;/P&gt;&lt;P&gt;2. The first red circle shows the point, where an order tryes to find a machine. The pallet is not created yet. So only the order is buffered. So this makes sure, there is only one pallet created ant this as soon as it can go to the machine that is free. &lt;/P&gt;&lt;P&gt;The custom Code in the End does not do anything but is a buffer (for me in this case) to hold tokens so you can built the next steps from here. If you don´t need the tokens any more, you could also add a sink and destroy them.&lt;/P&gt;&lt;P&gt;3. For this part there seems to be no fitting pickoption available in Standard FlexSim. So I see at least 2 different easy ways to do it: &lt;/P&gt;&lt;P&gt;First: depending on the BatchSize you are getting in ProcessFlow, take a decide that sends the token to different "assign label" activitys and add a label to the token that stores the ProcessTime you want. Than you can copy this label to the pallet (like we do with the BatchSize in the "create object" activity) and only have to use:&lt;/P&gt;&lt;PRE&gt;item.ProcessTime&lt;/PRE&gt;&lt;P&gt; in the Process Time field of your combiner!&lt;/P&gt;&lt;P&gt;Second: You could code a small statement in the Processtime field of the combiner that would have to look something like this (not finished example!!!):&lt;/P&gt;&lt;PRE&gt;int i_BatchSize = item.BatchSize;

if(i_BatchSize &amp;lt;= 100)
{
	return 0.07;
}
else
{
	if(i_BatchSize &amp;lt;= 150)
	{
		return 0.12;
	}
}
&lt;/PRE&gt;</description>
      <pubDate>Fri, 12 Oct 2018 09:04:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560054#M62717</guid>
      <dc:creator>sebastian_hemmannE3JAU</dc:creator>
      <dc:date>2018-10-12T09:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to set limit on combiner, making priority on orders, and grab flow item ....</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560055#M62718</link>
      <description>&lt;P&gt;Hi Sebastian,&lt;/P&gt;
&lt;P&gt;Thank for guiding us, I've tried assigning time and type to the tokens, but it is not working.&lt;/P&gt;
&lt;P&gt;1. According to your advice, "time" should be used when assigning labels. Can you see my picture and my model to see which part is not correct? The picture below shows my assigned token setting. But it is not working. &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="15029-1.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1497816i5CC248C40FE08537/image-size/large?v=v2&amp;amp;px=999" role="button" title="15029-1.png" alt="15029-1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="15030-2.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1497817i26B4ACCE46A79620/image-size/large?v=v2&amp;amp;px=999" role="button" title="15030-2.png" alt="15030-2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;2. &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="15032-3.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1497819i57CD2371731CC55B/image-size/large?v=v2&amp;amp;px=999" role="button" title="15032-3.png" alt="15032-3.png" /&gt;&lt;/span&gt;I really want to achieve the above setting, can you advise how should I proceed with this? we've tried using what you advised.&lt;/P&gt;
&lt;P&gt;I also attached my model here. Can you take a look?&lt;A id="15033" href="https://answers.flexsim.com/storage/temp/15033-10-16-20181.fsm"&gt;10-16-20181.fsm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2018 05:54:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560055#M62718</guid>
      <dc:creator>wei_ting_l</dc:creator>
      <dc:date>2018-10-17T05:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to set limit on combiner, making priority on orders, and grab flow item ....</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560056#M62719</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;1. you are right, for most of your tokens there is no Type and no time label. This is because most of your tokens don´t go through the "Assign Labels on Token" activity because their Batchsize is smaller than 250. Your solution should look like:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="15037-pf-further-steps.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1497820i1A5D9D20065D8A40/image-size/large?v=v2&amp;amp;px=999" role="button" title="15037-pf-further-steps.jpg" alt="15037-pf-further-steps.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Also, if you are only writing text in a label Value field, FlexSim does not know what you want it to do. &lt;/P&gt;&lt;P&gt;Setting the "Type" label to a value = &lt;STRONG&gt;Standard CPU&lt;/STRONG&gt; does only affect failure messages!&lt;/P&gt;&lt;PRE&gt;time;&lt;/PRE&gt;&lt;P&gt;is a Methode FlexSim does know and so it returnsa number value -&amp;gt; the actual simulation time when the event is done!&lt;/P&gt;&lt;P&gt;2. If you are setting your Type label to &lt;/P&gt;&lt;P&gt;value = &lt;STRONG&gt;1&lt;/STRONG&gt; if it should go to a Standard CPU and to &lt;/P&gt;&lt;P&gt;value = &lt;STRONG&gt;2&lt;/STRONG&gt; if it should go to the Custom CPU&lt;/P&gt;&lt;P&gt;Everything should work fine, because in the actual 3D Model (and objects) only a number is needed to figure out what port should be used.&lt;/P&gt;&lt;P&gt;By the way, if you really want to control stuff by strings, use &lt;STRONG&gt;" "&lt;/STRONG&gt; around your string! So FlexSim does know that you are writing text to a label. But using strings will affect much more effort to your model &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2018 13:42:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560056#M62719</guid>
      <dc:creator>sebastian_hemmannE3JAU</dc:creator>
      <dc:date>2018-10-17T13:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to set limit on combiner, making priority on orders, and grab flow item ....</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560057#M62720</link>
      <description>&lt;P&gt;Hi Sebastian,&lt;/P&gt;
&lt;P&gt;Thanks for your advice, I was able to assign labels ("time" and "type") to tokens. But I have a few more questions that I want to address and hopefully, you can help me with that.&lt;/P&gt;
&lt;P&gt;1. Right now my custom combiner process both custom cpus and standard cpus, it sends cpus to inventory racks depends on the item type. I was able to achieve this logic by only changing my combine mode to "pack". ("Batch" mode does not work). So right now the "CurContent" in my rack is the number of batches processed, it is not the total qty of cpu. My question is, is there a way to see how many qty is in each pack/batch that got stored in the rack? Like an Excel table showing that a particular batch contains how many qty of cpus, and that is a standard/custom order. Is there a way to track the order info in the rack?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="15064-10.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1497823iB30A6E197E53BFE0/image-size/large?v=v2&amp;amp;px=999" role="button" title="15064-10.png" alt="15064-10.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;2. &lt;/P&gt;
&lt;P&gt;I was able to assign time and type labels to a token, but I want to export the token's data, is there a way to do it? So I can analyze the queue time for each token.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="15065-20.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1497824i0539AB898DAD7F83/image-size/large?v=v2&amp;amp;px=999" role="button" title="15065-20.png" alt="15065-20.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;3.&lt;/P&gt;
&lt;P&gt;My "WIP by Type" dashboard is not working as the way I wanted. can you help to see what I can do?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="15066-30.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1497825i642936CE3422EE22/image-size/large?v=v2&amp;amp;px=999" role="button" title="15066-30.png" alt="15066-30.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;4. In the previous post, you mentioned the "for loops" of process time depends on batchSize. I tried to understand it, but I could not figure it out, can you help me with that again? I know the logic is to write a code, but I do not know the parameter and names used in the code. Can you help me with this again? &lt;/P&gt;
&lt;PRE&gt;int i_BatchSize = item.BatchSize;

if(i_BatchSize &amp;lt;= 100)
{
	return 0.07;
}
else
{
	if(i_BatchSize &amp;lt;= 150)
	{
		return 0.12;
	}
}&lt;/PRE&gt;
&lt;P&gt;5. I want to add one more logic, the downtime of each machine. I researched other posts, but could not find a place where I can edit the downtime of machines. Can you help me with this? The simulation is running 100% of the time, but we know that in reality, there is a scheduled maintenance of machines, so machines do not run 100% of the time. I want a 20% downtime for each machine. Can you advice where I can use this?&lt;/P&gt;
&lt;P&gt;Thanks! You have been trying to help us and educating us on using Flexsim, we want to learn, too. That is why after we tried something, it did not work, we ask for your advises again. We strongly appreciate your help. I've also attached my model here as a reference. &lt;/P&gt;
&lt;P&gt;&lt;A id="15067" href="https://answers.flexsim.com/storage/temp/15067-10-16-20181.fsm"&gt;10-16-20181.fsm&lt;/A&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 06:29:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560057#M62720</guid>
      <dc:creator>wei_ting_l</dc:creator>
      <dc:date>2018-10-18T06:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to set limit on combiner, making priority on orders, and grab flow item ....</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560058#M62721</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;is there nobody in your country that can give you a training or consulting? Because most of your questions are very basic FlexSim understanding stuff!&lt;/P&gt;&lt;P&gt;Just had a look into your questions. It will take some time to answer all this questions and I´m quite sure because you are asking many different questions in only one thread, only users will try to answer, that have time and answers to all of your questions.&lt;/P&gt;&lt;P&gt;So I hope to find time to answer all your question within this week, but can´t promise!&lt;/P&gt;&lt;P&gt;If you want answers faster, think about the hint &lt;A rel="user" href="https://answers.flexsim.com/users/461/joerg.v.html" nodeid="461"&gt;@Jörg Vogel&lt;/A&gt; gave you and split your questions to different Threads. As you did with the "setup time in batch" stuff.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="autotaguser-autocomplete-box"&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 06:48:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-limit-on-combiner-making-priority-on-orders-and-grab/m-p/13560058#M62721</guid>
      <dc:creator>sebastian_hemmannE3JAU</dc:creator>
      <dc:date>2018-10-18T06:48:48Z</dc:date>
    </item>
  </channel>
</rss>

