[youtube][/youtube]
https://youtube.com/shorts/ZLh28uRpGVs? ... DrAL-zpz5B
DRO Not Zero After Homing
Moderators: TomKerekes, dynomotion
- TomKerekes
- Posts: 2676
- Joined: Mon Dec 04, 2017 1:49 am
Re: DRO Not Zero After Homing
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.
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.
Tom Kerekes
Dynomotion, Inc.
Re: DRO Not Zero After Homing
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
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
Re: DRO Not Zero After Homing
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
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
- TomKerekes
- Posts: 2676
- Joined: Mon Dec 04, 2017 1:49 am
Re: DRO Not Zero After Homing
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.
Tom Kerekes
Dynomotion, Inc.
Re: DRO Not Zero After Homing
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?
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?
- TomKerekes
- Posts: 2676
- Joined: Mon Dec 04, 2017 1:49 am
Re: DRO Not Zero After Homing
Hi Mariano,
Yes you are correct. This should be fixed in 5.3.6.
Yes you are correct. This should be fixed in 5.3.6.
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.