-
1. "What's the real difference between the Omron CP1H and NJ series for a machine builder?"
-
2. "I keep seeing 'Omron CP1E' mentioned. Is it just a cheaper CP1H?"
-
3. "Is the CX-One software still the standard for programming, or has that changed?"
-
4. "How do I verify I'm getting a genuine Omron PLC and not a counterfeit?"
-
5. "Can I use a Dometic fridge control panel with an Omron PLC?"
-
6. "What's a common mistake when programming the Omron NJ?"
-
7. "Is the Omron training free online worth it?"
I review a lot of PLCs—200+ units annually as part of our brand compliance audits. I also reject about 15% of first deliveries (that number was worse in 2022 before we tightened our verification protocol). So when someone asks me about Omron PLCs, I tend to focus less on the spec sheet and more on what you actually run into when the gear arrives or when you try to integrate it.
Here are seven questions I get most often from engineers and system integrators. Some of them aren't in the manual.
1. "What's the real difference between the Omron CP1H and NJ series for a machine builder?"
Short version: The CP1H is a workhorse. The NJ is a different animal.
If I'm specifying a machine that needs high-speed pulse output (say, for servo positioning up to 1 MHz), the CP1H handles it fine. It's cost-effective and the programming environment (CX-One) is mature. I've seen CP1H-based machines running for 7+ years without a control upgrade.
The NJ series, though—that's a logic controller. It runs IEC 61131-3 structured text natively, and it's built for motion control networks like EtherCAT. If your machine has coordinated multi-axis motion, you want the NJ. I made the mistake early in my career of trying to force a CP1H into a motion-heavy application. It worked, but the programming gymnastics were painful. We could've done it in half the code with an NJ.
My rule of thumb: If you need more than 3 axes of electronic gearing or cam profiling, skip the CP1H and go NJ. The upfront cost is higher, but you save on programming hours.
2. "I keep seeing 'Omron CP1E' mentioned. Is it just a cheaper CP1H?"
Sort of. But there's a catch.
The CP1E is the cost-reduced version of the CP1H. It has fewer I/O options and the CPU speed is slower. For a simple pick-and-place station that just reads sensors and fires solenoids, it's perfectly adequate.
Where it trips people up: the CP1E does not support pulse output for all model variants. If you're planning to connect a servo drive for positioning, double-check the specific CP1E model number. I flagged a delivery last year where the vendor swapped a CP1H with a CP1E, assuming "they're the same family." The pulse output spec was different, and we rejected the batch.
So no—they're not interchangeable without reviewing the datasheet carefully.
3. "Is the CX-One software still the standard for programming, or has that changed?"
CX-One is still widely used, but Omron's newer controllers (like the NX series) use Sysmac Studio. This catches people off guard if they've only worked with CP or CJ series.
If you buy an NJ or NX, you cannot program it with CX-One. You need Sysmac Studio. I've seen engineering firms buy an NJ, download CX-One thinking they were set, then scramble for a Sysmac license.
From a quality perspective, Sysmac Studio is actually nicer for structured debugging—the tag-based programming and simulation environment is more intuitive. But if your shop has been writing ladder logic in CX-One for 15 years, the transition takes time. I'd budget a week of training per engineer if they've never touched IEC 61131-3.
4. "How do I verify I'm getting a genuine Omron PLC and not a counterfeit?"
This is real. Since around mid-2023, I've seen more counterfeit and grey-market PLCs surface in supply chains, especially for popular models like the CP1H.
Here's what I check during incoming inspection:
- Label quality: Genuine Omron labels use a specific font and print quality. Fakes often have slightly misaligned text or fuzzy barcodes.
- Serial number format: Omron serials follow a consistent alpha-numeric pattern. Cross-reference with the packaging. If the serial on the PLC doesn't match the box, reject it.
- Firmware version: Some counterfeits load older firmware. Boot the unit and check the firmware revision against Omron's support site. A mismatch is a red flag.
- Port alignment: On genuine units, the Ethernet port and USB ports sit flush with the casing. I've seen fakes where the port slot is molded slightly off.
I rejected 8 units in Q1 2024 alone because the serials didn't match the shipping manifest. The vendor claimed it was a "warehouse mix-up." I didn't buy it.
5. "Can I use a Dometic fridge control panel with an Omron PLC?"
I get asked this more than you'd think—usually from people building custom refrigerated vehicles or test chambers.
The short answer: yes, you can. The Dometic control panel outputs standard thermistor or digital signals (depending on the model). An Omron CP1L or CP1H can read a PT100 RTD via an analog input module and control the compressor relay.
The gotcha: Dometic panels often have proprietary communication protocols for their own system diagnostics. The Omron PLC won't read those diagnostic codes unless you reverse-engineer the communication—which I don't recommend. So you can control temperature, but you might lose access to detailed error codes from the Dometic unit.
I'm not a refrigeration specialist, so take this with a grain of salt. But from a controls perspective, the analog signal handling is straightforward with Omron's standard analog modules (like the CP1W-AD041).
6. "What's a common mistake when programming the Omron NJ?"
The biggest one I see: forgetting to define the axis topology properly.
The NJ's motion control is based on axes that need to be explicitly defined in the Sysmac Studio software with their mechanical parameters (gear ratios, encoder resolution, travel limits). If you don't set these correctly, the controller still runs—but the actual motion will be off.
I had a project in 2022 where an integrator programmed an NJ for a 4-axis labeling machine. They left the gear ratio at the default 1:1 because "we'll calibrate later." The machine ran, but the labels were placed 2mm off. It took three days of debugging to trace it back to the axis definition. The fix was two parameter changes.
Moral: Set those parameters before you start writing motion logic. I check axis configuration on every NJ-based delivery I audit now.
7. "Is the Omron training free online worth it?"
Yes, but manage expectations.
Omron offers free e-learning modules on their site (as of January 2025). They cover basics—ladder logic fundamentals, I/O configuration, and an intro to Sysmac Studio. For a beginner, it's a solid starting point.
But the free courses won't get you to competency on the NJ or NX motion control. Those require the paid, instructor-led training. I've sent three engineers through the paid Sysmac Studio training, and they all came back significantly faster at debugging structured text.
If your budget is tight, start with the free modules. Then buy one paid course for your lead engineer and have them train the rest of the team internally. That's what we did, and it saved us roughly $8,000 in training costs over two years.
Published January 2025. Pricing and software versions may have changed; verify current details at Omron's official support portal.