DRO Not Zero After Homing

Moderators: TomKerekes, dynomotion

Rasta
Posts: 41
Joined: Fri Mar 08, 2019 8:24 pm

Re: DRO Not Zero After Homing

Post by Rasta » Tue Sep 17, 2024 6:43 am


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

Re: DRO Not Zero After Homing

Post by TomKerekes » Wed Sep 18, 2024 5:54 pm

Hi Mariano,

It seems you have something Flashed into KFLOP to set the Destinations on Power up. You could verify this by running KMotion and observing the Axis Screen. To set KFLOP back to its default state re-Flash New Version.
Regards,

Tom Kerekes
Dynomotion, Inc.

Rasta
Posts: 41
Joined: Fri Mar 08, 2019 8:24 pm

Re: DRO Not Zero After Homing

Post by Rasta » Thu Sep 19, 2024 10:19 pm

Hi Tom,
Thank you , that did the trick,
I installed the last version , and must thank you and the team for implementing the U,V axis ( I long time wish for the Wire EDM users) .Now I have to find my lost buttons
Thanks again
Mariano

Rasta
Posts: 41
Joined: Fri Mar 08, 2019 8:24 pm

Re: DRO Not Zero After Homing

Post by Rasta » Sun Sep 29, 2024 10:36 pm

Hi Tom , I have removed A and B axis from the screen and put the U and V axis in their place , But after the initialisation, the U and V axis remain are still not implemented ( yellow numbers ) and the jogging buttons don’t work for those axis .I think that the initialisation program does not call for the U and V axis ,
In my initialisation program it says.
DefineCoordSystem6(4,5,0,6,7,1);
Which was X,Y,Z,A,B,C..
what I want it to be is X,Y,Z,U,V,C.
Can you please advise what to do?
Thank you

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

Re: DRO Not Zero After Homing

Post by TomKerekes » Mon Sep 30, 2024 11:15 pm

use:

Code: Select all

DefineCoordSystem8(4,5,0,-1,-1,1,6,7);  //X Y Z A B C U V
Regards,

Tom Kerekes
Dynomotion, Inc.

Rasta
Posts: 41
Joined: Fri Mar 08, 2019 8:24 pm

Re: DRO Not Zero After Homing

Post by Rasta » Thu Oct 03, 2024 5:22 am

Hi Tom , the axis is working now , I have some problems that I'm trying to fix myself, however I have discovered what appears to be a bug in the 5.3.5 version , trayectory planner
If you set up for inches , and then press the units radio button in the trayectory planner to mm it will multiply the number of steps (counts ) per mm in the axis ..should it be dividing the counts?
Image
Attachments
IMG_20241003_150701.jpg
IMG_20241003_150716.jpg

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

Re: DRO Not Zero After Homing

Post by TomKerekes » Thu Oct 03, 2024 7:06 pm

Hi Mariano,

Yes you are correct. This should be fixed in 5.3.6.
Regards,

Tom Kerekes
Dynomotion, Inc.

Post Reply