Hi!
What is your control and your machine? I've just checked on Fanuc 11M and there is no error.
Could you attach a code and point when exactly (which line) an error pops-up on your machine? If you could share your Fusion File Share Link which contains CAM data, it would also help me find the cause.
I referred to the Fanuc alarm code list, and it states "An attempt was made to perform a start-up or cancel of cutter
compensation or tool nose radius compensation not in the
G00/G01 mode. Modify the program."
FANUC requires that cutter compensation (G41/G42) or tool nose radius compensation be activated or canceled only during linear interpolation (G01) or rapid positioning (G00).If your program tries to turn compensation on/off during an arc move (G02/G03) or any other mode, the control will trigger PS0034.
When your compensation type is set to "In Control", then your linear lead-in distance has to be greater than zero.
Anyway, even when I posted the code after ignoring this warning, still compensation is switched on during linear movement.
