PDA

View Full Version : Robot API units



smm.144
2010-05-02, 10:24 AM
My project force unit is in [kg] but when I apply a load in api program it is applied in [N]:
Rec.SetValue I_PARV_FX, 100--->and the result in project is Fx=10.2

How can I change api unit(N) to project unit(kg)?

angel.247184
2010-05-04, 02:24 PM
My project force unit is in [kg] but when I apply a load in api program it is applied in [N]:
Rec.SetValue I_PARV_FX, 100--->and the result in project is Fx=10.2

How can I change api unit(N) to project unit(kg)?

Hi,
you can go to JOB PREFERENCE and play with all kind of units.

smm.144
2010-05-04, 03:55 PM
Hi,
you can go to JOB PREFERENCE and play with all kind of units.

It does not affect API..

marek.wiecek
2010-05-05, 08:34 AM
You can't change this.
API uses units that are internally kept by Robot.
Except some documented cases, they are always SI units.