Configuring SINAMICS G120 for 110V 100Hz Special Motors

David Krause14 min read
SiemensTechnical ReferenceVFD / 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

1. Problem Overview: Driving a 110 V / 100 Hz Special Motor from a 400 V SINAMICS

The standard SINAMICS G120 commissioning wizard enforces a motor voltage floor (typically 380 V) when the drive is selected for 400 V class operation. Engineers attempting to run a low-voltage / high-frequency motor — for example a 110 V / 100 Hz spindle, a high-speed router motor, or a textile-stretch motor — receive a parameterization rejection during the basic commissioning flow on the CU240B-2 Control Unit paired with a PM240 Power Module. This article documents the field-proven method for forcing the drive into V/F control (P1300 = 3) and building the voltage-to-frequency curve manually using the programmable V/F characteristic points P1320–P1327.

The same approach applies to any SINAMICS G120, G120C, G120P, or G130/G150 family drive where the rated motor voltage is significantly below the drive class rating and the rated motor frequency is significantly above 50 Hz. The technique is intentionally simple: it bypasses the motor model used by vector control and uses the inverter's open-loop volts-per-hertz transfer function to synthesize the required stator flux.

Important: Vector control (P1300 = 0, 1, 2, 20, 21, 22, 23) cannot be used with this configuration. Sensorless vector control requires a valid motor data set that matches the drive's DC-link voltage and the motor's back-EMF constant. When the motor voltage is far below the drive class, the motor model becomes numerically unstable and the drive will refuse to exit commissioning or will trip with F07901 or F07902 motor overcurrent during the identification run.

2. SINAMICS G120 Hardware Required for This Application

For a 400 V class, 110 V / 100 Hz motor application, the minimum viable hardware stack is:

Component Catalog Number Example Role
Control Unit 6SL3244-0BB12-1BA1 (CU240B-2 DP) or 6SL3244-0BB12-1PA1 (CU240B-2 PN) Parameter storage, V/F engine, setpoint source
Power Module 6SL3224-0BE32-2UA0 (PM240, 400 V, 22 kW, FSB) or any FSD/FSE size matched to motor current DC-link inverter, IGBT bridge
Operator Panel 6SL3255-0AA00-4BA1 (BOP-2) or 6SL3255-0AA00-4JA1 (IOP-2) Local parameterization without a PC
Memory Card (optional) 6SL3254-0AM00-0AA0 (SD card) Parameter set cloning and firmware load

The PM240 (FS A–FS F, 400 V 3-phase) provides the DC-link from a rectified 380–480 V supply. From that DC-link the inverter synthesizes any V/Hz characteristic, including very low-voltage / high-frequency pairs, provided the modulation depth remains in the linear region of the space-vector modulator. The key constraint is the per-axis volt-second product:

V_phase_RMS × t_on = (V_DC_link / sqrt(3)) × (1 / f_carrier) × modulation_index

For a 400 V supply, V_DC_link is approximately 540–620 V DC after the input rectifier. With P1800 (switching frequency) at the default 4 kHz and modulation index ≤ 0.95, the inverter can deliver the 110 V phase voltage cleanly even at 100 Hz.

3. Why the Standard Commissioning Wizard Rejects the Configuration

During basic commissioning, the wizard cross-checks P0304 (motor rated voltage) against P0210 (drive supply voltage) and against the power module class. When the 400 V PM240 is selected, the firmware expects a motor in the 380–480 V range. Setting P0304 = 110 triggers one of the following:

  • A blocking fault (F07841): "Motor data set invalid for the selected power module".
  • Range check failure: The wizard flags P0304 as out of range and refuses to write.
  • Implicit clamp: Some firmware builds silently clamp P0304 to 380 V, which then drives an incorrect V/Hz slope.

The cleanest workaround is to skip the wizard's "Motor data" prompt set and write the parameters manually via the parameter list, expert parameter set, or via the Siemens Industry Online Support tools (STARTER or TIA Portal with SINAMICS Startdrive V17 or later). For the SINAMICS G120 with CU240B-2, firmware V4.7 SP10 or higher is recommended because it improves the V/F characteristic editor's lower-voltage handling.

4. Selecting V/F Control Mode (P1300 = 3)

Parameter P1300 selects the open-loop / closed-loop control mode. The relevant values for special-motor applications:

P1300 Value Mode Suitability for 110 V / 100 Hz
0 V/f with linear characteristic Not suitable — internally calculates and rejects
1 V/f with linear characteristic and FCC Not suitable
2 V/f parabolic Limited — designed for fans/pumps
3 V/f with programmable characteristic Recommended
4 V/f linear and ECO Not suitable for 100 Hz spindle
5 V/f for precise frequency drives Possible but FCC interaction is undesirable
20 Sensorless vector control Not suitable — model rejection

