Omron NX1P2 vs Mitsubishi FX5U: Cost of Ownership on a Noisy Generator Feed

Robert Bryce · TCO ledger · June 2026

Most engineers assume PLC choice on a generator feed comes down to raw processing speed—until they’ve watched a 200 ms voltage sag wipe out a production shift’s worth of retentive data. The real ledger is written not in hertz, but in three columns: signal immunity, cycle-time jitter, and program memory that survives brownouts without external UPS. Below, the Omron NX1P2-9024DT and Mitsubishi MELSEC iQ-F FX5U are compared across those three dimensions using manufacturer-stated specs and derived behavior on a noisy 50–60 Hz generator.

1. Input Power Integrity & Brownout Behavior

Neither the Omron NX1P2 nor the Mitsubishi FX5U publishes a formal power-supply hold-up time in their standard datasheets, but the practical difference emerges from on-board filtering and retentive memory architecture. The NX1P2-9024DT provides 32 kB retentive memory and a 2 ms primary task cycle; its 24 VDC supply is designed to tolerate ±20% ripple (derived from IEC 61131-2 Type 2 power supply class, which both controllers meet). On a generator that sags to 20 V for 30–50 ms (typical of a switched non-critical load), the NX1P2’s primary task can complete multiple cycles before the CPU logic trips—assuming the DC supply doesn’t drop below the 19.2 V Type 2 threshold. The FX5U also meets Type 2, but its CPU’s retentive area is not explicitly published as separate from program steps; the FX5U uses 64 k steps of program capacity and a retentive latch area that is sample-dependent. In practice, a noisy generator causing repeated micro-brownouts (10–40 ms) will cause the FX5U to lose unlatched variables if the cycle time jitter pushes the power-loss detection interrupt outside the brownout window. The worked consequence: on a site with a 500 kVA diesel generator that sees 8–12 voltage dips per hour, the Omron PLC’s deterministic 2 ms primary task means the controller can save critical state before the supply collapses—provided the user has allocated variable memory to retentive segments. The reversal: if the generator is sized so that voltage never drops below 22 V, the FX5U’s built-in analog inputs (2-channel, 12-bit) can be used to monitor line voltage directly without an add-on module, saving maybe $150–$300 in hardware, but the Omron’s OPC UA server may justify its own cost on remote alarming.

Non-obvious insight: On a generator feed, the dominant TCO driver is not the PLC’s price tag—it’s the site’s voltage dip frequency × memory retention time. If dips exceed 50 ms, neither controller will hold up without an external DC UPS. Below 30 ms, the NX1P2’s faster cycle gives a wider safety margin for retentive saves.

2. Cycle-Time Jitter Under Power-Supply Noise

Mitsubishi PLC quotes the FX5U basic instruction at ~34 ns; Omron does not publish a comparable bit-instruction time for the NX1P2, but its primary task cycle is 2 ms. The difference matters on a generator feed because supply-borne noise can induce timing jitter in the CPU clock domain. The FX5U’s 34 ns instruction time suggests a fast logic pipe, but its program capacity of 64 k steps means that a 10,000-step program (not unusual for a medium-sized packaging machine) will have a sweep time of ~0.34 ms at best—assuming zero I/O overhead. Add communication via built-in Ethernet and RS-485, and the real sweep can fluctuate ±0.2 ms under noisy power. The NX1P2, by contrast, is designed around a deterministic EtherCAT motion bus with a primary task cycle of 2 ms (lower bound). That 2 ms is a hard limit for the motion axis update; the CPU will stall if the supply noise causes the EtherCAT interrupt to miss its deadline. In a lab, both controllers run fine. On a real generator with 5% THD, the NX1P2’s worst-case jitter is about 0.15 ms (derived from EtherCAT timing tolerance typical of industrial drives), while the FX5U’s jitter can reach 0.4 ms when RS-485 is active (based on illustrative timing margin). The worked outcome: for a high-speed packaging line where registration marks must hit ±1 mm at 200 cycles/min, the NX1P2’s deterministic 2 ms cycle allows consistent position correction; the FX5U’s jitter, though small, can cause a missed mark every 500–1000 cycles, leading to scrapped product. The reversal: if the generator feed is conditioned with a 5 kVA online double-conversion UPS (cost ~$800), the jitter advantage vanishes—and the FX5U’s lower hardware cost (approximately 15–20% less than NX1P2 list) pulls ahead for budget-constrained lines where scrap is tolerable.

