
Originally Posted by
Reaying2
You’re dealing with a fairly common issue after an unintended *RESET + DELETEoperation on a Fanuc 0M-B controller — this key combination clears all RAM-based parameters, including servo, spindle, diagnostic, and PMC data.
Here’s how you can approach this problem now:
What the Current Alarms Mean
1. 417 / 427 / 437 - SERVO ALARM : \[X/Y/Z] AXIS DGTL PARAM
These alarms indicate invalid or missing servo parameters for each respective axis.
Commonly due to missing or incorrect servo tuning parameters (like 2000–2999 range).
2. 100 P/S ALARM
This is a parameter setting alarm, meaning the system can't function due to missing or invalid settings in critical parameters.
What You’ve Done Right So Far
You inputted some 900–919 parameters manually (these are often comms or boot-related).
You then uploaded a parameter `.txt` file via DNC/PC software.
You regained access to menus and file transfer — indicating partial recovery.
Likely Cause: Incomplete Parameter Set
Yes — it sounds very likely your parameter set is incomplete, especially:
Servo parameters (usually around 2000–2999)
Spindle parameters (usually around 6000+)
Axis tuning (1815, 1816...)
Diagnostic parameters (typically 300–399 and others)
Option parameters (like 0000–0127)
PMC parameters (ladder logic or internal machine functions)
What You Should Do Now
1. Confirm All Parameters Are Loaded
Go to the parameter edit mode (often via setting `MDI` > `PARAM` > `WRITE ENABLE = 1`)
Review key parameter ranges:
`0000–0127` – basic options
`01815, 01816, 01818, 01820...` – axis config
`02000–02999` – servo tuning
`06000+` – spindle config
`09000+` – user macros or soft PLC
Compare to a known full parameter backup (e.g., from Denford or other user)
2. Post/Upload Your Parameter File
If you can upload your `.txt` parameter file, I can review it and help you spot missing blocks.
3. Check for Custom PMC Parameters
Some Denford CNCs have ladder logic or PMC variables that control safety, hydraulics, etc. These may need reloading via a separate file. Without this, axis enable signals might be missing.
The issue is almost certainly due to incomplete parameter loading.
Focus on checking and completing servo, spindle, and diagnostic parameters.
Upload your parameter file here — I can compare and suggest what's missing.
If possible, locate a full backup from another identical machine.