Overview The message "WN57 override function is active" indicates that one or more feedrate or spindle override functions are currently enabled on a FANUC CNC control. This is a status/notification describing that the machine will not run at the programmed nominal feed or spindle speed because operator overrides are modifying those values in real time.
What it means
Some high-end FANUC models (31i-A, 31i-B) feature Handle Interrupt – a mode allowing the operator to manually jog an axis during an automatic cycle using the MPG (handwheel). If the operator exits this mode without canceling the interrupt or if the program expects synchronized axes, WN57 appears as a safety warning. fanuc wn57 override function is active
Best practice for operators:
Develop a "Shutdown Checklist" Before switching from MEM to EDIT (or vice versa), mentally scan: Fanuc WN57 Override Function Is Active Overview The
Leverage the "Condition" Display Screen
On FANUC 0i-D and later, press the [SYSTEM] button, then the [CONDITION] soft key. This displays a live status of all overrides (MLK, DRY, SBK, AUX). Make this your default screen during setup.
Use G-Code to Automate Cancellation At the end of all your test programs, include: Override active: The control is applying an operator-set
M00 (PAUSE) ; Optional stop
#3000=1 (CHECK OVERRIDES OFF) ; Custom macro stop
This forces the operator to hit RESET and disable overrides.
Machine Builder Configuration (Advanced) If you are a machine tool builder, consider modifying the ladder logic so that WN57 appears as a pop-up dialog with instructions (e.g., “Turn MLK off on panel OPR07”), rather than a cryptic message.