REGARDING ROTARY AXIS BACKLASH
Posted: Wed Dec 25, 2019 11:19 am
Hi tom,
I am using kflop for my 5 axis machine.
Which is having 3 linear axis (X, Y, Z) and 2 rotary axis (A, C).
I am facing problem related to backlash, which i want to adjust in my init.c file.
My A axis is having gearbox which is having reduction ratio of 1:39, but also having a backlash of 1 arc-minute (0.016 Degrees).
I want to adjust same backlash in int file eg.
ch0->BacklashMode=BACKLASH_OFF;
ch0->BacklashAmount=0;
ch0->BacklashRate=0;
the above code i have in my init file. I have seen the manual also which says that backlash will be (BACKLASH_OFF, BACKLASH_LINEAR).
For rotary axis A , how should i adjust because rotary backlash setting option is not there as shown above. ?
Is there any separate option for adjusting rotary axis or gearbox backlash.
Waiting for your kind reply.
I am using kflop for my 5 axis machine.
Which is having 3 linear axis (X, Y, Z) and 2 rotary axis (A, C).
I am facing problem related to backlash, which i want to adjust in my init.c file.
My A axis is having gearbox which is having reduction ratio of 1:39, but also having a backlash of 1 arc-minute (0.016 Degrees).
I want to adjust same backlash in int file eg.
ch0->BacklashMode=BACKLASH_OFF;
ch0->BacklashAmount=0;
ch0->BacklashRate=0;
the above code i have in my init file. I have seen the manual also which says that backlash will be (BACKLASH_OFF, BACKLASH_LINEAR).
For rotary axis A , how should i adjust because rotary backlash setting option is not there as shown above. ?
Is there any separate option for adjusting rotary axis or gearbox backlash.
Waiting for your kind reply.