Hi everyone,
I want to model where there are four processor which process parallelly and move to their respective Queue at a time. For ex., in all the processor there is a one part processing. Processor 1 has the highest cycle time so all the other processor after finishing cycle time has to wait until process 1 finishes processing. once all processor done processing the part has to move to their respective buffer at a time and next set of parts come in and follow same logic.
I have tried with open and close ports but seems not working. If there are any other method please help me with logic.