Installation Payload/UR10e

Hi all,

I am using UR 10e robot with Onrobot VGC10 Vacuum Gripper for current project.

I measured the payload and set it as a active Payload under Installation tab(named it as “Vakuumgreifer”) . Also did similar to the TCP settings. Below are the images for reference.


Then i started the robot and under it chose the “Vakuumgreifer” as active payload.

After i run the program, i see strange “Custom Payload” in active payload which i never set up.

I cannot understand why this override happens??
And, what does this mean, “active payload is used to temporarily overwrite the installation payload” ?

I am curious and would be happy if anyone has similar issue and know the solution!

Kind Regards,
Bipeen

Hello Bipeen,

The text just tells you, that the settings on the Initialization screen are the active settings. :slight_smile:

It says a custom payload is active, because some command/function in your program is overwriting the payload when it is executed.
This is most likely the VGC10 grip or release command, which has the built-in function to set the payload, when it grips or releases a part. :slight_smile: If you do not want it to do this, then you must disable the function in all the OnRobot commands.
You should, however, always set the correct payload when the state of the robot changes. Either use the built-in command in the OnRobot command, or use the UR command Set Payload.

1 Like

Hello efn,
thanks for your helpful, insightful answer.
Now it makes sense why after each grip and release, the payload changed. I did not take into account VGC10’s built in function override.
I will have a look into it.

Kind Regards!