Hi, I'm having a problem implementing kanban logic in my refrigerator assembly line model.
Currently the system is composed of three lines, "Line A", "Line B" and "Line C" that require different levels of material for each operation.
The logic of the AGVs is the following, they randomly take the pieces from the warehouse and bring them to the reference queue (I used the logic of the tutorial).
However, this leads to a strong imbalance and randomness in production, causing numerous line stops due to the lack of material on board the machine in the station that have a higher utilization factor.
The solution of starting the AGVs and transporters an hour earlier did not give the desired results, only delaying the problem.
I tried to implement an object process flow for some queues, those that have a utilization coefficient of 1, but it is as if it was not taken into consideration and the queues currently continue to pull pieces from the AGVs.
Thanks for your availability
PS If I put a maxcontent on the queues, they stop pulling from the agvs