PLC Programming SAPLC ProgrammingSOUTH AFRICA

brands · South Africa

Omron NX vs NJ controllers: motion-heavy vs IO-heavy

NX and NJ both run Sysmac Studio and share the same code. The difference is the chassis design and the motion-vs-IO emphasis. Walks the IDE step by step

For Omron Sysmac Studio V1.50+.

NX and NJ both run Sysmac Studio and share the same code. The difference is the chassis design and the motion-vs-IO emphasis. This page is the working engineer's read — what the menu paths actually are in Sysmac Studio V1.50+, what the keystrokes do, and the mistakes that bite once the program is on a real CPU. We program NX / NJ series ourselves, daily; we are not a Omron sales channel.

Try the simulator →

What this is and when you need it

NX and NJ both run Sysmac Studio and share the same code. The difference is the chassis design and the motion-vs-IO emphasis. The walkthrough below is the same sequence we use when teaching this on the simulator. Every step names the exact menu path or keystroke; if a name has changed in your version of Sysmac Studio V1.50+, it is called out. The simulator runs the same logic flow without the licence cost — ladder, FBD, and ST in a browser, with a virtual CPU you can download to.

Walkthrough

1. Compare the chassis design

NX is bus-based — a CPU unit (NX1P2 or NX102) with NX-series IO modules clipped onto a DIN rail bus, similar to CompactLogix 5069. NJ is rack-based — a power supply, a CPU unit (NJ101, NJ301, NJ501), and IO via EtherCAT slaves rather than a backplane. Both run Sysmac Studio firmware, both speak EtherCAT natively, both share the same IEC 61131-3 toolchain.

2. Compare the CPU lineup

NX1P2: small footprint, 8 motion axes, 5 MB memory. NX102: 16 motion axes, 5 MB. NJ101: 4 axes, 3 MB. NJ301: 16 axes, 5 MB. NJ501: 64 motion axes, 20 MB — the flagship for motion-heavy lines. NJ501 plus EtherCAT means a synchronised packaging line with 30+ servos and a single coordinated motion path. The NX line tops out at 16 axes — fine for skids, not for full motion lines.

// Approximate breakpoints
// NX1P2-9024DT: 8 axes, IO-onboard, no rack expansion
// NX102-9000:   16 axes, EtherCAT master, NX IO bus
// NJ301-1100:   16 axes, EtherCAT master, rack base
// NJ501-1500:   64 axes, EtherCAT, motion-heavy

3. Decide on motion features

Both NX and NJ support PLCopen Motion Control function blocks — MC_Power, MC_Home, MC_MoveAbsolute, MC_MoveRelative, MC_GearIn, MC_CamIn. The NJ501 adds advanced features: synchronisation, robotics MC_GroupHome for delta robots, and trajectory generators for path-blended motion. The NX line supports the standard PLCopen FBs but not the full robotics extension.

4. Decide on IO scale

NX uses NX-series IO modules on the bus — IB16, ID4, OD16, AD2, DA2 — up to 63 modules per CPU. NJ uses EtherCAT slaves: GX-series remote IO, ZW measurement controllers, third-party EtherCAT devices. NJ scale is effectively unlimited (limited by EtherCAT bandwidth, not module count). For a 50-IO skid, NX1P2; for a 500-IO line, NJ301; for 5000+ IO across multiple panels, NJ501.

5. Pick by total cost and footprint

NX1P2 with 32 IO sits around R32k; NJ301 with the same IO over EtherCAT, around R65k. The 2x premium buys EtherCAT scalability and motion headroom. SA OEM split: NX for in-panel skid controllers (up to 16 axes, 64 IO), NJ for plant-level lines and any project with synchronised motion or 100+ remote IO points.

Common mistakes

  • Speccing an NX1P2 for an 8-axis line then being asked for 12 axes — the CPU change to NJ301 forces an EtherCAT redesign because NX onboard IO does not migrate
  • Forgetting the EtherCAT cycle time impact — 64 axes at 250 us cycle saturates the EtherCAT bus, and adding one more slave forces a step up to 500 us with knock-on motion-precision loss
  • Using NX modules with an NJ controller via NX-CSG bridge thinking it's transparent — there's a per-cycle marshalling overhead and high-speed signals get aliased
  • Skipping the firmware match between Sysmac Studio and the CPU — V1.50 Studio refuses to download V1.40 firmware controllers without a manual upgrade step

