REGARDING ROTARY AXIS BACKLASH

Moderators: TomKerekes, dynomotion

Post Reply
AmitKumar171
Posts: 134
Joined: Tue Feb 20, 2018 7:35 am
Location: India

REGARDING ROTARY AXIS BACKLASH

Post by AmitKumar171 » 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.
Thank You

AMIT KUMAR

User avatar
TomKerekes
Posts: 2540
Joined: Mon Dec 04, 2017 1:49 am

Re: REGARDING ROTARY AXIS BACKLASH

Post by TomKerekes » Wed Dec 25, 2019 5:55 pm

Hi Amit,

Configure it the same as a linear axis.
Regards,

Tom Kerekes
Dynomotion, Inc.

AmitKumar171
Posts: 134
Joined: Tue Feb 20, 2018 7:35 am
Location: India

Re: REGARDING ROTARY AXIS BACKLASH

Post by AmitKumar171 » Thu Dec 26, 2019 8:21 am

Hi tom,

Thanks for the reply.

I will test the same and let you know the results.

I have one more doubts regarding maximum frequirency of pulse generating in kflop.
KFLOP has 8 axes of Step and Direction. Output pulses up to 2.5 MHz can be generated.
In the above line in your manual , does that mean for 2.5MHz for each axis then 8 axis will be 2.5 * 8 = 200 MHz, ? or
2.5MHz is for all 8 axis combining. ?

or what is the maximum speed in usteps/sec pulse that kflop can give combining all 8 axes.

Waiting for your kind reply.
Thank You

AMIT KUMAR

User avatar
TomKerekes
Posts: 2540
Joined: Mon Dec 04, 2017 1:49 am

Re: REGARDING ROTARY AXIS BACKLASH

Post by TomKerekes » Thu Dec 26, 2019 9:53 am

Hi Amit,

2.5MHz each axis independently.
Regards,

Tom Kerekes
Dynomotion, Inc.

Post Reply