Siemens 6SE7024-7TD61: Changing P434 Scale Add Setp1 Safely

David Krause12 min read
SiemensTroubleshootingVFD / Drives
Licensed PE Working through this on a live machine? A Maine-licensed engineer can take it from here — included with IMD hardware, by the hour for everything else. Book an engineer

Overview

The Siemens 6SE7024-7TD61-Z is a member of the SIMOVERT MASTERDRIVES family of three-phase AC drives. Field engineers and commissioning personnel routinely need to adjust the additional setpoint scaling (P434) for process tuning, setpoint summation tuning, or to remove a bias contribution. A common concern when editing P434 is whether switching parameter P060 into the drive-setting value (P060 = 5) — often recommended as a workaround to gain access — inadvertently alters other commissioning values stored in the drive's parameter sets. This article identifies the safe sequence to change P434 on the 6SE7024-7TD61-Z, clarifies what P060 actually controls, and documents what is and is not affected when the drive-setting mode is entered.

The official Siemens industry support portal is the authoritative source for the MASTERDRIVES parameter manual, firmware notes, and parameter set switching logic: Siemens support search for MASTERDRIVES P434.

Drive Identification and Order Number Decoding

Before any parameter edit, confirm that the order number on the drive rating plate matches the documentation you are following. The Siemens 6SE7024-7TD61-Z order number decodes as follows:

Field Decoded Meaning Engineering Note
6SE70 SIMOVERT MASTERDRIVES series Modular three-phase AC drive family (MC/VC)
2 Format / size identifier Chassis-format construction
4 Power/current rating sub-code Mid-range frame within the 6SE7024 family
7TD61 Firmware / software release tag Specific firmware designation for the CUVC electronics card
Z Customized options bundle Factory-configured customer options preinstalled

Cross-check the firmware label on the front of the CUVC (CUmV or CUVC electronics card). On the OP1S / OP2S operator panel, read r005 (drive type) and r006 (firmware version). The P434 behavior described here applies to the 7TD6x firmware family; on legacy firmware, online-edit availability is reduced, and the drive may refuse to accept writes while in operation.

Parameter P434 — Function and Behavior

P434 is the scaling factor for "Additional Setpoint 1" within the MASTERDRIVES setpoint channel. The parameter multiplies the additional setpoint value before that value is summed into the main setpoint passed to the ramp generator. The default factory value is 100.00 % (unity gain). Reducing P434 from 100 % to 0 % removes the contribution of additional setpoint 1 from the setpoint sum without touching the analog-input conditioning (e.g. P632/P634) or the wiring.

Key attributes of P434:

  • Index: Single-element parameter (not indexed); one storage location per parameter set.
  • Set membership: P434 exists in all four parameter sets (DS1, DS2, DS3, DS4). Each set carries its own copy.
  • Editable states: Acceptable write states are typically r001 = 011 (Ready for operation) and, on firmware that permits online editing, r001 = 014 (Operation). Always verify the firmware revision before assuming online write.
  • Resolution: 0.01 % typical; consult the parameter list for the exact resolution on your firmware.

Parameter P060 — Parameter Set Selection

P060 is a system-level parameter that selects the active parameter set or enters commissioning / drive-setting mode. Its accepted values are 0 through 5 with the following mapping on the 6SE7024-7TD61-Z:

P060 Operating Mode Writable Parameter Sets Drive State Effect
0 Parameter set selection via terminals / fieldbus Determined by binary inputs External DS1–DS4 control
1 Parameter set 1 (DS1) active DS1 only Normal operation
2 Parameter set 2 (DS2) active DS2 only Normal operation
3 Parameter set 3 (DS3) active DS3 only Normal operation
4 Parameter set 4 (DS4) active DS4 only Normal operation
5 Drive-setting (commissioning mode) All four sets simultaneously Drive drops to r001 = 05, run inhibit

When P060 is 1, 2, 3, or 4, parameter writes affect only the selected set; the drive does not change state. When P060 = 5, the drive enters drive-setting mode and parameter writes broadcast to all four parameter sets. Exiting requires returning P060 to 1–4 (or to 0) and, in some firmware revisions, executing a save command (P971) to commit to EEPROM.

Why the Original Two-Case Procedure Raises Concerns

The two-case workflow originally proposed was:

  • Case A: If r001 = 011 (Ready for operation), edit P434 directly.
  • Case B: Otherwise, set P060 = 5, verify r001 = 05, edit P434, then restore P060 to 1.

