Homing Issue AXBBE

While UCCNC does not currently have a TURN Modual Here is the place to discuss your wants and wishes for TURN

Homing Issue AXBBE

Postby musgrave » Sun Jan 05, 2025 11:31 pm

Wondering if anyone has came across this issue or may know what the problem could be.

Have small lathe using 1.2117 with AXBBE after homing the machine I get the error message (Machine was not homed) when trying to use the Go To Park or the Probe features.
What could cause this error even though the machine has been just homed without issues off the home switches??
musgrave
 
Posts: 9
Joined: Sat May 05, 2018 5:00 am

Re: Homing Issue AXBBE

Postby ger21 » Mon Jan 06, 2025 2:15 pm

Are you homing X, Y and Z axis?
Gerry
UCCNC 2022 Screenset - http://www.thecncwoodworker.com/2022.html
ger21
 
Posts: 2738
Joined: Sat Sep 03, 2016 2:17 am

Re: Homing Issue AXBBE

Postby musgrave » Mon Jan 06, 2025 3:14 pm

Just the X and Z axis, no Y axis on the lathe
musgrave
 
Posts: 9
Joined: Sat May 05, 2018 5:00 am

Re: Homing Issue AXBBE

Postby cncdrive » Mon Jan 06, 2025 5:38 pm

Change this code part of the macro (M200 for parking and M31 is the probing macro)

From:

Code: Select all
if(!exec.GetLED(56)||!exec.GetLED(57)||!exec.GetLED(58)) // If machine was not homed then it is unsafe to move in machine coordinates, stop here...
{
  MessageBox.Show("The machine was not yet homed, home the machine before probing!");
  exec.Stop();
  return;
}


To:

Code: Select all
if(!AS3.Getbuttonstate(107)||!AS3.Getbuttonstate(109)) // If machine was not homed then it is unsafe to move in machine coordinates, stop here...
{
  MessageBox.Show("The machine was not yet homed, home the machine before run to parking position!");
  exec.Stop();
  return;
}
cncdrive
Site Admin
 
Posts: 5025
Joined: Tue Aug 12, 2014 11:17 pm

Re: Homing Issue AXBBE

Postby musgrave » Mon Jan 06, 2025 10:02 pm

Thanks, that solved the issue!
musgrave
 
Posts: 9
Joined: Sat May 05, 2018 5:00 am


Return to UCCNC TURN (CNC Lathe)

Who is online

Users browsing this forum: No registered users and 7 guests