Welcome to the Industrial Automation website!

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

HIMA ELOP II-NT Safety PLC Programming System

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

HIMA ELOP II-NT Safety PLC Programming System

ELOP II-NT is a programming tool developed by HIMA for H41q and H51q series safety programmable electronic systems, which complies with the IEC 61131-3 standard. This system provides a complete engineering environment and supports full lifecycle management from hardware configuration, logic programming to online debugging. Through ELOP II-NT, engineers can efficiently build safety control applications that comply with SIL 3 levels and ensure the reliability and maintainability of the system.


HIMA PES and H41q/H51q system family

HIMA PES mainly consists of two system families, H41q and H51q, both of which adopt a modular structure and support single channel and redundant configurations. H41q is a compact system that integrates the central unit, power supply, and I/O modules into a 5U height 19 inch subrack, suitable for small and medium-sized applications with no more than 192 I/O points. H51q is a modular system consisting of a 5U central rack and up to 16 4U I/O sub racks, supporting up to 256 I/O modules, suitable for large distributed control systems.

According to security level and availability requirements, the system can be divided into three types: single channel (M), high availability (H), and extremely high availability (HR), and can meet the highest AK 6 requirements through T Ü V certified MS, HS, and HRS models.


Resource allocation and hardware definition

3.1 Creating Configuration and Bus Definitions

Configuration is the highest level of structural tool that organizes the PES resources of the entire system together. In ELOP II-NT, first create a configuration and then define a bus system (such as HIBUS). HIBUS is used for communication between PES and programming units, supporting master/slave mode and up to 31 logic stations. Bus parameters such as baud rate, stop bits, and parity can be uniformly set in the properties and automatically applied to each resource.

3.2 Resource Types and Cabinet Editing

Resources represent a specific PES, and the resource type (such as H41q-M, H51q HRS, etc.) is selected through "RT allocation". In the "Edit Cabinet" dialog box, you can intuitively define the modules of the central rack, I/O sub rack, and each slot. Module parameters (such as baud rate and protocol of serial interface) can be configured in the properties. I/O channels can assign symbol labels and associate them with variables in program instances, thereby achieving hardware and logic mapping.

3.3 Resource Attribute Configuration

The resource attributes include multiple key tabs:

I/O parameters: Define the response of PES to I/O faults, such as noise suppression cycles, shutdown behavior of faulty modules (display only, emergency stop, or normal operation).

Redundancy: Set the behavior of the redundant central unit in case of failure (immediate shutdown, limited time single channel operation, etc.).

Security: Configure security time, watchdog time, requirement level, and restrict online changes, mandatory and testing modes, and other operations.

Programming unit: Define communication parameters with PADT.

Code Generator: Control code generation options, including generating reloadable code, comparing object code, comparing code images, etc.


Programming and Variable Management

4.1 Program instances and variable types

Create program instances under resources to implement the functionality of program types. Variables support multiple types such as BOOL, UINT, INT, WORD, and can be assigned initial values. Global variables can exchange data between different program organizations and function blocks.

4.2 System Variables and Parameters

System variables are predefined and used to access or control the state of PES in user programs, such as I/O errors, forced states, running versions, etc. System parameters are used to configure resource behavior, such as safe time, watchdog time, mandatory permission, etc.

4.3 Event Creation

The variable can be configured as' event driven 'to record state changes with timestamps. Events can be divided into Boolean events (changes in switch values) and scalar events (numerical exceedance). Events are stored in non-volatile buffers and can be transmitted to the upper system through X-OPC servers.

Communication configuration

5.1 HIBUS and HIPRO Protocol

HIBUS is a proprietary bus of HIMA, supporting HIPRO-S (safety related) and HIPRO-N (non safety) protocols. HIPRO-S is used for secure data exchange between PES, using a point-to-point connection where data is directly transmitted from the sender to the receiver and protected by code and signature. HIPRO-N is operated by the PES master station as the data center, collecting data from slave stations and distributing it to other master stations.

5.2 PES main station

The PES master station is a coprocessor module in the H51/H51q system, capable of managing up to 31 slave stations. The main station program needs to be compiled and downloaded to the coprocessor module. The master station can be configured as a time master station, synchronizing the time of all PES on the bus.

5.3 Communication with External Systems

Support communication with external systems through protocols such as MODBUS, 3964R, PROFIBUS-DP, etc. MODBUS basic address can be set in resource properties, and export/import direction can be specified in variable properties. The data blocks and words of the 3964R protocol can be defined separately.


Standard functional block

ELOP II-NT provides a rich set of standard functional blocks to simplify the development of secure applications

H8-STA-3: Group safety related output modules to achieve group shutdown.

H8-UHR-3: Set and read the date and time of PES, generate minute, hour, and day pulses.

HA-LIN-3: Linearization of thermocouple or PT100 temperature sensor, outputting temperature value (one tenth degree).

HA-PID-3: Digital PID controller, supports P, I, D, PI, PD, PID modes, and can switch between manual/automatic mode online.

HA-PMU-3: Convert the digital value of the analog input module into thousandths, or convert thousandths into output values.

HA-RTE-3: Monitoring testable analog input module (F6213/F6214), supporting redundant input value calculation and fault handling.

HB-BLD-3/4: Monitor the testable digital output module (F3323/F3331/F3334), detect module faults, open circuits, and short circuits, and support redundant mode.

HB-RTE-3: Monitoring testable digital input module (F3235/F3237/F3238), supporting fault detection and voting for both single and redundant channels.

HK-AGM-3: Monitor the operational status and bus connection of the PES master station.

HK-LGP-3: Configure logic diagram printing and support multi controller shared printers.

HK-MMT-3: MODBUS main station, supports dial-up communication through telephone lines.

HZ-DOS-3: Diagnostic mode, reporting module faults without shutting down, used to improve the availability of non safety circuits.

HZ-FAN-3: Display the fault channels of testable I/O modules.


Code generation and loading

7.1 Code Generator

After completing the programming, start the code generator through the resource context menu. Errors and status information will be displayed during the generation process. For security related systems, it is necessary to enable object code comparators and generate code comparison images for subsequent detection and modification.

7.2 Compilation and Download

The PES main station program needs to be compiled and downloaded separately. In the control panel, operations such as downloading, reloading, starting, stopping, and single cycle execution can be performed. Operating system updates (OS downloads) are also completed through the control panel.


Online testing and diagnosis

8.1 Online testing window

Online testing provides real-time monitoring and debugging functions. Select 'ONLINE Test' from the resource context menu to open it. The window displays PES status, cycle time, communication status, etc. The program structure tree can be expanded, and double clicking on a function block or program can enter online monitoring.

8.2 Mandatory Variables

In online testing, variables can be forcibly inputted or outputted. After the input variable is forced, its value takes effect throughout the entire logic; The output variable is forced to only affect the physical output, and the logical value remains unchanged. Forcing can be executed in the OLT box or forced graphical interface.

8.3 System Variable Diagnosis

System variables provide rich diagnostic information, such as I/O error codes, communication counters, power failures, coprocessor module status, error masks, etc. These variables can be used in user programs for fault display and handling.


Safety related functions

ELOP II-NT has built-in security related functions to ensure the correct use of programming systems and prevent random hardware errors:

C code comparator: detects modifications in the application program.

Object code comparator: Generate two sets of object code using a non secure PC and compare them to detect hardware errors on the PC.

Code generation image: provides a foundation for subsequent security version control.

Functional testing and documentation: The program page can be marked as "checked", recording the inspector and time, ensuring that modifications are traceable.

  • 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