Hi everybody,
I am working with a simulation that is giving me some problems. There is a transporter who is moving batches of boxes to a Separator1. After the separator1, there is a Processor1 and a Combiner1.
What I would like to achieve: when the first batch come, I would like the transporter to unload the batch and then, before releasing, to wait until the processor1 finishes to process all the boxes (PICTURE 1).
However, if it is the second batch the one is coming, the previous batch will be ocuppying the Combiner1, so I would like to release the Transporter, as in other PF I will order to take the first of the batches (PICTURE 2).
I attach some pictures to make it clearer and to show how I tried to do it unsuccessfully.
I was looking for a solution and I thought that setting a "Decide" Acitvity in function of the input port of the combiner would be ok. But it is not working as you can see in the .fsm file.
I wonder if someone could help me in this taks, as I have been thinking about it during a long time and I can not find a propper solution.
Thanks in advance.