Move robot to next approach position with PM

Hi there,

is there a way I can say the robot via process modelling to move to the next pick position even if there is nothing to pick yet, for time optimization?

Like in that picture the robot places the pallet and waits there in the approach position until the pallet is in the process node and sends out the task. I would like to move the robot back to approach the full pallet after placing the empty pallet.

Anyone knows how I can do that with process modelling?

Thanks a lot!

All the best,
Patrick

Hey Patrick,

i had the same problem/task in the past.
I solved the problem as follows:

  • Record routine
  • Edit the routine so that the last PTP of routine 1 is the 1st PTP of routine 2
  • Play routine

With this i was able to pre-position the robot.
This solution is not the prettiest and only works if the sequence of the routines is always the same.
As soon as the sequence deviates from the standard, i have no solution.

Greetings from NES :wink:

Hi,

thanks for the answer!
I thought about that too but as you say, it is not the prettiest so I thouhgt there is already a better solution to that.

But thanks anyway! :slight_smile:

Greetings from Graz :smiley:

if the approach position you need is always the same, you could also save it as initial position and enable the AutoHoming in the Robot Transport Controller Properties.

1 Like

And maybe use some signals and a IF-THEN for different positions depending which process is calling the homing!?

1 Like

Thanks for the clues! I will try that.