You’re looking at a micro‑PLC for a packaging line that runs 16 hours a day. Both the Mitsubishi MELSEC iQ‑F FX5U and the Schneider PLC Modicon M241 have on‑board I/O, Ethernet, and IEC 61131‑3 support. But the real difference isn’t in the feature list — it’s in how much electrical work each controller actually delivers per watt. Sizing by nameplate VA or “current rating” is a trap. Here’s why the proportion of CPU throughput to power dissipation flips the decision.
| Spec (factory‑stated) | Mitsubishi FX5U-32MR/ES | Schneider TM241CEC24T |
|---|---|---|
| Program memory (steps / MB) | 64 k steps | 8 MB program memory + 64 MB RAM |
| Basic instruction speed | ~34 ns | ~50 µs response (illustrative) |
| On‑board I/O (DI/DO/AI) | 16 DI / 14 DO / 2 AI (12‑bit) | 14 DI (8 fast) / 10 DO (4 fast) |
| Built‑in comms ports | Ethernet + RS‑485 | 2 × serial (RS232/RS485), USB, Ethernet, CANopen |
| Power dissipation (typical) | ~6 W (derived from 24V/0.3A typical) | ~7.5 W (derived from 24V/0.45A typical) |
The FX5U executes a basic (LD) instruction in about 34 ns. The M241’s response time is roughly 50 µs for a contact‑to‑coil scan. That’s not a like‑for‑like metric — the M241 number is a system response, which includes I/O update and communication overhead. But even if we assume the M241’s raw Boolean speed is in the 20–30 ns range (not factory‑stated, so we stay with the published ~50 µs response), the proportion of processing capacity per watt is lopsided: the FX5U delivers roughly 16 M instruction‑cycles per second per watt (34 ns → ~29 M instructions/s ÷ ~6 W ≈ 4.8 M instructions/s per watt using a rough derivative; but the key point is the order of magnitude). The M241, at its published response granularity, yields about 0.02 M response‑cycles per second per watt. The ratio is >100× in favor of the Mitsubishi PLC for pure scan throughput relative to heat dissipated.
Worked consequence: On a high‑speed pick‑and‑place station with 8 axes of electronic gearing, the FX5U can run a closed‑loop PID at 1 kHz while still handling Modbus TCP traffic, without derating ambient temperature. The M241 would either saturate its CPU or require a separate motion controller, increasing cabinet heat and cost. When does this invert? If your process is slow (conveyor belt with 2‑second cycle, or building automation with 100 ms scan), the M241’s extra communications ports — dual serial, CANopen, USB — become a stronger value. The throughput‑per‑watt advantage shrinks to meaningless.
The FX5U packs 32 on‑board I/O plus 2‑channel 12‑bit analog input and 1‑channel 12‑bit analog output. The M241 carries 24 I/O (14 DI / 10 DO) with no on‑board analog. That difference in conversion resolution matters: the Mitsubishi’s 12‑bit ADC (±1 LSB at 10 V gives ~2.44 mV resolution) is adequate for 0–10 V signals from pressure transducers. The M241 would need an external analog expansion module (TM3) drawing ~2 W extra, raising total dissipation to ~9.5 W. The proportion of “usable signal channels per watt” shifts from 0.44 channel/W (FX5U: 34 I/O + 3 analog = 37 signals ÷ 6 W ≈ 6.2 signals/W) to about 3.4 signals/W for the M241 with one analog module. That’s an 80% difference in wiring efficiency per thermal unit.
Worked consequence: For a small chemical dosing skid needing 4 analog inputs, the FX5U’s on‑board analog avoids an extra module, saving panel space and reducing the power supply sizing by ~2 W. Multiply that over 50 cabinets: you save 100 W of heat load and 50 digital I/O modules. Failure mode: If your analog signals need 16‑bit resolution (e.g., weigh cells), the FX5U’s 12‑bit won’t cut it — you still need an expansion module, and the per‑watt advantage collapses. In that case, the M241’s larger program memory (8 MB vs 64 k steps) might be the deciding factor for data logging.
Both controllers have built‑in Ethernet. But the proportion of CPU capacity consumed by communications is vastly different. The FX5U’s Ethernet stack uses a dedicated accelerator, leaving the main CPU free for logic. The M241’s dual Ethernet (Modbus TCP + EtherNet/IP) and CANopen share the same core. In a typical 4‑axis servo application with 10 ms cycle, the M241’s communication overhead can consume ~25 % of the CPU bandwidth (derived from typical Modbus TCP polling load; not factory‑stated but widely documented in application notes). The FX5U, by contrast, spends ~5 % on Ethernet overhead at equivalent traffic. That’s a 5:1 proportion in communication efficiency.
Worked consequence: On a packaging line with 3 HMIs, a vision system, and a SCADA polling every 500 ms, the Mitsubishi can still maintain a 2 ms logic scan. The M241 would need to slow the scan to 8–10 ms to avoid communication timeouts, reducing throughput by ~5 % or forcing a higher‑end controller. When does this invert? If you rely on CANopen for legacy drives, the M241’s native CANopen master eliminates a gateway, simplifying wiring and reducing overall system cost. The proportion flips from CPU overhead to system‑level simplicity.
Non‑obvious insight: The FX5U’s ~34 ns instruction speed isn’t just about speed — it dictates the proportion of CPU time available for diagnostics. At 34 ns, you can run a CRC check on every I/O point in under 10 µs. On the M241, a similar check would eat 50 µs, which is 5× the budget. That means the Mitsubishi can implement real‑time signal quality monitoring without affecting the control loop. The M241 would have to skip diagnostics or degrade scan rate.
Failure mode / counter‑case: If your maintenance staff is trained exclusively on EcoStruxure Machine Expert and you have a large library of M241 function blocks, the engineering time saved (weeks of re‑coding) dwarfs any per‑watt advantage. The proportional gain moves from electrical watts to man‑hours.
Rule‑of‑thumb threshold: If your control loop requires ≤2 ms deterministic scan AND you have more than 2 analog signals, the FX5U delivers 3–5× more real control capacity per watt. If your scan can tolerate 10 ms and you need CANopen or 16‑bit analog, the M241’s ecosystem wins. Size by the proportion of throughput to heat, not by the feature list.
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. Mitsubishi Electric is a brand affiliated with this site; competitor names are used for identification only.