<?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 How do I batch by multiple labels in a single batch process block? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483396#M2476</link>
    <description>&lt;P&gt;I am trying to batch by two labels: setID and type. There are 3 unique type's. The setID will increase indefinitely as the model runs. You can't batch different setID's together.&lt;/P&gt;
&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;Type 1&lt;/TD&gt;&lt;TD&gt;Type 2&lt;/TD&gt;&lt;TD&gt;Type 3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Qty/set&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;batchSize&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;setID&lt;/TD&gt;&lt;TD&gt;indexes every 2 tokens&lt;/TD&gt;&lt;TD&gt;indexes every 3 tokens&lt;/TD&gt;&lt;TD&gt;indexes every 1 tokens&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P&gt;In the attached model. I have written the ProcessFlow to include separate process streams. How do I combine this batch logic into a single batch process block?&lt;/P&gt;
&lt;P&gt;Example: GroupBy: type AND setID&lt;/P&gt;</description>
    <pubDate>Wed, 01 Feb 2017 20:58:40 GMT</pubDate>
    <dc:creator>alexander_muff</dc:creator>
    <dc:date>2017-02-01T20:58:40Z</dc:date>
    <item>
      <title>How do I batch by multiple labels in a single batch process block?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483396#M2476</link>
      <description>&lt;P&gt;I am trying to batch by two labels: setID and type. There are 3 unique type's. The setID will increase indefinitely as the model runs. You can't batch different setID's together.&lt;/P&gt;
&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;Type 1&lt;/TD&gt;&lt;TD&gt;Type 2&lt;/TD&gt;&lt;TD&gt;Type 3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Qty/set&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;batchSize&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;setID&lt;/TD&gt;&lt;TD&gt;indexes every 2 tokens&lt;/TD&gt;&lt;TD&gt;indexes every 3 tokens&lt;/TD&gt;&lt;TD&gt;indexes every 1 tokens&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P&gt;In the attached model. I have written the ProcessFlow to include separate process streams. How do I combine this batch logic into a single batch process block?&lt;/P&gt;
&lt;P&gt;Example: GroupBy: type AND setID&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 20:58:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483396#M2476</guid>
      <dc:creator>alexander_muff</dc:creator>
      <dc:date>2017-02-01T20:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do I batch by multiple labels in a single batch process block?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483397#M2477</link>
      <description>&lt;P&gt;It looks like you forgot to attach the file you were referencing. It's hard to say, but it sounds like you'd rather use a list than a complicated batching process.  With a list you push your items to the list, and the pull the desired amount from a pull activity.  Using a  query you can designate which item you want to pull by itemtype as well.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 17:25:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483397#M2477</guid>
      <dc:creator>sam_stubbsYXX86</dc:creator>
      <dc:date>2017-02-02T17:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I batch by multiple labels in a single batch process block?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483398#M2478</link>
      <description>&lt;P&gt;Attached file.&lt;A href="https://answers.flexsim.com/storage/attachments/4985-batching-test-model.fsm"&gt;batching-test-model.fsm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 17:29:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483398#M2478</guid>
      <dc:creator>alexander_muff</dc:creator>
      <dc:date>2017-02-02T17:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I batch by multiple labels in a single batch process block?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483399#M2479</link>
      <description>&lt;P&gt;Just to clarify:   Your "set" is a batch of batches?  For example are you saying that Type 2 items are batched by 2s, and that a set is 3 batches?  (6 items in total?).&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 19:18:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483399#M2479</guid>
      <dc:creator>sam_stubbsYXX86</dc:creator>
      <dc:date>2017-02-03T19:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do I batch by multiple labels in a single batch process block?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483400#M2480</link>
      <description>&lt;P&gt;The set is is the identifier of parent assembly. Set1 parts can't be batched with Set2 or Set3.&lt;/P&gt;
