Sizing DC Input for Omron 3G3MV Inverter Driving 750W Pump

James Nishida11 min read
OmronTroubleshootingVFD / 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

System Overview

The application under analysis is a 750 W three-phase AC pump driven by an Omron 3G3MV SYSDRIVE Multi-function Compact Inverter. The inverter is fed from a photovoltaic-style DC source consisting of six panels wired in series, each panel rated at 44 V open-circuit / 3 A. A ZEN-series PLC (Omron) provides the start/stop and speed reference logic, and a relay in the inverter is used to interrupt the motor contactor on trip events.

Three symptoms are reported:

  1. The drive trips when commanded above approximately 55 Hz.
  2. The ZEN front-panel buttons are unresponsive, preventing speed adjustment through operator controls.
  3. The DC source delivers only 3 A continuous, while the motor nameplate demands 4.26 A.

All three issues share a common root cause family: the DC bus is undersized for the motor's continuous and transient demand. The following sections work through the calculations, identify the precise failure mechanism, and document the parameter and communications paths required to bring the system into a controllable state.

DC Source Quantification

The DC source is six panels in series. Each panel contributes 44 V and 3 A. Because the panels are in series, the voltages add and the current stays at the panel value:

Quantity Series Connection (×6) Parallel Connection (×6, not used)
Open-circuit voltage 6 × 44 V = 264 V DC 44 V DC
Short-circuit current 3 A 18 A
Theoretical max power 264 V × 3 A = 792 W 44 V × 18 A = 792 W
Field note: Series-stacked PV sources behave as a stiff voltage source with a hard current ceiling. Once the load draws more than 3 A, the panels collapse toward their maximum-power operating point, not the open-circuit value, so the actual delivered voltage will sag well below 264 V under motor load.

Motor Nameplate Analysis

Parameter Value
Output power (P_out) 750 W
Line voltage (V_LL) 220 V AC, 3-phase
Full-load current (FLA) 4.26 A
Base frequency 50 Hz (presumed; verify nameplate)
Connection Delta or star (verify nameplate)

Three-phase apparent power at nameplate:

S = √3 × V_LL × I_line = 1.732 × 220 × 4.26 = 1 623 VA

Real power consumed by the motor depends on power factor and efficiency. For a typical small induction machine in this class:

Assumed PF Assumed η Input Real Power (kW)
0.80 0.80 1.04
0.85 0.85 0.91
0.90 0.90 0.80

Because the motor is rated to deliver 750 W mechanical at the shaft, the electrical input must be higher: P_in = 750 / η. At η = 0.85, P_in ≈ 882 W.

Root Cause: Current Deficit vs Motor Demand

The DC source can deliver at most 3 A continuously. The minimum DC-bus current required to support a 4.26 A line current on a 220 V 3-phase output is:

I_dc(min) = (√3 × V_LL × I_line × PF) / (V_dc × η_drive)

Using V_dc = 264 V, V_LL = 220 V, I_line = 4.26 A, PF = 0.85, η_drive = 0.95:

I_dc(min) = (1.732 × 220 × 4.26 × 0.85) / (264 × 0.95) = 1 380 / 250.8 = 5.50 A

This is the steady-state figure. Motor inrush can reach 6× FLA, demanding more than 25 A on the DC bus for tens of milliseconds. A 3 A source cannot survive even a single start cycle.

The drive also has internal housekeeping draw. The 3G3MV control board, gate drivers, cooling fan, and ZEN I/O all consume from the same DC bus. The available 3 A must first feed those loads before any current reaches the motor. The shortfall is therefore not 5.5 A − 3 A, it is closer to 3 A − 0.4 A housekeeping = 2.6 A available for the motor, against 5.5 A required. The drive is operating at less than 50% of its continuous rating.

Voltage Headroom and Frequency Derating

The 3G3MV in 200 V class (3G3MV-□□□) expects a nominal DC bus of 1.35 × 220 V_LL = 297 V DC. The 264 V source falls 33 V short, a deficit of approximately 11%.

With V/f control (the default control mode for this drive family), the output voltage scales with commanded frequency. Because the DC bus cannot support the rated 220 V output, the maximum output voltage is:

V_out(max) = (V_dc / √2) × modulation_index = 264 / 1.414 × 0.95 = 177 V

At 50 Hz base:

f_out(max) = 50 × (V_out(max) / V_rated) = 50 × (177 / 220) = 40.2 Hz

At 60 Hz base:

f_out(max) = 60 × (177 / 220) = 48.3 Hz

Operation above 40 Hz (50 Hz base) requires the bus to support voltages that the source cannot sustain. The 55 Hz trip is consistent with the drive detecting an undervoltage on the DC bus as it tries to synthesize higher line voltages. The fault code generated is typically E07 (Undervoltage, UV) on 3G3MV-family drives.

