Welcome to the Industrial Automation website!

NameDescriptionContent
HONG  KANG
E-mail  
Password  
  
Forgot password?
  Register
当前位置:

OE Max Controls NX70 series PLC

来源: | 作者:FAN | 发布时间 :2026-04-07 | 71 次浏览: | 🔊 Click to read aloud ❚❚ | Share:


NX70 Series Programmable Logic Controller: High Performance Small PLC System

In the field of industrial automation, small programmable logic controllers (PLCs) need to provide high processing speed, flexible I/O expansion, rich communication interfaces, and reliable memory backup in a compact size. The OEMax NX70 series controller is designed to meet these requirements, using high-speed ASIC technology with a basic instruction processing time of only 0.2 μ s/step, supporting up to 384 I/O points, and providing multiple dedicated modules (analog, temperature, high-speed counting, motion control, etc.) as well as strong communication protocols. This article will provide a comprehensive and in-depth technical analysis of the series of controllers from the aspects of system configuration, hardware specifications, addressing methods, installation and wiring, programming instruction set, communication protocol, and selection guide.


System characteristics and configuration

The NX70 series PLC adopts a modular chassis structure, which provides multiple models such as 2, 3, 5, 6, 8, 10, and 12 slots. The power module, processor module, and I/O module are installed in left to right order. The system is not expandable (i.e. cannot increase the number of slots by adding a motherboard), but I/O capacity can be flexibly configured by selecting a motherboard with different numbers of slots.

1.1 Processor module

NX70-CP70p1: Program capacity of 9.6k words, 1 RS232/RS485 communication port, basic instructions of 0.2 μ s/step, embedded flash ROM for program backup.

NX70-CP70p2: Program capacity of 20k words, 2 independent communication ports (COM1 and COM2), supports real-time clock (RTC) and PID functions, embedded flash ROM. The COM2 port supports user-defined communication protocols (binary communication) and can be connected to barcode readers, frequency converters, servo drives, etc.

1.2 Power module

NX70-POWER1: AC 110~220V input, output 5V/4.0A and 24V/0.3A.

NX70-POWER2: AC 110~220V input, output 5V/4.5A (no 24V output).

NX70-PWRDC: DC 24V input, output 5V/4.5A.

The power module provides 5V power to all modules through the internal bus of the motherboard. The 24V control power supply (used for input modules and output loads) can be provided by an external commercial power supply or the 24V terminal of POWER1, but parallel use is prohibited.

1.3 I/O module

NX70 supports a wide range of digital and analog modules:

Digital input: 16/32 point DC input (12-24V or 24V), 16 point AC input (110V or 220V).

Digital output: 8/16 point relay output (3A or 1A), 16/32 point transistor output (NPN or PNP), 16 point SSR output.

Combination module: 8 inputs/8 outputs (DC input+relay output), 16 inputs/16 outputs (DC input+transistor output).

Simulation module: 4-channel A/D (voltage/current, 16 bits), 2/4-channel D/A (voltage/current, 14 bits), 4-channel RTD (thermistor), Pt/Ni/Cu)、 4-channel TC (thermocouple, B/R/S/N/K/E/J/T)。

Motion control module: 1/2/4 channel high-speed counter (up to 200 kcps, 32-bit), 4-channel pulse output (up to 100 kHz, with directional control), 4-channel PWM output (30 kHz).

Communication modules: SCU (Serial Communication Unit, RS232/RS485), DeviceNet slave, MW Link network module.

1.4 Programming Tools

Use WinGPC (Windows version) programming software (current version 3. xx) to connect the processor module via RS232/RS485 cable (NX_CBLCPU2/5). Supports programming languages such as ladder diagrams and instruction lists, and allows online editing, forced I/O, timing diagram monitoring, and other functions.


Hardware specifications and installation points

2.1 Environmental and Mechanical Specifications

Working temperature: 0~55 ° C, storage temperature: -25~70 ° C

Humidity: 30~85% RH (without condensation)

Voltage endurance: AC terminal to ground 1500V AC/1 minute, DC terminal to ground 500V AC/1 minute

Insulation resistance: ≥ 100 M Ω (500V DC)

