Welcome to the Industrial Automation website!

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

HITACHI EH-150 PLC in depth analysis: characteristics, instructions, and system design

来源: | 作者:FAN | 发布时间 :2026-02-25 | 146 次浏览: | 🔊 Click to read aloud ❚❚ | Share:


HITACHI EH-150 PLC in depth analysis: characteristics, instructions, and system design

Overview

The Hitachi EH-150 series is a compact and powerful modular programmable logic controller (PLC) designed to meet a wide range of industrial automation needs. This series of controllers not only inherits the software assets of Hitachi H-series PLCs, ensuring program portability, but also significantly expands performance and functionality, integrating 32-bit RISC processors to achieve high-speed and precise control.

The design concept of EH-150 emphasizes achieving maximum efficiency in a limited space, and its standard I/O module integrates pluggable terminal blocks and LED status indicator lights, greatly facilitating wiring and on-site diagnosis. The system supports DIN rail installation, with a sturdy structure that adapts to harsh industrial environments. As an important member of the H-series family, EH-150 not only provides a seamless upgrade path for existing H-series users, but also builds a highly scalable control system platform for new users.


System architecture and core features

2.1 Modular Hardware Structure

The EH-150 adopts a typical modular structure, and the core components of the system include:

CPU module: The "brain" of the system, responsible for executing user programs, performing logical operations, and I/O control. Different models, such as EH-CPU104A and the high-performance EH-CPU548, offer program capacities ranging from 3.5k steps to 48.5k steps, as well as basic instruction execution speeds from 1.0 μ s to 0.1 μ s, to adapt to application scenarios of different complexities. High performance CPUs (such as EH-CPU516/548) support up to 4 expansion boards and up to 3520 I/O points.

Power module: provides stable operating voltage for the system. Supports AC 100-240V wide range input (EH-PSA) or DC 24V input (EH-PSD).

I/O modules: including digital input/output (such as EH-XD series, EH-YT series), analog input/output (such as EH-AX series, EH-AY series), temperature detection (EH-PT4), high-speed counting (EH-CU), positioning control (EH-POS) and other modules, to meet the requirements of on-site signal acquisition and driving.

Base board and expansion cable: The base board is used to install CPUs, power supplies, and I/O modules, while the expansion board can greatly expand the system's I/O capacity through I/O controllers and dedicated cables. For example, using EH-CPU548 in conjunction with EH-BS11A 11 slot substrate can achieve a massive system configuration of up to 5 substrates and 55 slots.

2.2 Advanced Communication Capability

The EH-150 performs well in communication and provides a high degree of flexibility:

Dual standard communication ports: The CPU module comes standard with two communication serial ports (Port 1 and Port 2). Port 1 can be configured as a universal port through DIP switches and special internal outputs, supporting RS-232C, RS-422/RS-485 interfaces, and even built-in terminal resistors, making it easy to build a 1: N small data link system.

Built in modem interface: Specific CPU models (such as EH-CPU308 (A) and above) support connecting a modem on port 1 to monitor and maintain remote systems through the public telephone network.

Network module support: By extending the communication module, EH-150 can access various industrial networks, including Ethernet (EH-ETH), DeviceNet (EH-RMD/EH-IOCD), and PROFIBUS-DP (EH-RMP/EH-IOCP), enabling seamless integration into complex factory network architectures.

2.3 Data Security and Reliability

Battery free program maintenance: User programs are stored in the built-in FLASH memory of the CPU module, and even if the battery is depleted or not installed, the program will not be lost, greatly improving the reliability of the system.

Real time clock and logging function: Most CPU models (except EH-CPU104 (A)) have a built-in real-time clock that can timestamp events. Combined with EH-MEMD memory board, the system supports data logging function, which can record the historical data of designated data areas for process analysis and fault tracing.

Rich self diagnostic functions: The CPU module continuously performs self diagnostic tests, including memory checks, I/O configuration verification, program syntax checks, and watchdog timer monitoring. When an error is detected, an alarm will be triggered through the ERR LED indicator and a detailed error code from the special internal output (WRF000).

Powerful instruction system

The EH-150 has a rich instruction system, based on the H-series ladder diagram/instruction language, providing users with great flexibility in programming. Instructions are mainly divided into the following categories:

3.1 Basic Instructions