Case A is the preferred method and is correct as written. Case B is workable but introduces three concrete risks on the 6SE7024-7TD61-Z:

  1. Cross-set overwrite: In drive-setting mode (P060 = 5), the value written to P434 overwrites the same location in all four parameter sets. If DS2, DS3, or DS4 previously carried a different P434 (e.g. for a recipe change), those legacy values are silently lost.
  2. Implicit save requirement: Some MASTERDRIVES firmware revisions require an explicit P971 (save parameters to EEPROM) after returning from P060 = 5 to P060 = 1, or the new P434 value reverts on the next cold start.
  3. State machine coupling: Switching P060 = 5 forces r001 = 05 and disables the run enable. If the drive is mid-process, this triggers a coast stop via the OFF1/OFF3 logic depending on the wiring of the enable inputs.

Recommended Procedure to Modify P434

The clean sequence for changing P434 on the 6SE7024-7TD61-Z without disturbing unrelated parameter sets:

  1. Confirm the drive state by reading r001 from the operator panel. Acceptable source states are typically r001 = 011 (Ready for operation) — preferred — or, where firmware permits online editing, r001 = 014 (Operation).
  2. Read r061 (active parameter set, 1–4). Document this value: you are about to edit this DS's P434 only.
  3. Navigate to P434 on the OP1S / OP2S or via DriveMonitor / SIMOVIS.
  4. Enter the new value (for example, 0.00 % to zero the contribution). Press the panel's "P" (parameterize) key or the equivalent DriveMonitor commit to write.
  5. If the drive is running (r001 = 014), the new value takes effect on the next setpoint scan. Observe the process response before leaving the drive.
  6. Issue P971 = 1 to save to non-volatile memory if the change is permanent.
  7. Document the new value, the active DS, and the firmware revision in the drive's parameter log card.

If the goal is to change P434 in a parameter set that is not currently active (for example, DS2 is the recipe you want to prepare for the next shift, but DS1 is currently driving the motor), use this alternate sequence instead:

  1. Stop the drive via OFF1 so that r001 = 011 (Ready for operation).
  2. Set P060 = 2 to make DS2 active. Verify r061 = 2.
  3. Edit P434 to the new value.
  4. Return P060 to its previous value (or to 0 for external selection).
  5. Issue P971 = 1 to save to EEPROM.
Best practice: Do not use P060 = 5 for single-set edits. Reserve P060 = 5 for cases in which you genuinely want to broadcast the same value to all four parameter sets.

What Happens When P060 = 5 (Drive-Setting Mode)

Entering P060 = 5 on the 6SE7024-7TD61-Z produces several side effects that commissioning engineers must understand:

Side Effect Behavior Mitigation
Run inhibit Drive drops run enable; r001 transitions to 05 (Drive setting) Ensure the process can tolerate a stop before entering P060 = 5
All DS writable Each parameter write updates DS1, DS2, DS3, DS4 simultaneously Use P060 = 1–4 if you only want to modify one set
Implicit normalization Some linked parameters auto-recompute dependencies (e.g. ramp pairs, motor identification data) Verify derived parameters after exiting drive-setting mode
Trim register interaction Trim values stored in the non-volatile trim area may be cleared on entry Read trim parameters before, restore after
EEPROM wear Each parameter commit in this mode can cause additional EEPROM cycles Avoid frequent P060 = 5 entry; consolidate edits into a single session

Verification After Changing P434

After committing the new P434 value, perform the following checks before handing the drive back to operations:

  1. Read-back verification: Read r434 from the operator panel or DriveMonitor. Confirm the displayed value matches what you wrote.
  2. Active-set confirmation: Read r061 and confirm it matches the parameter set you intended to modify.
  3. Setpoint summation check: With the drive enabled but the motor at standstill (OFF2 or zero speed reference), observe the summed setpoint displayed in the setpoint-total readout. The expected contribution from additional setpoint 1 is 0.00 % when P434 = 0 % and the additional input is at zero.
  4. Run verification at no-load: Issue a small setpoint and confirm the motor follows. If the additional setpoint is fed from an analog input, verify that the contribution from that input is now scaled to zero.
  5. Cold-start verification: With the main power removed and the DC bus discharged per site safety procedure (typically below 50 V on the DC link test points), cycle the 24 V control supply on the CUVC electronics card. On reboot, read r434; it must retain the new value if P971 was executed.

Troubleshooting Matrix

Observed Symptom Likely Cause Corrective Action
Panel shows "Locked" or rejects the P434 write Drive state disallows writes (e.g. r001 not 011/014), or write-protect is active Stop drive to r001 = 011, or unlock via the parameter write-protect setting
P434 reverts to 100 % after power cycle P971 was not executed; change is RAM-only Re-enter P434 and execute P971 = 1
P434 changed but DS2 still shows old value P060 was 1 during the edit; DS2 copy not touched If DS2 also needs the change, set P060 = 2 and edit again
r001 = 05 after parameter edit P060 was set to 5 inadvertently Set P060 back to the original value (1–4 or 0) and cycle run enable
Motor runs away at start Cross-set contamination from P060 = 5 edit clobbered DS2/DS3/DS4 values Restore from a known-good parameter file; do not use P060 = 5 for single-set edits
Additional setpoint contribution still nonzero after P434 = 0 % Signal routed through a different connector (e.g. P636 instead of P632) Inspect P631/P632/P634/P636; P434 only scales the source selected by P632
Panel shows a numeric error during write Value out of range or write-protect active Confirm the parameter's permitted range and the write-protect state

