I need to model a 5 axis robot on conveyor.
I have four stations (modelled as queue) where boxes with lid will arrive. I need to use this robot to pick the boxes in a particular order from different or same stations. After picking a box, its lid will be opened by a machine, this lid opening machine is on one end of the conveyor, after opening the lid, the lid will be held by machine, then contents of the box are emptied in another station. Then the lid will closed and box will be returned to its original station.
So far, I have placed 5 decision points on a conveyor (4 for station and 1 for lid opening machine) and control robot movement through process flow. Not sure if there is a simple approach.
My question is how to control the robot movement on conveyor using process flow?