Dear friends, I have a issue that. I would like to give a zero offset of any axis in G-Code by G54 from PLC code as below demonstration. N000 G00 X0 Y0 Z0 N010 G54 (offset from PLC) N020 G01 X0 Y0 Z0 . . How to fix it! BR