Hey FlexSim
We have found an irregularity in the batching activity.
To illustrate the problem, here is a small sample model:
Two sources create tokens, representing two different machines. The tokens have three labels on them: "MachineNum", "QTY" and "BatchSize".
The tokens from Source1 have MachineNum = 1, QTY = 20 and BatchSize = 3. (Green tokens) The tokens from Source2 have MachineNum = 2, QTY = 20 and BatchSize = 2. (Blue tokens)
Initially, a couple of tokens from Source1 will arrive and then a couple of tokens from source 2 will arrive.
.The batching activity is set up like this:
The expected result from this model is that the tokens get split up into a number of tokens based on QTY and Batch Size. One token with QTY 20 and Batch Size 2 should turn in to 10 tokens with QTY 2 and so on.
When the tokens (With a new batch size) start arriving from Source2, something odd happens.
The batching process seems to be broken from this point on.
Can anyone take a guess at what happens?
Thanks in advance.
Christian