&lt;P&gt;Example: Car1 and Car 2 both need four wheels. But they are unique to each car. So the first 4 wheels into the system are designated as Set1 and can't be processed with Set2 wheels.&lt;/P&gt;
&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;SetID&lt;/TD&gt;&lt;TD&gt;type&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Batch1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Batch2&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Batch3&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Batch4&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Batch5&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Batch6&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Batch7&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Fri, 03 Feb 2017 19:30:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483400#M2480</guid>
      <dc:creator>alexander_muff</dc:creator>
      <dc:date>2017-02-03T19:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: How do I batch by multiple labels in a single batch process block?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483401#M2481</link>
      <description>&lt;P&gt;I'm really sorry, I guess I still don't understand what it is you're trying to do.  Are you trying to combine 1 of each of the batch types into a "set" batch?   I'm not sure I still understand your issue, I apologize.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 21:37:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483401#M2481</guid>
      <dc:creator>sam_stubbsYXX86</dc:creator>
      <dc:date>2017-02-03T21:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I batch by multiple labels in a single batch process block?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483402#M2482</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/1145/alexander.m.html" nodeid="1145"&gt;@Alexander Muff&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Attached is your model with the blocks that I added in the Process Flow.  If I'm understanding what you are wanting to happen, this should do that.  I added more fields to your global table to help in figuring the setID label.  So what happens is that each item type is batched into the BatchSize in the global table.  Each new batch is given a new setID or batch ID.  When a token goes into the Delay block, there should only be one token representing the batch (setID).&lt;/P&gt;&lt;P&gt;Take a look at the model and see if this is what you were wanting to do.  Let me know if you have any questions or problems.&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.flexsim.com/storage/attachments/5003-batching-test-model-jn1.fsm"&gt;batching-test-model-jn1.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Alexander,&lt;/P&gt;&lt;P&gt;I've taken the added information you gave above and modified my model.  I added a global table (2) that has the "Color" and "Shape" information in it.  I use numeric fields because they are a lot easier and more efficient to use that string fields.  So really the numbers represent colors and shapes.  In the table there are 9 different combinations of colors and shapes.&lt;/P&gt;&lt;P&gt;For each combination of colors and shapes, the row of the table represents the "Type" of unique combination.&lt;/P&gt;&lt;P&gt;Take a look at the attached model and see if it now does what you are wanting it to do.  I will create 9 different types of batches (combinations) with the batch sized determined by the global table.  And for each "Type", it keeps tracks of a unique SetID (number of batches created for that Type).&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.flexsim.com/storage/attachments/5324-batching-test-model-jn2.fsm"&gt;batching-test-model-jn2.fsm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 22:17:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483402#M2482</guid>
      <dc:creator>jeff_nordgren</dc:creator>
      <dc:date>2017-02-03T22:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I batch by multiple labels in a single batch process block?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483403#M2483</link>
      <description>&lt;P&gt;I am trying to batch based on 2x different labels.&lt;/P&gt;
&lt;P&gt;Let's say I have one label &lt;STRONG&gt;Color &lt;/STRONG&gt;and another label &lt;STRONG&gt;Shape&lt;/STRONG&gt;. Colors can be red, blue, yellow and shapes can be circle, square, triangle. I need to batch by &lt;STRONG&gt;Color &lt;/STRONG&gt;AND &lt;STRONG&gt;Shape&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;Possible combinations:&lt;/P&gt;
&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Color&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Shape&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Red&lt;/TD&gt;&lt;TD&gt;Circle&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Red&lt;/TD&gt;&lt;TD&gt;Square&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Red&lt;/TD&gt;&lt;TD&gt;Triangle&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Blue&lt;/TD&gt;&lt;TD&gt;Circle&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Blue&lt;/TD&gt;&lt;TD&gt;Square&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Blue&lt;/TD&gt;&lt;TD&gt;Triangle&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Yellow&lt;/TD&gt;&lt;TD&gt;Circle&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Yellow&lt;/TD&gt;&lt;TD&gt;Square&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Yellow&lt;/TD&gt;&lt;TD&gt;Triangle&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P&gt;Each one of these rows would be a "Batch Group".&lt;/P&gt;
&lt;P&gt;A blue square can only be batched with blue squares.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 22:59:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483403#M2483</guid>
      <dc:creator>alexander_muff</dc:creator>
      <dc:date>2017-02-03T22:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do I batch by multiple labels in a single batch process block?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483404#M2484</link>
      <description>&lt;P&gt;I have attached an example model. It batches by colorLabel only. I need it to batch by colorLabel and shapeLabel.&lt;/P&gt;
&lt;P&gt;Example: all blue squares would be batched together.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://answers.flexsim.com/storage/temp/5322-batching-by-2x-labels.fsm"&gt;batching-by-2x-labels.fsm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 20:09:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483404#M2484</guid>
      <dc:creator>alexander_muff</dc:creator>
      <dc:date>2017-02-22T20:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: How do I batch by multiple labels in a single batch process block?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483405#M2485</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/187/jeff.n.html" nodeid="187"&gt;@Jeff Nordgren&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;When I run the JN2 model, an infinite number of tokens are created at time 0.0. (See attached)&lt;/P&gt;