This includes basic touch commands (LD, AND, OR), output commands (OUT, SET, RES), and edge detection commands (DIF, DFN). These are the foundations of any ladder diagram program.

3.2 Timer and Counter

The system provides various timers and counters:

Timer: including traditional turn-on delay timer (TD) and newly extended TM timer. The number of TM timers is as high as 2048, and each timer can independently select a 0.01s, 0.1s, or 1s time base. The accumulator value range is from 0 to 65535, greatly enhancing the flexibility of timing tasks.

Counter: Supports regular counter (CU), ring counter (RCU), and up/down counter (CTU/CTD). The numbering space of all counters and timers partially overlaps (the first 256 points), so be careful to avoid conflicts when using them.

3.3 Application and operation instructions

Arithmetic operations: Supports four arithmetic operations of binary and BCD codes, logical operations (AND, OR, XOR), and data comparison (=,<>,<,>, etc.).

Data processing: Provides powerful block manipulation instructions such as block transfer (MOV), block copy (COPY), block swap (XCG), and shift/loop shift instructions (SHR, ROR) to facilitate the processing of large amounts of data.

Special function instructions:

PID control (FUN 0-2): In EH-CPU308 (A) and above models, PID operation can be achieved through dedicated instructions without the need for additional hardware modules. It can directly control analog I/O and achieve closed-loop control of process variables such as temperature and flow rate.

Communication command (TRNS0/RECV0): allows user programs to control the universal serial port for custom protocol communication with external devices such as printers, barcode scanners, or frequency converters.

Frequency converter control (FUN 190): specifically designed to control Hitachi SJ300/L300P series frequency converters through RS-485 interface, simplifying the programming of motor control systems.

ASCII/BIN Conversion Instructions: Provides a rich instruction set (such as BINDA, BINHA, ASC, HEX) for converting binary data and various formats of ASCII code, which is crucial for communication with smart instruments, HMI, and other devices.

3.4 Program Control Instructions

Jump and Loop: Program conditional jump is implemented through JMP/CJMP instructions, and program loops are constructed using FOR/NEXT instructions to effectively manage program flow and scanning time.

Subroutine calling: Use CAL instructions to call subroutines defined by SB and RTS, achieving modular programming.

Interrupt program: The INT0-INT3 instructions allow the creation of interrupt programs with periodic execution (cycles of 5ms, 10ms, 20ms, 40ms), used to handle tasks with strict time requirements. The manual specifically states that for a 5ms cycle scan, the program execution time must be strictly controlled to avoid "overload errors" caused by execution timeouts.


Programming and System Operations

4.1 Programming Environment

EH-150 mainly uses Hitachi's dedicated LADDER EDITOR for Windows ®  Software programming. This software supports offline programming, online monitoring, and debugging. When programming, it is necessary to correctly configure the CPU type (choose EH-150 or backward compatible H-302) and memory capacity.

4.2 Scanning cycle and system processing time

EH-150 operates in a periodic scanning mode. A complete scanning cycle includes system processing (such as refreshing timers, communicating with peripheral devices) and user program execution.

Variable system processing time: For enhanced CPUs (EH-CPU * * * A/448/516/548), the system processing time can be adjusted between 1ms and 8ms through a special internal output WRF038. The default value is 2ms, which increases the proportion of user program execution time and can shorten the scanning cycle.

Overload error: When the execution time of a scan exceeds the set overload check time, the system will trigger an overload error. Users can choose whether to continue running during overload through special internal outputs (R7C0, R7C1).

4.3 Program modifications during RUN

EH-150 supports program modification in RUN state, greatly improving the convenience of system debugging and maintenance. When performing "online modification", the CPU will briefly pause (HALT time), complete program modification and verification, and start executing the new program from the next scanning cycle. The modified program will eventually be written into the FLASH backup memory. During this process, the special internal output R7EF will remain in the ON state, reminding users not to cut off the power during this period to prevent program damage.

Safety regulations and fault handling

The manual emphasizes strict safety regulations at the beginning, dividing safety precautions into two levels: "danger" and "caution", accompanied by illustrations.

Installation and wiring:

Environmental requirements: It must be used in the specified environment (temperature, humidity, non corrosive gas).

Grounding requirements: Reliable functional grounding (FE) must be carried out to prevent electric shock and malfunctions.

Emergency stop and interlock: Emphasize that the emergency stop circuit and interlock circuit must be built outside the PLC to ensure equipment safety even if the PLC itself fails. Special warning: External load interlocking should not be achieved by controlling the relay drive power supply of the relay output module.

