G54 G55 G53 Problem
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
- Posts: 19188
- Thank you received: 6430
Thank you.
Please Log in or Create an account to join the conversation.
for atc work the position needs to be hardcoded in the subroutine or an ini setting created and added for the toolchange position. linuxcnc does not allow pulling in ui parameters during remap unfortunately, i suspect this is what you are dealing with. your atc parameters need to be hardcoded in the subs and done in G53 and your toolchange macro need to be using G53 anytime your doing toolchange functions. work offsets should only be used for program offsets.
Chris
Please Log in or Create an account to join the conversation.
i don´t have any problems when i only have a g54 offset...
my programm was running fine with g54 and g55 but at the resart of my machine and after homing the toolchange position was incorrect.
Please Log in or Create an account to join the conversation.
your subroutine on page one where you set G53 coordinates doesn't seem right, the only time you should be calling those coordinates are when you need G53 moves for atc positioning. and you should never be "setting" g53 after homing.CNC_ANDI post=291970 userid=33414yes i´m sure i have set my g53 coordinates for the toolchange hardcoded but as variable in the ini.
i don´t have any problems when i only have a g54 offset...
my programm was running fine with g54 and g55 but at the resart of my machine and after homing the toolchange position was incorrect.
but with out the rest of the routine its hard to see where you are creating the error. the sim works as expected, my machine works as expected, so it is probably something pretty simple in your subroutine. also remember that the parameters in the ui are useless in your scenario since you need the hardcoded parameters. be sure to uncheck that option and clear those registers so they don't add to the troubleshooting issue.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.