Data change in the parameter called is not possible in the present mode (Register 0007)
Danfoss · VLT Micro Drive FC 51
Was bedeutet 17 ?
The parameter value attempted to be changed via Holding Register 0007 cannot be modified while the drive is in its current operational mode (e.g., running, powered down, specific control state). This protects against changes that could compromise operational stability or safety.
Häufige Ursachen
- Attempting to modify a parameter (e.g., motor nominal voltage P1-06) while the drive is in 'Run' state, requiring a 'Stop' state for changes.
- Parameter write protection enabled (e.g., P0-01 set to 'Locked') preventing any parameter changes.
- Trying to change a parameter that is read-only or whose value is determined by other settings (e.g., internal calculated value).
- Using a Modbus function code for writing (e.g., FC06, FC16) on a register that only accepts writes in specific operational states.
- Attempting to change a critical parameter (e.g., motor control mode P1-00) that requires a power cycle or specific sequence of operations.
Reparaturschritte & Checkliste
Klicken Sie auf Schritte, um Ihren Fortschritt zu verfolgen.
- 1
Place the drive into the 'Stop' or 'Ready' state (e.g., by sending a stop command via digital input or Modbus control word) before attempting parameter modification.
- 2
Check the drive's parameter P0-01 (Parameter Lock) to ensure it is not set to prevent changes, and unlock if necessary.
- 3
Consult the drive's parameter manual for Register 0007 (or the specific parameter being accessed) to understand its write access conditions and valid modes.
- 4
Verify the Modbus function code being used by the master device to write to the register is appropriate for the desired action.
- 5
If a parameter cannot be changed while the drive is running, consider implementing a logic sequence in the PLC to stop the drive, change the parameter, and then restart.