Hey!
I'm using a turning machine with a fanuc O-T system .. Can anyone tell me whats wrong with this kind of code?
I expected the machine run to the cycle between N1 and N2 two times and return to home. I've done this many times with a G71 command first, which then had the cycle and the G70 commands like this later in the program:Code:.... G70 P1 Q2 N1 G00 X 10. .... ... .... G01 Z-30. F0.1 X30. N2 G70 P1 Q2 G28 U0 W0 ...
But this time the machine after reaching X30. in the second run of the cycle started on another run of the cycle directly, trying to move to X10. from the end point of the cycle (X30. Z-30.). This caused a crash, can someone please explain why?Code:G70 P1 Q2 G70 P1 Q2