Hello folks,
I'm running into a problem at the moment with the Conveyor. As can be seen from the below figure, I would like the car to travel to the upper conveyor and pick 1 box. Then it will travel to the lower conveyor and drop the box there. The box is then supposed to exit to Sink1.
My problem is at the lower conveyor where the box doesn't move and just stays there. I tried connecting Queue1 to the conveyor and dropped the box at Queue1, then the box was transferred right away to Sink1. However, in my model, I would not want to put a Queue in front of a conveyor to drop the box.
Is there any way that could help me tackle this problem? I also tried using the Conveyor.sendItem() but it didn't do any good.
Regards,
Hoang