Set P1300 = 3 to engage the freely programmable V/F characteristic. This mode uses the four corner points defined by P1320–P1323 (frequency coordinates) and P1324–P1327 (voltage coordinates) to synthesize an arbitrary V/Hz curve through linear interpolation.

Field tip: Before changing P1300, the drive must be in the "Ready for switching on" state but not in Run. Attempting to write P1300 while the drive is in Run state raises fault F07935 "Drive: Control parameters changed".

5. Building the Programmable V/F Curve (P1320–P1327)

The programmable characteristic is defined by four (frequency, voltage) coordinate pairs:

Index Parameter Description Unit Typical Value for 110 V / 100 Hz Motor
0 P1320[0] Frequency coordinate, point 0 Hz 0
1 P1321[0] Frequency coordinate, point 1 Hz 5
2 P1322[0] Frequency coordinate, point 2 Hz 50
3 P1323[0] Frequency coordinate, point 3 Hz 100
0 P1324[0] Voltage coordinate, point 0 V_RMS (phase-to-phase on star equivalent) 0
1 P1325[0] Voltage coordinate, point 1 V_RMS 5.5
2 P1326[0] Voltage coordinate, point 2 V_RMS 55
3 P1327[0] Voltage coordinate, point 3 V_RMS 110

The two arrays must be monotonically increasing on both axes. The drive linearly interpolates between the points and clamps beyond the endpoints. At frequencies below P1320[0] the voltage is clamped to P1324[0]; at frequencies above P1323[0] the voltage is clamped to P1327[0] (no field weakening is implicit).

Voltage scaling: The values in P1324–P1327 are referenced to the same scale as P0304 (motor rated voltage). If you keep P0304 = 380 V to satisfy the wizard, then a 110 V point on the curve is P1327 = 110 / 380 × 100% of full scale, entered as a percentage in some firmware revisions. The cleaner approach is to first set P0304 = 110 V offline, then write P1300 = 3, then write the programmable curve, then perform a power-module identify without motor identification.

6. Voltage Boost and Slip Compensation for Low-Speed Torque

At 5 Hz the linear interpolation yields only 5.5 V, which is insufficient to overcome stator I²R drop and produce useful torque on a small 110 V motor. Add voltage boost via P1310 (continuous boost), P1311 (acceleration boost), and P1312 (starting boost):

Parameter Description Suggested Value
P1310[0] Continuous voltage boost, [% of P0305 motor rated current × motor impedance] 4–6% (start at 4%, increase if motor stalls)
P1311[0] Acceleration boost, [%] 3–5%
P1312[0] Starting boost, [%] 5–8% applied only during first ramp

Disable slip compensation by setting P1335 = 0 (slip compensation gain). Slip compensation is calibrated for 50/60 Hz mains motors and produces an incorrect speed estimate on a 100 Hz motor. If the application is a spindle where speed accuracy matters, add an encoder (HTL or TTL on the CU240B-2 encoder interface) and use closed-loop V/F with speed controller (P1300 = 5) only after the open-loop curve is verified.

7. DC-Link Pre-Charge and Input Voltage Considerations

A practical concern raised in the field: at low line voltage, the PM240's pre-charge circuit may not bring the DC link above the undervoltage threshold. The PM240 requires:

Supply Condition PM240 Behavior
380–480 V ±10% (3-phase) Normal operation, V_DC ≈ 540–680 V
320–380 V (3-phase) Pre-charge closes, drive runs with reduced output voltage ceiling
Below ~300 V (3-phase) Pre-charge may not complete, F30003 DC-link undervoltage trips during ramp
110 V input Drive will not start — DC link cannot reach ~510 V minimum

Therefore the only viable configuration is 400 V input supply driving a 110 V output motor. Stepping down from 110 V line to a 400 V drive is not possible with the standard PM240 input rectifier. Field reports of "300 V at the input" working on a SINAMICS S120 with CU320-2DP refer to motion-control drives with active line modules (Smart Line or Active Line Module), which actively boost the DC link — that capability does not exist in the passive diode-rectifier PM240.

