<?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: Source to create diferrent items in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/source-to-create-diferrent-items/m-p/13791083#M97879</link>
    <description>&lt;P&gt;Use name/type is assigned to the "Nombres" label on the item. Use that in either the "Conditional Port" or "Port By Case" option to send the item to the correct port depending on the label name.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You would use the same label in "Values By Case" for the load and unload times on the task executer.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Sep 2025 08:44:29 GMT</pubDate>
    <dc:creator>moehlmann_fe</dc:creator>
    <dc:date>2025-09-01T08:44:29Z</dc:date>
    <item>
      <title>Source to create diferrent items</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/source-to-create-diferrent-items/m-p/13788941#M97854</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;Source to create diferrent items&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;I need a source that creates two different themes in a cyclical manner, the sequence must be 10 items of type 1 and then 1 item of type 2. Therefore, it must be 10-1-10-1-10-1 all the time... These items go from the source to a processor, in which each item has a different processing time. for type 1 it is 0.1 seconds and for type 2 it is 0 seconds. and after this processor they all go to queue11. I have tried to do it with a creationqueue with its process flow but I can't do it correctly.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 29 Aug 2025 16:34:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/source-to-create-diferrent-items/m-p/13788941#M97854</guid>
      <dc:creator>jorgeobis</dc:creator>
      <dc:date>2025-08-29T16:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Source to create diferrent items</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/source-to-create-diferrent-items/m-p/13790944#M97876</link>
      <description>&lt;P&gt;You can use the following expression in the Set Label trigger option of a 3d-source.&lt;/P&gt;&lt;LI-CODE lang="general"&gt;getstat(current, "Output", STAT_CURRENT)%11 == 10 ? (2):(1)&lt;/LI-CODE&gt;&lt;P&gt;"getstat()" gets the current output value of the source (so it just counts up starting at 0). With the modulo operator % we get the remainder of a division by 11. When that remainder is 10, it is an "11th" item and gets assigned a label value of 2, otherwise 1.&lt;/P&gt;&lt;P&gt;You also find the used operators in the documentation (math operations and info box for ternary operator under if-condition).&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.flexsim.com/en/25.2/Reference/CodingInFlexSim/WritingLogic/WritingLogic.html#math" target="_blank"&gt;https://docs.flexsim.com/en/25.2/Reference/CodingInFlexSim/WritingLogic/WritingLogic.html#math&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 06:35:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/source-to-create-diferrent-items/m-p/13790944#M97876</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2025-09-01T06:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Source to create diferrent items</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/source-to-create-diferrent-items/m-p/13791069#M97878</link>
      <description>&lt;P&gt;Thank you. I did from another way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to ask another thing, I share the model.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm creating Items with the form I telled before, 10-1-10-1-10-1 in "COLA_C11_C11_Box". The 10 is "Componentes_S5" and 1 is "caja_S5".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I want to deliver them to "Cola11" and in there process them depends on the element on one or other processor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If element is "Componentes_S5" I want to process it in the processor1, if the element is "Caja_S5" I want to process it in processor11.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I do that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!!&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 08:37:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/source-to-create-diferrent-items/m-p/13791069#M97878</guid>
      <dc:creator>jorgeobis</dc:creator>
      <dc:date>2025-09-01T08:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Source to create diferrent items</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/source-to-create-diferrent-items/m-p/13791083#M97879</link>
      <description>&lt;P&gt;Use name/type is assigned to the "Nombres" label on the item. Use that in either the "Conditional Port" or "Port By Case" option to send the item to the correct port depending on the label name.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You would use the same label in "Values By Case" for the load and unload times on the task executer.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 08:44:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/source-to-create-diferrent-items/m-p/13791083#M97879</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2025-09-01T08:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Source to create diferrent items</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/source-to-create-diferrent-items/m-p/13791168#M97881</link>
      <description>&lt;P&gt;Okay now it's&amp;nbsp;partially fixed.&lt;/P&gt;&lt;P&gt;The point is that I want a pure fifo. That is, it is fine that in "Maq_comp_c11" it processes the components and in "maq_box_c11" the boxes, but I want it to always do it as a fifo.&lt;/P&gt;&lt;P&gt;first process the 6 components and then 1 box. first 6 components then the box.&lt;/P&gt;&lt;P&gt;Until you process the 6 components, you will not process the box.&lt;/P&gt;&lt;P&gt;Even though it does it on 2 different processors, it does it as a fifo.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 09:32:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/source-to-create-diferrent-items/m-p/13791168#M97881</guid>
      <dc:creator>jorgeobis</dc:creator>
      <dc:date>2025-09-01T09:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Source to create diferrent items</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/source-to-create-diferrent-items/m-p/13791228#M97884</link>
      <description>&lt;P&gt;I would solve the FIFO requirement with a Process Flow. A token, representing the item, must first enter a zone with a limited capacity before it is released to the processor. Because the first processor has a capacity of 2, I use a subset in which tokens take up space according to their item's type. The relevant settings are found on the "Subsets", "Subset Constraints" and "Advanced" tab in the zone properties.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 10:35:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/source-to-create-diferrent-items/m-p/13791228#M97884</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2025-09-01T10:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Source to create diferrent items</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/source-to-create-diferrent-items/m-p/13791339#M97887</link>
      <description>&lt;P&gt;I'm not undestanding.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I use on my model?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 12:07:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/source-to-create-diferrent-items/m-p/13791339#M97887</guid>
      <dc:creator>jorgeobis</dc:creator>
      <dc:date>2025-09-01T12:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Source to create diferrent items</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/source-to-create-diferrent-items/m-p/13791681#M97891</link>
      <description>&lt;P&gt;As you can see in the model. He makes right the rule of where the type of component has to go, but it doesn't go cyclically. I mean, now. When "Cola11" has a "Caja_S1" it goes to the processor&amp;nbsp;regardless of the 6-1-6-1 sequence, and "Caja_C11"&amp;nbsp;does not have to go to the processor until 6 "components_S1" have been processed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope I have been expressed well&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 16:21:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/source-to-create-diferrent-items/m-p/13791681#M97891</guid>
      <dc:creator>jorgeobis</dc:creator>
      <dc:date>2025-09-01T16:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Source to create diferrent items</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/source-to-create-diferrent-items/m-p/13792247#M97896</link>
      <description>&lt;P&gt;Maybe just using a combiner is an option? The first port of the queue leads to the combiner, so it receives the "caja" item right away. The second port goes to a processor that then leads to the combiner, so the "component" items are processed one by one and then added to the batch in the combiner.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2025 06:05:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/source-to-create-diferrent-items/m-p/13792247#M97896</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2025-09-02T06:05:21Z</dc:date>
    </item>
  </channel>
</rss>