Battery safety: It is strictly prohibited to reverse, charge, disassemble, heat or short-circuit the battery to prevent explosion or fire.

Fault diagnosis:

The system indicates different levels of errors (severe, moderate, minor, warning) through the combination of on/off/flashing of RUN and ERR LEDs on the CPU module.

The detailed error code is stored in the special internal output register WRF000. Users can monitor the register through programming software or clear error messages by setting the R7EC bit.

Chapter 14 of the manual provides a detailed troubleshooting checklist and flowchart, guiding users to systematically solve problems from power supply, CPU, I/O modules to peripheral devices.


Conclusion and Design Considerations

The Hitachi EH-150 series PLC, with its modular design, powerful processing capabilities, rich instruction set, and flexible communication options, has become a reliable solution suitable for mid to high end industrial control scenarios.

When designing a system, engineers should focus on the following points:

Selection matching: Select the appropriate CPU model (from economical CP104A to high-performance CP548) based on the number of I/O points, program complexity, and whether PID or positioning control functions are required.

Expansion planning: Reasonably plan the configuration of the basic substrate and expansion substrate, paying attention to the limitations of the CPU on the expansion substrate and I/O points.

Communication strategy: Select appropriate communication ports (dedicated/universal) and protocols (H-series protocol, Modbus RTU, etc.) based on the communication needs of devices such as the upper computer, frequency converter, HMI, etc.

Safety design: Strictly follow the safety specifications in the manual and build a reliable external safety circuit.

Code optimization: Reasonably use interrupts, subroutines, and jump instructions, control scan cycles, and avoid overload errors.