Field Commissioning Caveats and Edge Cases

Cold-start vs. warm-restart persistence

A cold start (full power removal, including the 24 V control supply on the CUVC electronics card) triggers an EEPROM reload. If P971 was not executed, the RAM-resident P434 value is lost and the EEPROM-stored value returns on the next cold start. A warm restart (main power removed, DC bus discharge, 24 V control supply retained) does not reload EEPROM, so the RAM value persists. Always perform a cold-start test when you claim a permanent change has been saved.

Parameter set hot-swap during operation

The MASTERDRIVES supports parameter-set hot-swap via binary inputs when P060 = 0. If you set P060 = 5 mid-run and then return to 0, the next binary-input-driven set change applies the modified DS. Coordinate with the control system integrator to avoid mid-cycle set swaps that could trigger unexpected process behavior.

Firmware revision dependence

Online editing of P434 in r001 = 014 is firmware-dependent. Earlier MASTERDRICES firmware revisions may not permit parameter writes while running. Check r006 and reference the firmware-specific edit matrix from Siemens support search for MASTERDRIVES P434 before relying on an online-edit sequence.

BICO source for the additional setpoint

P434 scales the value entering the additional setpoint node in the setpoint channel, but the source of the additional setpoint is selected by connector parameter P632 (analog input assignment). Setting P434 = 0 % does not detach the input; it only scales the contribution to zero. If the analog input later becomes active, a 0 % scaling prevents runaway, but the input is still wired to the setpoint chain. To fully detach, repoint P632 to a constant zero or an unused connector.

Interaction with PID / process controller

If the drive is configured for closed-loop process control, P434 may affect the additional process setpoint path. After changing P434, verify the process setpoint total does not cause a process bump on the next enable. Consider stepping the setpoint from zero to its operating value to observe the response before committing to production.

Backing up parameter sets before edits

Best practice: read all four DS copies of P434 (cycle P060 1 → 2 → 3 → 4 → 1, reading r434 each time) and document them in the drive's parameter log. If a P060 = 5 edit inadvertently clobbers an unexpected value, the log allows restoration.

Alternative controllers and platforms

The MASTERDRIVES P434 / P060 architecture is specific to the 6SE70 family. Newer Siemens drive platforms — SINAMICS G120, G130, S120, S150 — use a different parameter numbering scheme (e.g. p2900 range and p21500 / p21510 ranges for setpoint scaling, and parameter set selection via p0820 / p0821 with drive setting via a separate bit, not a P060-style numeric mode). Do not apply this procedure verbatim to a SINAMICS drive without consulting the platform-specific parameter manual.

FAQ

Do I need to change P060 to 5 to edit P434 on the 6SE7024-7TD61?

No. With the drive in r001 = 011 (Ready for operation), P434 can be written directly without changing P060. Setting P060 = 5 is only required if you intend to broadcast the same value to all four parameter sets or if firmware online-edit rules force the drive-setting mode.

What is the value range of P434?

P434 accepts a bipolar percentage range typical of MASTERDRIVES scaling parameters (commonly -200.00 % to +200.00 % with 0.01 % resolution). The factory default is 100.00 %, representing unity gain on the additional setpoint 1 path. Verify the exact range in the firmware-specific parameter list before writing.

Will my P434 change persist after a power cycle?

Only if you execute P971 = 1 (Save parameters) after the edit. Without P971, the new value lives in RAM and reverts to the EEPROM-stored value on the next cold start. A warm restart with 24 V control supply retained will not reload EEPROM and will preserve the RAM-resident value.

How do I change P434 in a parameter set that is not currently active?

Stop the drive, set P060 = 2 (or 3 / 4 for DS3 / DS4), verify r061 shows the target set, edit P434, restore P060 to its prior value, and execute P971 = 1. Do not use P060 = 5 for this — it will overwrite P434 in all four parameter sets.

Why does the drive refuse my P434 write?

The most common causes are: (1) the drive state disallows parameter writes (r001 not 011 or 014), (2) write-protect is active, or (3) the firmware revision does not support online editing. Check r001, the write-protect setting, and r006 (firmware version) before retrying. On legacy firmware predating online-edit support, the only safe option is to stop the drive and edit while in r001 = 011.

Back to blog