Anti vibration: 10~55 Hz, amplitude 0.75 mm, X/Y/Z for 10 minutes each

Impact resistance: 98 m/s ², 4 times each for X/Y/Z

Installation method: The base plate is fixed inside the control cabinet with M5 screws, and the module is fixed with clamps and screws. During installation, it is necessary to ensure that there is sufficient heat dissipation space around (at least 50 mm up and down), and avoid being too close to high-voltage lines and high-power equipment (≥ 100 mm).

2.2 Power Wiring and Grounding

Use 2 mm ² or thicker twisted pair cables to connect power terminals, and it is recommended to use isolation transformers to reduce noise.

The chassis grounding (FG) terminal must use independent Class III grounding (grounding resistance<100 Ω) to avoid sharing grounding with other devices.

For inductive loads (relay outputs), it is necessary to parallel freewheeling diodes (DC) or impedance capacitance absorption circuits (AC) at both ends of the load to extend the contact life.

2.3 I/O wiring

Terminal type modules (16 points and below) use M3.0 screw terminals, and it is recommended to use flat terminals (Y-shaped or O-shaped) with wire specifications ranging from 0.5 to 1.25 mm ².

The connector type module (32 points) uses two 20 pin MIL connectors (I and II, opposite directions), which can be self crimped using pre fabricated flat cables (NX70_CBLDC or NX70_CBLTR) or pin type components (NX-PIN20).

It is recommended to short-circuit unused channels of the input module (for thermistor inputs, unused channels must be shorted).

The common terminal (COM) of the output module has current limitation, please refer to the specification sheet.

Memory Structure and Addressing

The NX70 adopts a unified bit/word addressing space, with the main areas as follows:

Characteristics of Area Symbol Points/Word Count Address Range

External I/O R 2048 points (128 words) R0.0~R127.15 corresponding to physical input/output modules

Link contact L 1024 points (64 characters) L0.0~L63.15 network shared, can also be used as an internal contact

Internal contact M 2048 points (128 characters) M0.0~M127.15 Power off reset

Maintain contact K 2048 points (128 characters) K0.0~K127.15 power-off hold

Dedicated contact F 256 points (16 characters) F0.0~F15.15 System status (scanning clock, error flag, etc.)

Timer/Counter TC 256 Channel TC0~TC255 Timer (0.01s/0.1s) and counter shared

Data register W 2048 words (p1) or 4096 words (p2) W0~W2047 (p2 extended to W5119), power-off hold, can be accessed by word/double word

Special register SR 512 words SR0~SR511 (or W2560~W3071) CPU status, error codes, RTC, etc

Bit address notation: For example, R0.0 represents the 0th bit of the 0th word (i.e. the first I/O word). Word address notation: W0000 represents the 0th data register. Absolute addresses are used for communication instructions (LDR/STO) and communication protocols, for example, the absolute address of internal contact K127.12 is hexadecimal 1BSC.

I/O addressing is related to slot location: the slot closest to the processor module is assigned the lowest word address. The 16 point module occupies 1 word, and the 32 point module occupies 2 words (input and output are independent). The combination module (such as XY32) occupies 2 word addresses (one word for input and the other for output).


Processor Operation Mode and Diagnosis

RUN mode: Execute user program and update output.

STOP (PROG) mode: Program stops, output is turned off, allowing program modification or download.

Remote mode: Switch RUN/STOP remotely through the communication port.

ERROR mode: Enters when self diagnosis detects hardware or software errors, with output turned off and ALARM LED on.

The monitoring timer defaults to 640 ms, and an error is triggered when it expires. The system provides rich specialized flags (F0. x, F1. x) for detecting ROM/RAM errors, program syntax errors, module type errors, low battery voltage, scan timeouts, etc. For example, F0.0 is the system self-test normal flag, and F0.12 is the monitoring timer error flag.


Overview of Programming Instruction Set