Each of these mistakes shows up in real projects every week. The simulator catches the first three at compile time; the fourth one only surfaces on hardware, which is why we recommend running the cert packs against a real CPU once you have completed the curriculum modules.

How this fits the broader curriculum

Omron NX vs NJ controllers: motion-heavy vs IO-heavy projects is one of the building blocks. The full Omron curriculum on the simulator covers: programming-language fundamentals (ladder, FBD, ST), tag and variable scope, HMI tag binding, comms setup (Profinet / EtherNet/IP / Modbus depending on the platform), and the brownfield troubleshooting pathway. Each is its own module with worked examples and a portfolio piece. The cert packs at the Pro tier align to the ISA CCST exam content outline. Reference: isa.org.

For the platform-pick decision — when Omron is the right call versus a different brand — see the brand hub. For region-specific context on where Omron dominates the SA install base, see the relevant city pages under /brands/omron/training-in-* and the sector pages under /industries.

Where this sits in a working week

A technician who has finished this module typically spends the next three to four working days running the same logic flow on hardware. The simulator's value is the dry run — getting the keystrokes and the IDE conventions into muscle memory before you sit down with a live CPU. The first time you build this on hardware, expect the IO mapping and the addressing conventions to slow you down for a session or two; the simulator's project tree mirrors the same shape so the transition is short.

The full Omron curriculum runs roughly 60 to 100 hours of focused practice. That breaks into bit logic and timers in the first 20 hours, FBs and structured data in the next 20, comms and HMI in the next 20, and a portfolio piece in the last block. Pace yourself — three or four hours per session, four sessions a week, and you finish in eight weeks. Most of our learners report that the bottleneck is not understanding the IDE, it is building reflex around the conventions: where Omron expects you to put state, how it scopes variables, what naming patterns the OEMs in the sector use.

Vendor reference

Omron's own documentation is the canonical reference once you are working on real hardware: Omron Industrial Support. The simulator covers the basics; the vendor docs cover everything specific to a hardware revision, a firmware update, or a CPU-specific quirk. Bookmark both. The IEC 61131-3 standard that governs all the Omron programming languages is at iec.ch.

What we don't claim

This site is not SAQA-registered, not MerSETA-accredited, and not an NQF-registered qualification provider. Our completion certificates are course-level only — they describe what you covered, not an NQF Level X qualification. The CCST cert from ISA is the portable industry credential we recommend; we are not an ISA cert delivery partner either, but our cert packs are CCST-aligned. The walkthrough above is brand-specific because Omron's tooling has its own conventions; do not assume the same menu paths exist in another brand's IDE.

How to start

You can be running omron nx vs nj controllers: motion-heavy vs io-heavy projects in the simulator in 5 minutes. Free tier covers the basics, no card, no install. Once you are 20 minutes in you will know whether the platform fits how you learn. The full Omron curriculum is the Basic tier (USD 12 / month). The cert packs and portfolio export sit in the Pro tier (USD 29 / month). For institutional buyers — TVET colleges, private training providers, in-house engineering training departments — the bulk-licence option is the Teams tier, USD 199 per seat per year, minimum 5 seats. The training-centres page has the institutional pitch and the contact form.

Honest expectations on the local job market

Petrochem, mining, FMCG, automotive, and water-utility sectors all carry Omron install bases somewhere in their stack. Knowing the IDE conventions on this page does not get you a job by itself; it gets you past the first technical screen. The portfolio piece — a working program you built yourself, with a wiring track, a tag list, an HMI screen, and a short README explaining the design choices — is what lands the second interview. The simulator's portfolio export bundles all of that into a single folder you can hand a hiring engineer. Recruiters in this space skim the README first; if your design choices are coherent, they read the code.

Load-shedding has reshaped what gets built first in Omron programs across SA. Power-recovery patterns — controlled shutdown on UPS hold, state recovery from retentive memory, sequenced restart of motor groups — now belong in the same module as the basics. Omron NX vs NJ controllers: motion-heavy vs IO-heavy projects fits into that shape: every line of code you write needs to consider what state the controller is in when it powers up after a 2.5-hour cut, not just what state it is in when running. The simulator's restart-from-cut mode lets you exercise this without bricking real hardware.

Start the free tier →

By PLC Programming SA · Last updated 2026-05-18