Hi, I recently started using this program and I have problems with the logic of the model.
I am creating a simulation in "flexsim 2022 update 2", using the "combiner" element. This element in the simulation connects the "pallet" object and the "Box" object in the amount of 60. I need to create a logic in which the "combiner" connected the "pallet" and the "Box" object in the right amount of the "Box" object with the label "Typ" and a value of 1 on the "pallet", but at the same time if the "Procesor" element is idle, and the next element is "queue" , which is the warehouse for the "Box" object before it enters the "combiner", will be empty. "combiner" will be able to start the process of processing their combination, provided that there is at least one "Box" element on it.
The code looks like this:
Do you have any thoughts that could solve this problem?