dynamic_compiler_problem.fsmHi there,
I’m relatively new to FlexSim and have encountered an issue with my combiners.
In my supply chain, pallets containing up to 25 items, with three different item types, are used. These pallets travel to three different stations via a transporter. At each station, the pallet enters a separator where it is divided. The pallet is sent directly into the combiner, while the three types of items are placed into a separate queue. This queue has a conditional port that sends a specific type of box to its corresponding sink, while the remaining items (types 2 and 3) are directed to another queue. The items from this second queue are then moved to the combiner.
Once the combiner processes the items, the finished product — consisting of the pallet and combined items — is placed in a queue, ready to be picked up by the transporter.
The issue I’m facing is with the target quantity for the combiner. Since the number of type 2 and type 3 boxes per pallet varies in multiple runs, the combiner’s target quantity needs to be adjusted accordingly. I can't simply set a fixed low target because I need to ensure that no boxes are left behind. I’ve solved this issue before using process flows, but due to my license restrictions, I’m unable to use them along with the transporter. Any suggestions for a code solution or triggers would be greatly appreciated! :))
Btw Im using version 22.0.5 but I cannot select that one.