By gaining a deep understanding of the system architecture and instruction details of EH-150, developers can fully utilize its potential to build efficient, stable, and secure automation control systems.

  • MTL 2213 Isolated Intrinsic Safety Barrier
  • MTS TBF120/12TS Servo Amplifier
  • MTS TBF120/7R Resolver Servo Amplifier
  • MULLER COAX MK32NC Coaxial Connector Module
  • MURATA DCC2223A 3EST125-977 Power Filter Module
  • MURR 857781 Industrial Interface Module
  • MYKROLIS FC-280SAV Gas Flow Control Module
  • Nabtesco BTC-304 Brake Controller
  • NACHI UM356B Industrial Module Analysis
  • NACHI MFMA452D5V3 Servo Motor Specification
  • NACHI BUY222 Robotic Control Component
  • NAI 64SD1-08KRF1-13 Synchro-to-Digital Data
  • NAICH AUX111 Auxiliary Contact Specification
  • NAIS ANR5131 Micro Laser Sensor Controller
  • NATIONALA MM-4M-R Industrial Control Module
  • NEC FC-9821X MODEL2 Factory Computer
  • NEC FC-9801F Legacy Industrial Computer
  • NEC FC-9821X MODEL1 Industrial Computer
  • NEC FC-9821KE Industrial Panel PC
  • NEC RSA-983/D Embedded Industrial Computer
  • NEC G8NXAA5G Industrial Controller
  • NEC 136-551735-D-04 Genius Bus Interface
  • NEC SC-UPCIN-3 Industrial Control Module
  • NEC PC-9821XB10 Industrial Control Computer System
  • NEC 136-553623-A-01 Industrial Network Communication Module
  • NEC 136-551973-A-01 Control Processing Board
  • NEC 136-551733-B-02 Industrial Control Interface Module
  • NEUGART PLE120/115 Gearbox
  • NEUGART PLE120 Planetary Gearbox
  • NEXUS CONTROLS 369B1843G5009 Technical Data
  • NI NI-9694 Digital I/O Breakout
  • NI SBRIO-9627 Embedded Single-Board
  • NI SCXI-1102C Amplifier Module
  • NI sbRIO-9627 783817-01 Embedded Controller
  • NI GPIB-140A 186135G-01 GPIB Controller
  • NI GPIB-140A 186135F-31 GPIB Interface Card
  • NI GPIB-140A 186135H-01L Fiber Optic Extender
  • NI 192061B-02 Shielded DAQ Cable
  • NI SCXI-1346 Multi-Chassis Cable Adapter
  • NI SCXI-1600 USB Data Acquisition Module
  • NIBCO WD2000 Ductile Iron Butterfly Valve
  • NIKUNI 25KLD07Z-M Magnetic Drive Pump
  • NMB MAT 2410ML 05W B50 Industrial Cooling Fan High Reliability
  • NMS CG6565 64 2L 8TE Communication Gateway High Capacity Network Module
  • NMS CG6060 32 4TE1 Communication Gateway for Network Systems
  • NOVELLUS 02-113640-00 Industrial Control Module System Component
  • NOVOTRON ND32-5610VS-001-000-00 Drive
  • NYQUIST IOB-80 I/O Interface Board
  • OBERG INDUSTRIES F-DMDM-PM-110E Specifications
  • OCM 44A737830-001R04 Module
  • OEMAX NX-BASE08 8-Slot Base Plate Manual
  • OEMAX NX-BASE05 5-Slot Base Plate
  • OEMAX NX-CPU750B Basic PLC CPU
  • OEMAX NX-CPU750C High-Performance PLC CPU
  • OEMAX NX-Y16R 16-Point Relay Output Module
  • OEMAX NX-RTD8 8-Channel RTD Input Module
  • OEMAX NX-SLAVE Remote I/O Slave Module
  • OEMAX NX-SCU Serial Communication Unit
  • OEMAX NX-POSI2 2-Axis Positioning Module
  • OEMAX NX-DUMMY Dummy I/O Module
  • OEMAX NX-CPU700P PLC Controller
  • OEMAX NX-BASE10 PLC Backplane
  • OEMAX NX-AO4C 4-Channel Analog Output Module
  • OEMAX NX-AI8C 8-Channel Analog Input Module
  • OMACO GF0-57CQD-002 Industrial Control Module Precision Automation
  • OPTIMATE OP-620 Industrial Automation Control Module
  • OPTIMATE OM1510 Industrial Control Module Performance Solution
  • OPTO 22 SNAP-IDC5D Digital Input Module for Automation
  • OPTO 22 SNAP-AITM-2 Thermocouple Module
  • ORIENTAL A4722-9215KM Cooling Fan
  • ORIENTAL MOTOR 2GK180K Gearhead Specifications
  • OSRAM DULUX L 36W 840 865 Lamp Specification
  • OTHER FLASH SERIES 2 Memory Module Data
  • OVATION 1X00458H01 Control Module Specification
  • Emerson Ovation 1C31157G02 Event Sequence Module
  • Emerson Ovation 5X00070G04 Analog Input Module
  • OXIDE 0020-31655 Industrial Controller
  • ABB FAU810 C87-11006 / C10-12010 Flame Analyzer
  • Pilz PSSu E F 4DI Safety Input Module
  • Pepperl+Fuchs KFD2-UFC-1.D Frequency Converter
  • Pacific Scientific VDE0530-S1 Stepper Motor
  • Pacific Scientific 6410-001-N-N-N Stepper Drive
  • PACIFIC LA23GCKC-1Y Servo Motor Reliable Automation Motion Solution
  • PACIFIC LA23GCKX-P500A Servo Motor Advanced Industrial Motion Control
  • PACIFIC LA23GCKC-P500A High Precision Servo Motor for Industrial Automation
  • Pacific Scientific E32NCHA-LNN-NS-00 Hybrid Stepper Motor
  • Pacific Scientific SCE903A3-002-01 Servo Drive
  • Pacific Scientific 6410-024-N-N-N Stepper Motor Drive
  • PALCLEAN JD-BXG Industrial Control Module
  • Panametrics 704-673-20 Ultrasonic Flow Meter
  • Panasonic MSD043A1XX AC Servo Driver
  • Panasonic KX-FT936CN Plain Paper Fax Machine
  • Panasonic DL-1109CWS Electric Bidet Toilet Seat
  • PACIFIC SCIENTIFIC 33VM52-000-29 LDA-196-1000CE Servo Motor Controller
  • PACIFIC LA23GCKC-1G Linear Actuator Specifications
  • PACIFIC PC3406AI-001-E Stepper Controller Manual
  • PACIFIC SCE904AN-002-01 Servo Drive Analysis
  • PACIFIC 6445-001-K-N Digital Servo Drive Details
  • PACIFIC SCIENTIFIC R43HCNA-R2-NS-VS-00 Motor Data
  • Pacific Scientific H32NCHA-LNN-NS-00 Hybrid Motor Performance
  • 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