Symptom Likely 3G3MV Fault Meaning
Trips when raising frequency above ~40–55 Hz E07 (UV) DC bus sag below undervoltage threshold
Trips on start with motor contactor engaged E07 (UV) or E01 (OC) Inrush collapse of DC bus
Output frequency clamps at maximum value None (limit reached) DC bus cannot support V/f ratio

Undervoltage Trip Diagnostics

To distinguish UV from OC faults during commissioning, monitor the following from the 3G3MV front panel or via Modbus:

  • U-01 (DC bus voltage monitor): read actual V_dc while motor is commanded to the failing frequency. A reading below 200 V DC during the trip event confirms UV.
  • U-02 / U-03 (output voltage, output current): confirm the drive is actually attempting the commanded V/Hz ratio.
  • d-04 (last fault): records the trip code (E07 = UV, E01 = OC during accel, E02 = OC during decel, E03 = OC at constant speed).

Procedure:

  1. With the drive in STOP, scroll to monitor U-01. Note the resting DC bus voltage (should be near 264 V unloaded).
  2. Command a low frequency (10 Hz) and re-read U-01. Expect a drop of 5–10 V.
  3. Slowly ramp frequency in 5 Hz steps; if U-01 falls below 200 V DC before the drive trips, the source cannot supply the inrush of the increasing magnetizing current at the new V/Hz point.

ZEN PLC Front-Panel Lockout

The ZEN operator panel buttons are unresponsive. The most common causes in field installations are:

  1. The ZEN program is currently running (RUN LED solid) and the buttons are not allocated in the ladder.
  2. Operator buttons have been disabled via ZEN parameter "Operation keys enabled" (function block setting) or the ZEN is locked by the front-panel key sequence.
  3. Hardware fault on the ZEN keypad membrane.

To make the front-panel P-buttons usable as motor speed adjusters from the ZEN program, the buttons must be referenced in the ladder using the dedicated Operation Buttons bit inputs. Without referencing them, the inputs are unused and the operator has no effect on the inverter speed reference.

Reference pattern in ZEN ladder (function-block view):

Operation Button Up  --[ ]--  ( Increment parameter holding register )
Operation Button Dn  --[ ]--  ( Decrement parameter holding register )

The Increment/Decrement function blocks write the speed reference to a holding register that the 3G3MV polls through Modbus. The 3G3MV-side parameter that receives the speed command over Modbus is n003 (Frequency reference selection), which must be set to 6 (Modbus) for the ZEN to control frequency.

Parameter Access: The n001 Gatekeeper

The 3G3MV protects its parameter table with a write-enable gate. Parameter n001 (Parameter Write-Inhibit Selection / "parameter access level") must be set to 4 before any parameter n002 through n179 can be modified from the front panel.

n001 Value Behavior
0 Display only; no writes accepted from front panel
1 Writes enabled for a small subset (n001, n002)
2 Writes enabled for n001–n032
3 Writes enabled for n001–n079
4 Writes enabled for the full n001–n179 set

Front-Panel Procedure

  1. Press PRGM/RUN until the display reads PRGM (program mode).
  2. Use the Up/Down arrows to scroll to parameter n001.
  3. Press DATA/ENTER to enter edit mode (display flashes).
  4. Use Up arrow to change value to 4.
  5. Press DATA/ENTER to commit. The display stops flashing.

Once n001 = 4, all other parameters are writable. To return to run-locked state after commissioning, restore n001 to 0 to prevent operator tampering.

Communication Options: Modbus and DeviceNet

The 3G3MV has two paths for parameter access from a PC or PLC without using the front panel:

Path Hardware Protocol Required Parameters
Standard RS-422/485 on terminals Modbus RTU slave n003 = 6 (frequency ref source), n004 = 6 (run cmd source), baud rate, parity, station number
Optional card 3G3MV-PDRT1 / -PDNET1 DeviceNet EDS file from Omron, node address, baud rate

Modbus RS-422/485 Configuration Checklist

  1. Wire the host (PC or ZEN) to terminals R+, R-, S+, S- on the 3G3MV. Use twisted pair, terminate with 120 Ω at both ends for long runs.
  2. Set the drive's station number via parameter n152 (Serial communication station number). Each drive on the bus needs a unique address 01–31.
  3. Set n153 (baud rate) to match the host (typically 9600 for ZEN, 19200 for PC tools).
  4. Set n154 (parity) to 0 for none, 1 for even, 2 for odd — must match the host exactly.
  5. Set n003 = 6 so the drive reads its frequency reference from the Modbus holding register (typically register 0x0001, function code 0x06 write).
  6. Set n004 = 6 so RUN/STOP commands come from Modbus coil 0x0001, function code 0x05.