ParameterOmron NX1P2-9024DTMitsubishi FX5U-32MR
Primary task cycle (stated)2 ms~34 ns instruction time (sweep depends on program size)
Program memory1.5 MB + 2 MB variable64 k steps (approx. 0.5–1 MB equivalent)
Retentive memory32 kBNot separately published (latch area dependent)
Built-in analog inputsNone on CPU (via NX I/O)2-ch 12-bit analog input
Brownout tolerance (derived, illustrative)~20 ms (2 ms cycle × margin)~10 ms (fast sweep but less deterministic)

3. Program Memory & Data Retention Under Brownout

The NX1P2-9024DT offers 1.5 MB program memory plus 2 MB variable memory, with 32 kB dedicated retentive area. The FX5U provides up to 64 k steps of program but does not publish a separate retentive memory size in the standard datasheet; latch areas are typically 4–8 kB depending on configuration (derived from common MELSEC practice). On a generator that cycles off-on every 30 minutes due to load shedding, the FX5U’s retentive area may fill quickly if the program uses extensive data logging. The Omron’s 32 kB retentive space, while modest, is enough for about 4000 8-byte register values. That is sufficient for shift counters, alarm flags, and recipe numbers but not for detailed trend logging. The worked consequence: a water treatment plant with 200 data points logged every 10 seconds will fill the NX1P2’s retentive area in about 6.5 hours without a UPS—forcing either a UPS or external SD card logging. The FX5U’s SD card slot allows direct logging to a FAT32 card, bypassing retentive memory limits entirely. The reversal: if the generator feed is stable (voltage dip rate

Failure mode to watch: A common mistake is assuming retentive memory is non-volatile on brownout. Both PLCs use battery-backed SRAM for retentive data (not ferroelectric RAM at this price level). If the battery is drained or the brownout exceeds the hold-up time, all retentive data is lost. The NX1P2’s OPC UA server can push data to a historian over Ethernet when power is present, but if the Ethernet switch also loses power, the backup path is severed. Rule: always spec a small UPS if retentive data loss costs more than $500.

4. Total Cost of Ownership Decision Table

Cost DriverOmron NX1P2 (estimated)Mitsubishi FX5U (estimated)Notes
Base CPU (list, approx.)$850–$950$650–$750Omron higher, includes EtherCAT motion
Add-on UPS (minimal 24VDC, 5A)$180$180Same requirement for both
Programming software (per seat)Sysmac Studio ~$2,200 (full)GX Works3 ~$1,500 (full)Omron more expensive
Retentive data loss cost per event (illustrative)$500–$2,000 (lost recipe data)$500–$2,000 (same risk)Mitigated by UPS
External data logger (if needed)$0 (OPC UA to PC included)$0 (SD card included)Both can log without extra hardware
3-year TCO (stable generator, no UPS)~$9,200 (includes software amortized)~$7,100 (includes software amortized)FX5U lower if no jitter problems
3-year TCO (noisy generator, 10 dips/day)~$10,500 (includes UPS + 1 potential data loss)~$11,800 (includes UPS + 2 potential data losses + scrap)Omron advantage due to deterministic cycle

Working Rule

If your generator feed has fewer than 2 voltage dips per day and scrap cost per event is under $300, choose the Mitsubishi FX5U for its lower base cost and built-in analog inputs. If the feed is unstable (>5 dips per day) or scrap cost exceeds $500, the Omron NX1P2’s deterministic 2 ms cycle and OPC UA server will reduce data loss events by an estimated 60–80% (derived, illustrative), paying back the price premium within 18 months. Always pair either controller with a $180 24 VDC UPS—that single line item dominates the TCO ledger more than the PLC model.


Topology/standards per the cited standards; all product ratings are manufacturer-stated values from the cited datasheets, current to 2026-06; derived/illustrative figures are labelled as such. This is not an independent head-to-head test. Omron is a brand affiliated with this site; competitor names are used for identification only.

Leave a Reply