8. Step-by-Step Commissioning Procedure

  1. Power up the drive on 400 V supply without the motor connected. Confirm that the pre-charge completes within ~3 s and the CU240B-2 displays state S1 (Ready to switch on).
  2. Set P0010 = 1 to enter commissioning mode. The drive is in parameterization state and rejects Run commands.
  3. Set P0100 = 0 (Europe, kW, 50 Hz default for the drive class).
  4. Set P0205 = 0 to disable application class preset.
  5. Set P0300 = 1 (induction motor) and P0301 = appropriate motor code (or 0 for unknown).
  6. Set P0304 = 110 V (motor rated voltage). If the wizard blocks this, set P0304 = 110 in offline mode via STARTER/Startdrive, then download.
  7. Set P0305 = motor nameplate rated current (e.g., 12 A).
  8. Set P0307 = motor rated power (e.g., 1.1 kW).
  9. Set P0308 = motor power factor (cos φ) from nameplate (e.g., 0.85).
  10. Set P0310 = 100 (motor rated frequency).
  11. Set P0311 = motor rated speed (e.g., 2800 rpm for a 2-pole 100 Hz motor).
  12. Set P1300 = 3 (programmable V/F).
  13. Set P1320 = 0, P1321 = 5, P1322 = 50, P1323 = 100 (Hz).
  14. Set P1324 = 0, P1325 = 5.5, P1326 = 55, P1327 = 110 (V).
  15. Set P1310 = 4, P1311 = 4, P1312 = 5 (initial boost values).
  16. Set P1335 = 0 (disable slip compensation).
  17. Set P1800 = 4 kHz (switching frequency; raise to 8 kHz only if motor insulation is rated for it).
  18. Set P1120 = 5 s (ramp-up time), P1121 = 5 s (ramp-down time).
  19. Exit commissioning: P3900 = 1 (complete commissioning with factory reset of I/O configuration).
  20. Set P1900 = 0 (skip motor identification). Motor identification runs require vector control.
  21. Save to memory card via "RAM to ROM" copy on the BOP-2 or P0971 = 1.

9. Verification Without Motor (Bench Test)

Before connecting the 110 V motor, verify the drive's output with a multimeter or scope:

  1. Disconnect the motor cables from the drive output terminals (U2, V2, W2).
  2. Issue a low-speed Run command (e.g., 10 Hz via digital inputs or analog setpoint).
  3. Measure the line-to-line voltage at the drive output terminals. Expected: approximately V_out = (10 Hz / 100 Hz) × 110 V = 11 V line-to-line when on the linear region of the programmed curve.
  4. Issue a 50 Hz Run command. Expected: V_out ≈ 55 V line-to-line.
  5. Issue a 100 Hz Run command. Expected: V_out ≈ 110 V line-to-line.
  6. Verify that the output is a clean sine wave on a scope; distortion above 5% THD indicates either a too-low P1800 switching frequency for the inductance of your test load or a saturation issue with the programmed curve.
Safety: Even at 110 V output, the drive's DC link is still at 540–620 V DC and is lethal. Do not open the drive cabinet during the bench test. Use a properly rated differential probe or potential transformer for scope measurements on the output.

10. Verification With Motor Connected

  1. Power down, lock out, connect the motor cables U1, V1, W1 to the drive output.
  2. Confirm motor star/delta wiring matches the 110 V rating (typically star for low-voltage high-frequency).
  3. Power up, run at 5 Hz unloaded. Measure stator current — should be < 30% of nameplate FLA.
  4. Ramp to 50 Hz unloaded. Current should remain stable and below no-load current specification.
  5. Apply a step load (e.g., a brake on a motor test bench) and verify that r0027 (actual output current) does not exceed r0067 (absolute current limit, typically 1.5 × P0305).
  6. Run at 100 Hz under load and capture r0021 (actual speed feedback from V/Hz estimation) versus setpoint. Deviation > 10% indicates that P1310/P1311 boost values need adjustment.

11. Fault Code Reference for This Application

Fault Code Meaning Trigger in This Configuration Remedy
F07841 Motor data set invalid Wizard rejected P0304 = 110 Write parameters offline via STARTER/Startdrive
F07901 Motor overcurrent Vector control active with low voltage Confirm P1300 = 3
F07902 Motor overspeed during identification Motor ID run on 100 Hz motor Set P1900 = 0
F30003 DC-link undervoltage Supply < 320 V 3-phase Verify 400 V supply, check fuses
F30001 Overcurrent power unit Boost too high, motor saturates Reduce P1310/P1311
F30004 Heatsink overtemperature Switching frequency too high for low inductance motor Reduce P1800 to 4 kHz
A07929 Drive: motor data identification not performed P1900 was set to 0 deliberately Accept warning, suppress with P2181

12. Alternative SINAMICS Platforms for 100 Hz Special Motors

If the G120 + PM240 combination proves inflexible, the following Siemens drives support the same V/F programmable characteristic and may suit different mechanical or control requirements:

Drive Catalog Family Best For
SINAMICS V20 6SL3210-5BE... Low-cost single-axis, basic V/F (P1300 = 3 supported but no P1320–P1327 in all variants)
SINAMICS G120C 6SL3210-1KE... Compact IP20, supports full P1320–P1327 curve
SINAMICS G120P 6SL3223-0DE... Pump/fan focus, supports full V/F editor
SINAMICS S120 + CU320-2DP 6SL3040-1MA... Active line module tolerates lower input voltage; multi-axis; supports special motors natively
SINAMICS G130 / G150 6SL3310 / 6SL3710 High-power chassis drives, supports full V/F editor

For high-speed routers, textile stretching, and similar applications requiring a standard induction motor to run at 2× or 3× mains frequency, the SINAMICS drive family with V/F programmable characteristic is the standard solution across G120, S120, and G130/G150.

13. Related Standards and Documentation

  • IEC 60034-1 — Rotating electrical machines: rating and performance (basis for motor nameplate parameters P0304–P0311).
  • IEC 61800-2 — Adjustable speed electrical power drive systems, general requirements (rating and performance of low-voltage adjustable frequency a.c. power drive systems).
  • NEMA MG 1 — Motors and generators (US motor standards referenced for HP and frame data).
  • UL 508C — Power conversion equipment (applies to the assembled drive cabinet).

Verify the final overload and short-circuit coordination of the cabinet assembly against the standard you certify to; the V/F parameters in this article do not alter the drive's I²t thermal model unless you explicitly re-scale P0290 (power unit overload reaction) and P0291 (motor overload configuration).

14. Field Notes and Caveats

  • Always run the drive without the motor first to verify the output voltage matches the programmed V/F curve. This protects the motor from an accidentally clamped P0304 = 380 V producing 380 V at 100 Hz output.
  • If the motor has a forced-air fan (TEFC or separately ventilated), ensure the fan is rated for the line frequency supplied locally (50 Hz or 60 Hz); the inverter-fed stator does not change the fan supply.
  • For long motor cables (> 50 m) use a sinusoidal output filter (e.g., 6SL3000-2BE32-2AA0) to limit dV/dt stress on the winding insulation of the small 110 V motor.
  • If the 110 V motor is used in a hazardous area (ATEX/IECEx), the V/F parameter set must be reviewed against the motor's temperature class — raising boost values increases iron losses and stator heating.
  • Document the final P1320–P1327 values in the motor datasheet's parameter list. If the motor is ever replaced, the new motor must be commissioned against the same parameter set, otherwise the warranty on SIMOTICS motors may not apply.

Can a SINAMICS G120 with a 400 V PM240 Power Module drive a 110 V motor?

Yes. The inverter synthesizes any V/Hz characteristic via the DC-link, so a 400 V PM240 can comfortably output 110 V line-to-line to a low-voltage motor. The key requirement is to operate in V/F mode (P1300 = 3) and define the voltage-to-frequency curve with P1320–P1327.

Why does the commissioning wizard reject P0304 = 110 V on a 400 V drive?

The wizard cross-checks the motor rated voltage against the drive supply class. For a 400 V PM240 it expects a 380–480 V motor and rejects P0304 values outside that range. Bypass the wizard and write the parameters directly via STARTER, TIA Portal with SINAMICS Startdrive, or the expert parameter list on the BOP-2/IOP-2.

Can I use vector control (P1300 = 0, 1, 2, 20, 21, 22, 23) with a 110 V / 100 Hz motor?

No. Sensorless vector control and field-oriented control both require a motor model whose parameters (stator resistance, leakage inductance, mutual inductance, rotor time constant) must be calculated against a valid DC-link and back-EMF ratio. With a motor voltage far below the drive class, the motor model is numerically unstable and the drive trips F07901 motor overcurrent during the motor identification run.

Can the drive operate from a 110 V or 230 V single-phase supply instead of 400 V 3-phase?

Not with a standard PM240 Power Module. The PM240's passive diode rectifier requires the DC-link to reach approximately 510 V DC, which is only achievable from a 380–480 V 3-phase supply. For lower input voltages the SINAMICS S120 with an Active Line Module (ALM) or Smart Line Module (SLM) is required, and the topology changes accordingly.

How do I set P1320 through P1327 for a 110 V / 100 Hz motor?

Set P1320 = 0 Hz, P1321 = 5 Hz, P1322 = 50 Hz, P1323 = 100 Hz, and the corresponding voltage coordinates P1324 = 0 V, P1325 = 5.5 V, P1326 = 55 V, P1327 = 110 V. This produces a linear V/Hz slope of 1.1 V/Hz from 0 to 100 Hz. Adjust P1310–P1312 for low-speed torque if the motor stalls under load below 10 Hz.

Back to blog