DeviceNet Option

If the 3G3MV is fitted with the 3G3MV-PDRT1 (DeviceNet option card), install the Omron-supplied EDS file on the scanner's configuration tool and set:

  • n155 = 0 (DeviceNet selected)
  • Node address via the card's DIP switches (00–63).
  • Baud via card DIP (125, 250, 500 kbps).

For official device configuration, refer to the Omron 3G3MV Series Inverter User Manual (Cat. No. I520-E2) and the DeviceNet option card installation guide on the Omron Automation Americas documentation portal.

Recommended Parameter Set for Solar-Fed Pump Application

Parameter Recommended Value Reason
n001 4 (during commissioning), 0 (locked after) Allow writes
n002 0 (V/f open-loop) Default; correct for pump
n003 0 (front pot), 1 (analog), 6 (Modbus) Match wiring/ZEN
n004 0 (terminal), 6 (Modbus) Match wiring/ZEN
n011–n014 Set max/upper/lower frequencies Cap to ≤40 Hz (50 Hz base) to avoid UV trip
n018 0.5–2.0 s Accel time; longer reduces inrush
n019 1.0–3.0 s Decel time; pump friction dominates
n020 0 (reverse enabled) Pump typically unidirectional
n032 0 (DC braking disabled) or 0.5 s / 50% Stop pump quickly without regen
n050 0 (auto-restart disabled) Investigate faults before restart
n058–n063 Set rated motor FLA, kW, autotune command Match 750 W, 4.26 A motor
n152–n154 Station, baud, parity Modbus link to ZEN/PC

Verification Procedure

  1. With the drive powered from the DC source in STOP, read U-01 (DC bus). Expect ≥260 V DC.
  2. Command 5 Hz forward, current ≤1 A expected. Confirm stable run.
  3. Ramp to 20 Hz in 2 Hz steps, monitoring U-01 and U-03. Bus should remain ≥220 V DC.
  4. Cap the maximum frequency at 40 Hz (n011 / n014) until source is upgraded.
  5. From the ZEN, send a Modbus write to register 0x0001 = 40.00 (×0.01 Hz units, e.g., 4000 dec for 40.00 Hz) and verify the drive displays 40.0 Hz.
  6. Trigger a RUN via Modbus coil 0x0001 = 1. Confirm motor rotates, U-03 reads 3.5–4.3 A at 40 Hz with light load.
  7. Trip test: command 50 Hz. The drive should fault E07 (UV). Reset, return to 40 Hz, run normally.
Action item: The most important fix is the source itself. To run this motor at full speed (50 Hz, 4.26 A) the DC source must deliver at least 6 A continuous and 25 A peak. Reconfigure the panels as 3 series × 2 parallel (264 V / 6 A), or use a separate battery/inverter front-end with adequate surge current. Until then, cap the drive at 40 Hz and accept reduced flow.

FAQ

Why does my Omron 3G3MV trip when I raise the frequency above 40 Hz?

The drive is detecting an undervoltage (fault E07) on the DC bus. With a 264 V DC source feeding a 220 V 3-phase output, the maximum synthesized V/Hz ratio tops out near 88% of nominal, so the drive cannot sustain frequencies above approximately 40 Hz (50 Hz base) without the bus sagging below the UV threshold.

How much DC current does a 750 W 3-phase 220 V motor actually draw from the 3G3MV?

For steady-state operation at nameplate, the DC bus current is approximately 5.5 A, derived from (√3 × V_LL × I_line × PF) / (V_dc × η_drive). Inrush during start can be six times higher for tens of milliseconds.

I cannot change any parameters on my 3G3MV. What is wrong?

Parameter n001 is the write-inhibit gate. With n001 = 0 the front panel is read-only. Set n001 = 4 to unlock writes to the full n002–n179 set, make your changes, and then return n001 to 0 to lock the drive against unauthorized edits.

Can the ZEN PLC control the 3G3MV speed reference over Modbus?

Yes. Set n003 (Frequency reference source) to 6 on the drive to read its speed command from the Modbus holding register. The ZEN writes the frequency to register 0x0001 using Modbus function code 0x06. Set n152–n154 to match baud, parity, and station address between ZEN and drive.

What is the minimum DC bus voltage the 3G3MV accepts without undervoltage trip?

The 200 V class 3G3MV issues an E07 (UV) trip when the DC bus falls below approximately 200 V DC. With 1.35 × V_LL = 297 V nominal, the drive has roughly 33% headroom below nominal for transients before tripping. Operating with a 264 V source leaves only ~24% headroom, which is quickly consumed by motor inrush.

Back to blog