The NX70 supports basic sequential instructions (STR, AND, OR, OUT, SET, RST, DIF, etc.), timer/counter instructions (TIM, TOF, SST, UC, DC, RCT, UDC, SR), compare instructions (CMP, DCMP), arithmetic instructions (ADD, SUB, MUL, DIV, ADC, SBC, etc.), logic instructions (WAND, WOR, WXOR), cyclic shift instructions (RLC, RRC, ROL, ROR, SHL, SHR), word conversion instructions (BCD, BIN, ENCO, DECO, SEG), bit conversion instructions (BSET, BRST, BNOT, BTST) Transfer instructions (MOV, FMOV, BMOV, BFMV, LDR, STO), program control instructions (FOR/NEXT, JMP/LBL, CALL/SBR/RET, INT/RETI), system control instructions (INPR, OUTR, WAT), and communication control instructions (READ, WRITE, RMRD, RMWR, RECV, SEND, etc.).

Among them, the INT instruction can implement fixed cycle interrupts (20 ms~10 s). The LDR/DLDR and STO/DSTO instructions use absolute addresses to access any register, facilitating communication data processing.

Communication Protocol and User Programming

The NX70-CP70p2 provides a complete communication protocol that allows external devices (such as computers, touchscreens) to exchange data with PLCs through RS232/RS485 networks. Communication parameters: Half duplex asynchronous, no parity check, 1 stop bit, baud rate 4800/9600/19200/38400 bps. Adopting a 2-step or 4-step query/response mechanism.

6.1 Communication Frame Structure

Query frame (Q): includes destination address (DA), source address (SA), function code, length, information, and CRC check.

Confirmation frame (QA): A simple confirmation returned by the PLC after receiving Q.

Response Request Frame (RR): An external device sends a request response after receiving QA.

Response frame (R): PLC returns actual data or operation results.

Function code examples: read bit (21H/01H), write bit (22H/02H), read word (23H/03H), write word (24H/04H), etc. Use Q → R directly for 2-step communication, and add QA and RR for 4-step communication to improve reliability.

6.2 CRC Check

CRC-16 (polynomial 0xA001) calculates the coverage of all frame bytes except for the CRC field. The manual provides CRC calculation subroutines for C, Pascal, and BASIC languages.

6.3 User defined Communication

The COM2 port supports user-defined protocols (binary) and can send and receive data in any format through ladder diagram instructions, making it suitable for connecting non-standard devices.


Test run and troubleshooting

The user manual provides the system's testing process: first check the power wiring and module installation, then download the program, place the switch in RUN mode, and observe the status LED. If the RUN LED does not light up, check the program syntax or replace the CPU; If the ERROR LED is on, read the error code in SR017. Common faults include: input unresponsive (external power supply missing or insufficient voltage), output unable to turn off (transistor leakage or relay contact adhesion), module batch failure (motherboard bus error). Regular maintenance: Check the environmental temperature, humidity, terminal tightness, and battery life (approximately 3 years at room temperature) every 6 months.


Selection guide and ordering information

When choosing the NX70 system, the following factors should be considered:

I/O points: Select the number of slots on the motherboard (2-12 slots) based on the actual input/output quantity. Each 16 point module occupies 1 slot, and a 32 point module occupies 1 slot but consumes 2 word addresses.

CPU performance: When large program capacity, dual communication ports, RTC, and PID functions are required, select CPU 70p2; Otherwise, select CPU 70p1.

Power type: When on-site AC 110/220V and 24V auxiliary power supply is required, select POWER1; When only 5V is needed and there is less I/O, choose POWER2; Choose PWRDC for DC 24V power supply.

Special functions: Analog quantity, temperature, high-speed counting, pulse output, network communication, etc. require the selection of dedicated modules.

