Hello,
I'm trying to make a CNC program for an Amada Vipros 358 King II with a Fanuc controller. The program will have 3 pauses in it for the operator to rotate or flip the part as needed.
The operator will start the program, the program will punch a notch, a radius, and a hole, then return to home and pause with M00.
The operator will then rotate the part 180 degrees and resume the program. Program will punch some then return home and pause with M00.
The operator will flip the part keeping the gripper edge the same. Program will punch some then return home and pause with M00.
The operator will then rotate the part 180 degrees one last time. Program will punch some and then end with G50.
The problem I'm running into with this program is that I'm getting a 4702 OT+ in the Y-axis when I try to return the axes to the origin using G70 X78.74 Y50.75 (X78.74 Y50.75 is the same as our G92).
Anyone know what am I doing wrong?
Thanks in advance for any help you can give.