Position 1
Position 2
I have a model where the robot path is defined for load and unload task. One other path is defined to return the robot to home position (Position 1). Its loaded from Queue 1 and unloaded on Queue 2.
The item coming from the conveyor, stops until a message is received from Queue 1.
Also, the Robot moves from Position 2 to Position 1 on message, from the Queue 1.
The issue is, the item arrives before the robot reaches Position 1. as the robot takes time to move.
But I want the Item to arrive after the robot reaches position 1. by sending a message from the robot.
Following is the attached model
Thank You!