Programming cable: NX_CBLCPU2 (2m) or NX_CBLCPU1 (5m).

  • ABB DSAI130DK01 3BSE020828R1 Analog Input Module
  • Parker 466966-0001-3820 Industrial Component Data
  • PARKER ZETA6104 Microstepping System
  • PARKER COMPAX 2500S/F3 Servo Drive Manual Details
  • PARKER CX-DH Indexer Drive Technical Specifications
  • PARKER 6K8 Motion Controller Features and Specifications
  • PARKER EVM32-BASE I/O Module Base Technical Specification
  • ABB Pb PN-112718 Digital Input Module
  • Pb PN-45734 PN-73899 Industrial Automation Module
  • Control Techniques Pb PN-40856 Industrial Control Module
  • Pb PN-104412 4002910956 Industrial Control Module
  • Siemens Pb PN-41513 Industrial Ethernet Module
  • Pelco PA30-0065-00-A1 PTZ Decoder Module
  • Pentek FILTER 3F11 800000919 Pleated Filter Cartridge
  • Pepperl+Fuchs RSD-TI-EX8 Temperature Input Module
  • PERITEK AC7-00712-1113 Industrial Interface Module
  • PFEIFFER EVR116 Vacuum Control Module
  • Pepperl+Fuchs RSD-CI-EX8 Hazardous Area Interface Module
  • PEPPERL+FUCHS 2108HAT Intrinsic Safety Barrier Module
  • Philips 958481320201 PROC+ Processing Unit
  • Philips 958481321300 PSB Power Supply Board
  • Philips 958481321220 PD208 Power Module
  • PHILIPS 958481321200 PD216 Control Module
  • PHILIPS 958481320201 PROC PLUS Control Module
  • Philips 958481320400 PIF Interface Module
  • Philips 958481320100 LCB Control Board
  • PHILIPS 958481223220 Industrial Control Module
  • PHILIPS 958481223223 Industrial Control Module
  • PHILIPS 958481321300 Industrial Control Module
  • PHILIPS SCM040 Digital Output Synchronization Module
  • PHILIPS DSI020 Data Storage Interface Module
  • PHILIPS OPM010 Optoelectronic Control Module
  • PHILIPS VBM010 Industrial Automation Module
  • PHILIPS VBM030 Turbine Supervisory Instrumentation
  • PHILIPS PR1613 Industrial Control Module
  • PHOENIX PATG1/23 1013847 Ground Terminal Block
  • Phoenix Contact IB ST 24 AI 4/SF Analog Input
  • Phoenix Contact OPC5315-004-AB Industrial PC
  • Phoenix Contact UMK-SE11.25-1 Side Element
  • PHOENIX 2961192 Relay Module
  • PHOENIX IB ST ZF 24 AI 4/SF Analog Input Module
  • Phoenix Contact PLC-BSC-24DC/21 Relay Base
  • Phoenix Contact UK6N Feed-Through Terminal Block
  • Phoenix Contact UK4-T Disconnect Terminal Block
  • Phoenix UK3N Screw Terminal Block
  • Phoenix QUINT-PS-100-240AC/10 Power Supply
  • Phoenix QUINT PS-100-240AC/24DC/10 Power Supply
  • Phoenix UT 6-HE SI Surge Protection Terminal Block
  • Phoenix UT 4-MTD Feed-through Terminal Block
  • Phoenix UT 4-HE SI Surge Protection Terminal Block
  • Phoenix IBS 24BK-I/O-T Bus Coupler
  • Phoenix Contact HDFK4 High-Current Terminal Block
  • PHOENIX ST-SI-UK4 Fuse Terminal Block
  • PHOENIX FLMC10BASE-T/FO G850 Fiber Media Converter
  • PHOENIX CONTACT QUINT-PS-100-240AC/24DC/40 Power Supply
  • PHOENIX CONTACT QUINT-DIODE/40 Redundancy Module
  • Phoenix Contact 2884208 Wireless I/O MUX
  • Photonetics 3646 HE 1540 Tunable Laser Source
  • PI C-663.12 Mercury Multi-Axis Step Motor Controller
  • PI C-663.10 Mercury Step Motor Controller
  • Pillar CB6687-2L Industrial Communication Board
  • Pilz DE-106712 A.F.051.5/01 Safety Module
  • Pilz 680003 Safety Relay Module Set
  • Pilz 301140 PNOZ X3 Safety Relay
  • Pilz P1U-1NB Safety Relay
  • Pioneer PM3398B-6-1-3-E Power Supply
  • Pioneer Magnetics PM3326B-6-1-2-E Power Supply
  • Pioneer Magnetics HYRSP-1500-56 Power Supply
  • Pioneer Magnetics PM3398B-6-1-3-E Power Supply
  • Pioneer Magnetics PM3328BP-6 Power Supply
  • Potter & Brumfield SDAS-01-7Y2S1024 Relay
  • Powec PMP10.48 SIC High-Efficiency Rectifier
  • Powerbox PU200-31C Industrial DC-DC Converter
  • PIONEER MAGNETICS PM3398BP-6-1-3-E Power Supply Module
  • PIONEER MAGNETICS PM1253AL-6-3-Z03 Power Supply Module
  • Powerex PD411811 Rectifier Diode Module
  • Power-One MAP55-1024 AC-DC Power Supply
  • ProSoft MVI56-MDA4 ControlLogix Multi-Protocol
  • POLYSPED PRD2-200 Industrial Drive Module
  • P-OPEN P-OPEN-P4-150 PAC-OP150 Operator Panel
  • ABB Processor 958481321210 350211080320 Rugged CPU
  • ABB Processor 958481320201 350211080460 Safety CPU
  • ABB Processor 958481321200 350211080320 CPU Module
  • ABB Processor 958481321220 350211080320 CPU Module
  • ABB Processor 958481320100 350211080090 CPU Module
  • Pro-Face PL5901-T42-24V HMI Touch Panel
  • PROFIBUS PB3-VME-1-E V1.2.2 Interface Card
  • PROMESS 850040060P Force Displacement Monitor
  • PROSOFT AN-X2-AB-DHRIO DH+ and Remote I/O Gateway
  • PROSOFT RLX2-IFH24E Industrial Wireless Radio Module
  • PROSOFT 5202-DFNT-MCM4 DF1 to EtherNet/IP Gateway
  • PROSOFT PLX35-NB2 EtherNet/IP to Modbus TCP Gateway
  • ProSoft 5201-MNET-MCM-WEB Modbus TCP/Serial Gateway
  • ProSoft 5304-MBP-PDPMV1 Modbus Plus to PROFIBUS DP Master
  • ProSoft 5302-MBP-MCM4 Modbus Plus to Modbus Master/Slave
  • ProSoft 5301-MBP-DH485 Modbus Plus to DH485 Gateway
  • ProSoft 6104-WA-PDPM Wireless PROFIBUS DP Master
  • ProSoft MVI56-LTQ ControlLogix Limitorque Master
  • Prosoft 5304-MBP-PDPM PROFIBUS Master Module
  • Prosoft 1452-25M Relay Output Module
  • Prosoft MVI56-MNETR Modbus TCP/IP Module
  • Prosoft MVI69L-MBS Modbus Serial Module
  • Prosoft PLX32-EIP-SIE Ethernet Gateway
  • Prosoft MVI56-PDPS PROFIBUS DP Slave Module
  • Prosoft PMF1327205 Gateway Module
  • Prosoft PMF1216D61 FOUNDATION Fieldbus Module
  • PROSOFT MVI56-GSC Generic Serial Communication Module
  • PROSOFT 5601-RIO-MCM Remote I/O Communication Module
  • PROSOFT 1454-9F Communication Interface Module
  • PROTECH SYSTEMS PBI-6SA Industrial Single Board Computer
  • PRSTECH DMP10.24-20 DIN-Rail Power Supply
  • PRT PSA300R-81 Industrial Power Supply Module
  • PULS SLA8.100 AS-Interface Power Supply
  • QSI QTERM-K65 Industrial Operator Interface
  • R-2528Z R-2528Z Industrial Specialized Component
  • Radisys SBC486DX66 Single Board Computer
  • Radisys EPC-5 with EXM-13 Embedded System
  • Radisys EPC-16 Embedded Computer
  • Ramix PMC676TX PMC Ethernet Adapter
  • Ramix PMC008A PMC-to-VME Adapter
  • Ramix PMC237C-008EMI PMC Carrier
  • Ramix PMC661J PMC Carrier Board
  • Renata CR2450N Lithium Battery
  • Renault Circuit CU-8593-IND.A Control Module
  • Reotron 567LH-DP24 Voltage Regulator
  • RIFA IC693PWR321U GE Fanuc Series 90-30 Power Supply
  • RKC REX-B871NN-CS1B Intelligent Controller
  • RKC B871-RCU Digital Temperature Control Unit