- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear Team,
I’ve implemented the logic for handling one box, and it’s working as expected in the model.
However, I’m encountering an error when the robot tries to pick the second box and place it on the next available pallet.
Summary of the intended logic:
A pallet arrives at the station with 2 boxes.
The robot picks one box from Station 1 and places it on the first pallet.
Then, it should pick the second box and place it on the next available pallet.
These two pallets should be combined at the combiner point station, where the operator will work on them together.
If no pallet is available, the robot should wait and not pick any box.
Please do not use a queue, as it leads to accumulation of boxes at Station 1.
I’ve attached a reference for further clarity.
Could you please help identify the issue or suggest a better approach for this logic?
Solved! Go to Solution.