We are having trouble with a concept within the model logic. We need a transporter to have a capacity that is determined by the item type that the transporter moves.
For example: A forklift must have a capacity of 1 if it is transporting item type 1. The same forklift must have a capacity of 40 if it is moving item type 2 (which has been batched on a queue).
Is there a way to do this without specifically making use of a combiner and a separator as this occurs often in the model?