Yes I have tired that.
It’s only when I use the rotary tool. The rotary tool spins and at the end of that cycle it brings up and error. And when I hit get position it’s still come up to be -600 on both the x and y axis
Thank you I will read. I know what homing is i just wanted to be on the same page.
My machine does not use negative coordinates to work. Like I said it’s just Everytime i plug in the rotors tool and I click home. When I hit get position after the coordinates come up to -622.50 for both x and y axis
I won’t go into detail because I’m not familiar with Rotary.
But the principle should be the same. From what I understand, one of the axes remains the same, hence the principle is the same. But this in my opinion…
The ONLY 2 things that are required when using rotary are
a) disable homing
b) tell the machine you are NOT at X0 Y0 (or it will alarm 2 )
So you can have a script button that does
$22=0
$X
G0 X200
G0 Y200
(you wil need to double check this i am typing from memory)
This would enable rotary mode
and another script that does
$RST=*
This disables rotary mode
What the first script does is tell the machine that you are no longer using homing to define your X0 Y0
Then unlocks machine (if its locked)
And then moves the head away from home position
This means that once you start moving your head around machine will not “THINK” its at X0 Y0. Any hand motions of the laser head are not known to the controller