&lt;P&gt;Also, this works when both labels have a finite range. Is it possible to create code when one of the labels is infinite? Instead of 1-3, it was always increasing as you create more.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 22:56:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483405#M2485</guid>
      <dc:creator>alexander_muff</dc:creator>
      <dc:date>2017-02-28T22:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I batch by multiple labels in a single batch process block?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483406#M2486</link>
      <description>&lt;P&gt;Attached picture for prior comment&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="5455-capture.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1494920i42A505C6259E6EB7/image-size/large?v=v2&amp;amp;px=999" role="button" title="5455-capture.png" alt="5455-capture.png" /&gt;&lt;/span&gt;a&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 23:02:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483406#M2486</guid>
      <dc:creator>alexander_muff</dc:creator>
      <dc:date>2017-02-28T23:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I batch by multiple labels in a single batch process block?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483407#M2487</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/1145/alexander.m.html" nodeid="1145"&gt;@Alexander Muff&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Not sure what you changed in the JN2 model to get that many tokens. When I run the model, it runs just &lt;A rel="noopener noreferrer" href="http://fine.So" target="_blank"&gt;fine.So&lt;/A&gt; I'm not sure what is up with that. Maybe someone else reading this can try it out and comment?&lt;/P&gt;
&lt;P&gt;Of course the labels have to have a finite range. Nothing is infinite, except maybe space. You would have to explain to me how something infinite would work. I don't know of any business that produces an infinite number of anything. I need more information why you say that and what you are looking to do.&lt;/P&gt;
&lt;P&gt;There needs to be a finite global table. That is where the the information is kept on the batch size and SetID for the various batch combinations. The tokens created only reflect the different batches in the table. They are connected, not separate. How would you make something like that infinite? There is not enough memory in any computer to hold infinite information because that does not exist. If you put a computer into an infinite loop, it will crash.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 15:53:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483407#M2487</guid>
      <dc:creator>jeff_nordgren</dc:creator>
      <dc:date>2017-03-02T15:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I batch by multiple labels in a single batch process block?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483408#M2488</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/187/jeff.n.html" nodeid="187"&gt;@Jeff Nordgren&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;I downloaded the model again and it is working.&lt;/P&gt;
&lt;P&gt;When I say infinite, it means always increasing. For example the serial number for an individual car at a car plant. They are producing several thousand cars a day. The serial number is always increasing. Is there way to generate a increasing serial number and batch by serial number and other labels? I'm not sure it's feasible to do this with a table with defined serial number.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 18:45:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483408#M2488</guid>
      <dc:creator>alexander_muff</dc:creator>
      <dc:date>2017-03-08T18:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I batch by multiple labels in a single batch process block?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483409#M2489</link>
      <description>&lt;P&gt;&lt;A rel="nofollow" href="https://answers.flexsim.com/questions/34467/how-do-i-batch-by-multiple-labels-in-a-single-batc.html#"&gt;@Jeff Nordgren&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;I downloaded the model again and it is working.&lt;/P&gt;
&lt;P&gt;When I say infinite, it means always increasing. For example the serial number for an individual car at a car plant. They are producing several thousand cars a day. The serial number is always increasing. Is there way to generate a increasing serial number and batch by serial number and other labels? I'm not sure it's feasible to do this with a table with defined serial number.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 18:46:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483409#M2489</guid>
      <dc:creator>alexander_muff</dc:creator>
      <dc:date>2017-03-08T18:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I batch by multiple labels in a single batch process block?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483410#M2490</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/1145/alexander.m.html" nodeid="1145"&gt;@Alexander Muff&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;There are probably several way of creating an ever increasing value.  For one, you could, at the end of a particular model run, save those value(s) in an Exel file.  And when starting the model again, read in the last value(s) for your labels (or whatever) and continue on from there.  Not knowing exactly what you are wanting to save and when, that is my general answer.  But yes, something like that would be fairly easy to accomplish.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 18:54:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483410#M2490</guid>
      <dc:creator>jeff_nordgren</dc:creator>
      <dc:date>2017-03-08T18:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I batch by multiple labels in a single batch process block?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483411#M2491</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/187/jeff.n.html" nodeid="187"&gt;@Jeff Nordgren&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;I am trying to batch by a label (color) and this increasing variable (serial#). That's why I am interested in making the batch on the fly instead of a pre-made table.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 22:06:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483411#M2491</guid>
      <dc:creator>alexander_muff</dc:creator>
      <dc:date>2017-03-08T22:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I batch by multiple labels in a single batch process block?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483412#M2492</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/1145/alexander.m.html" nodeid="1145"&gt;@Alexander Muff&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;What I would do would be to put in a global table the label (color) and a beginning batch value (serial#).  You could import this from a saved Excel file, if you want to keep a "total" running serial number or you could set it to some beginning number of your choice.  Then in the Source, just increment that serial number (also a label on the flowitem) by whatever you need.  Would something like that work for you?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 23:31:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-do-i-batch-by-multiple-labels-in-a-single-batch-process/m-p/13483412#M2492</guid>
      <dc:creator>jeff_nordgren</dc:creator>
      <dc:date>2017-03-09T23:31:23Z</dc:date>
    </item>
  </channel>
</rss>

