Did you ever get help with this? I'm working on it to, just getting started with it.
I want to start using the G53 datum shift with a datum table on the 426 controller but have a few questions regarding it.
Before I post my questions does anyone have an example of a G53 datum shift in a proven program?
That way I might be able to sort it out myself with bothering anyone.
Cheers
D
Did you ever get help with this? I'm working on it to, just getting started with it.
G53 ?
As far as I recall isn't G53 something with the machine coordinate ? I used it together with a G55 the other day. I had a whole program I needed to repeat 3 times and with and additive correction in z for each repeat.
I think the code looked something like this:
N10
G55
Z-10
N11
L3
N3
N10
N12
G53
I can go check the code again if so, but I think it was something like the above I used.