+086-15305925923

K-WANG

Service expert in industrial control field!
NameDescriptionContent
Adequate Inventory, Timely Service
pursuit of excellence 
Ship control system
Equipment control system
Power monitoring system
Current position:
新闻动态
newS
   
Brand

A Comprehensive User Guide to the HIMA ELOP II-NT Programming System

From: | Author:Wang | Time :2026-02-27 | 19 visit: | Share:

A Comprehensive User Guide to the HIMA ELOP II-NT Programming System

Detailed explanation of core functional modules

(1) Configuration and Resource Management

Key details of functional items

Configure and create the highest level structure, including resources, global variables, libraries, connections, etc., and define at least one bus for PADT communication

Resource allocation: ① Allocate resource types (such as H41q MS, H51q HR) and support online hardware type changes; ② Edit cabinet layout: Add substrates (B9302, etc.) and modules (F3221/F3330, etc.) through Drag&Drop; ③ Configuration parameters: I/O parameters (noise suppression cycle), redundancy mode, safety parameters (safety time/watchdog)

Program instantiation: Each resource only supports one program instance, which needs to be associated with the program type and supports logical diagram editing

(2) Programming and Variable Management

Variable type:

Basic types: BOOL (Boolean), UINT (unsigned integer), INT (integer), REAL (real number), etc;

System variables: including READ (such as I/O.Error, SYSTEM. normal) and WHITE (such as SYSTEM. Logic emergency stop) types, supporting fault state reading and emergency control;

Communication variables: HIPRO-S (safety related), HIPRO-N (non safety related), BUSCOM (MODBUS) variables.

Variable configuration:

Support initial value setting and hardware address allocation (SRS identifier: System. Rack. Plot);

Event configuration: Boolean events (state changes), scalar events (threshold exceeded), buffer capacity of 5000, with timestamp.

Multi tasking:

Up to 32 user programs, supporting priority configuration, 3 multitasking modes (based on actual time/high priority occupying redundant time/fixed cycle);

The scanning time can be configured, and the minimum cycle depends on the security time (≤ 1/2 of the security time).

(3) HIMA standard functional block (12 core blocks)

The block type represents the applicable scenarios for the core functions of the module

Safety output control H8-STA-3 safety output module group shutdown, supporting 10 module/group safety related output circuit group control

Time management H8-UHR-3 date and time setting and synchronization, output minute/hour/day pulse system time calibration, event timestamp synchronization

Temperature processing HA-LIN-3 thermocouple/PT100 signal linearization, fault monitoring temperature measurement signal conversion (accuracy 0.1 ℃)

PID control HA-PID-3 supports P/PI/PD/PID mode, with online parameter modification and closed-loop control of process variables (such as pressure/flow regulation)

Analog conversion HA-PMU-3 0-20mA/4-20mA and thousandth ratio conversion, supporting 8/12 bit resolution analog input/output signal standardization

Input monitoring HA-RTE-3/HB-RTE-3 analog/digital input module monitoring, redundant data verification F6213/F3235 and other test module fault diagnosis

Output diagnosis HB-BLD-3/HB-BLD-4 digital output module open/short circuit diagnosis, supporting single channel/redundant mode F3331/F3334 module line fault detection

Communication control HK-MMT-3 MODBUS master station function, supports telephone dial-up connection, supports 9-class function code and external MODBUS slave station data interaction

Log configuration HK-LGP-3 LCL report configuration, supports multi controller shared printer, page title editing, event log printing, and emergency message output

(4) Communication protocol configuration

Key parameters for protocol type usage

HIPRO-S security related data transmission ① supports 64 resources (H41q/H51q); ② The monitoring time can be configured, and data will be automatically reset upon timeout; ③ Direct point-to-point transmission with signature verification

HIPRO-N non security related data transmission: ① PES master station serves as the data center, supporting 1 master station → 31 slave stations; ② Data can be kept or set to 0 when disconnected

MODBUS communication with external systems supports function codes 1/3/5/6/15/16, etc; ② Up to 1000 BOOL and 1000 WORD variables can be exported/imported; ③ Support dial-up connection via phone modem

3964R serial communication supports data block read and write, requiring configuration of data block number and data word address

(5) Code generation and loading

Code generation:

Support regular code and reloadable code (online modification without downtime);

Security related configuration: Start target code comparator (dual task generation comparison), generate code verification image (for version tracing);

Loading method:

Download: Shutdown loading (applicable for initial configuration);

Reload: Online reload (applicable for logic modification and variable reallocation);

OS Download: The H41q/H51q series supports operating system updates (requiring BS41q/51q V7.0-7 and above versions).

(6) Online testing and maintenance

Online testing (OLT):

Display system status (RUN/MONO/ERROR STOP), cycle time (current/minimum/maximum), variable status (BOOL variable blue=False/red=True);

Support variable forcing: directly set in the OLT box or Force image, configurable time limit (automatically canceled upon timeout).

Fault diagnosis:

Indicator light diagnosis: 11 types of LEDs (module status/redundancy/fault, etc.), distinguished by color and flashing frequency;

Log diagnosis: Module fault logs (up to 2500), event logs (supporting export analysis);

Error codes: Module level error (e.g. code 2=invalid position), channel level error (e.g. code n2=open circuit).

Document generation:

Configuration level documents: BUS docu (bus parameters), PES master docu (master station data transmission), CFG docu (comprehensive document);

Resource level documents: CRF docu (I/O channel information), RES docu (current/generate/load status document), supports exporting ASCII files.

Safety related functions

Security mechanism:

Code tamper proof: C code comparator (detecting program changes), object code comparator (preventing hardware random errors);

Fault response: Redundant modules automatically take over, and when non redundant modules fail, the output is set to a safe state (such as power failure);

Safety parameters: Safety time (0-10s), watchdog time (6-7500ms), must comply with DIN V 19250 AK level requirements.

Operation restrictions:

Only authorized personnel are allowed to perform forced, overloaded, and other operations;

The "Parameters change online" switch needs to be enabled for online modification of safety parameters, and the AK4-6 level needs to be reset afterwards.


Hardware adaptation and expansion

Supporting modules:

Current modules: digital input F3221 (16 channels), digital output F3330 (8 channels), analog input F6213 (4 channels), etc;

Old modules: F3225/F3311, etc., only support H51 system, without integrated security shutdown.

Substrate and Expansion:

Substrate types: B9302 (16 slot I/O substrate), B5230 (H51q central substrate), etc;

System Expansion: Up to 16 substrates (0 central substrate+15 expansion substrates), with a maximum system bus distance of 19.6km (fiber optic).


Key technical parameters

Category indicators

Communication rate RS485: 9600-57600bps; Ethernet: 10Mbit/s; Profibus DP: up to 12Mbit/s

Environmental requirements: working temperature 0-60 ℃, storage temperature -40-85 ℃, protection level IP20

The maximum latency between redundant performance processors is 10 µ s, and the latency between the processor and the farthest I/O module is ≤ 50 µ s

Variable capacity: Up to 523776 global variables, with a maximum of 10 user accounts per resource


Typical operating procedures

Configuration creation → Resource type allocation → Cabinet layout editing → Module parameter configuration;

Program instantiation → variable declaration → logical diagram editing → event configuration;

Code generation (enable security verification) → Download to controller → Online testing → Variable forced verification;

Fault diagnosis → Log export → Document generation → System maintenance (module replacement/OS update).

  • ABB 216AB61 Industrial Control Module for Automation Systems
  • ABB 5SHX1060H0003 High Power Thyristor Module for Industrial Power Control
  • ABB 07KT97H3 PLC Central Processing Unit for Industrial Automation
  • ABB 3BHB005171R0101 Power Semiconductor Module for Industrial Power Systems
  • KEBA E-SP-CCEC/A/22 - Keyboard Panel
  • KEBA ERHL33 - Module
  • KEBA K-FTC-AN/B - Control Panel Board
  • KEBA DO321 1914D-0 - Digital Output Module
  • KEBA T70Q - Teach Pendant
  • KEBA BL272/A / BL272/B - Bus Coupling Module
  • KEBA T70R - Teach Pendant
  • KEBA PRONET-E-20A-K - Servo Drive
  • KEBA T55-RA0-AU0-LK - Mobile HMI KeTop
  • KEBA DO-272/A - Digital Output Module
  • KEBA PS240/A - Power Supply Module
  • KEBA 2134-00393 - Module Code
  • KEBA E-10-ANALOG-SU - Analog Card
  • KEBA 1904D-0 / D1458E - E-10 Analog Card
  • KEBA FM265A - Function Module
  • KEBA CR17910086 - Controller Board
  • KEBA C5G-TP5WC2 - Robot Teach Pendant
  • KEBA PD242A - Power Supply Module
  • KEBA DI-325 - Digital Input Card
  • KEBA C2-TM-240/A - Digital Input Module
  • KEBA D1547C - I/O Bus Coupling Board
  • KEBA CR-092 - Interface Module
  • KEBA 3HAC023195-003 - IRC5 Teach Pendant Cable
  • KEBA KETOP-T150-MA0 - Mobile HMI
  • KEBA KC-P30-EC24011 - Control Module
  • KEBA 1770B-1 - E-8-THERMO Card
  • KEBA T20T-T00-AR0-CE6 - KeTop Terminal
  • KEBA D1633C-1 - CPU Card
  • KEBA HT401-232-8/0 - Teach Pendant
  • KEBA AO-570 - Analog Output Module
  • KEBA T10-mAb-DMV - Handheld Terminal
  • KEBA C70-rqa-AK0-Le - KeTop Teach Pendant
  • KEBA 1918F-0 - Digital Output Board
  • KEBA T10-mAa-DMV - Handheld Terminal
  • KEBA HT2-SCHLUSSELS - Key Switch for HT2
  • KEBA T100-003-CES - HMI Terminal
  • KEBA GVME610IO - I/O Module
  • KEBA HT501-231 - Teach Pendant
  • KEBA E-CG-CONTROL - Graphic Control Card
  • KEBA D1420F - F-SIC-1 Circuit Board
  • KEBA E-ANA-SUB2 - Analog Sub-module
  • KEBA HT401-222-4 - Teach Pendant
  • KEBA II030 - Input Module
  • KEBA T155-M10-AN0-W - KeTop Mobile HMI
  • KEBA CP088-B - Processor Module
  • KEBA HT40123280 - Operating Terminal
  • KEBA HT4222 - Handheld Terminal
  • KEBA H24025369 - Replacement Part
  • KEBA H24024891 - Replacement Part
  • KEBA SR161 - Analog Input Card
  • KEBA 1762A - E-CRT/EL Circuit Board
  • KEBA T50-011-CES-CE5 - Operator Terminal
  • KEBA E-CON-ELD/B/15 - Control Panel
  • KEBA E-8-THERMO - Thermocouple Card
  • KEBA 330/A-1211-20 - Axis Module
  • KEBA T55-maw-AU0-CE6 - Mobile HMI
  • KEBA C150-110-AK0-N - KeTop HMI
  • KEBA HT4-20656 / HT4-221 - Handheld Terminal
  • KEBA 18658-1 - Analog Board
  • KEBA LM64P89 - LCD Display Screen
  • KEBA E-CPU-88-A - CPU Board
  • KEBA D-CE/59718/15 - Control Board
  • KEBA KC-P30-ES2400E2-E00 - Control Module
  • KEBA 3HAC12929-1 - Teach Pendant SX TPU
  • KEBA E-CON-CC100/A - Control Panel Engel
  • KEBA T200-M01-P20-WES7 - Panel PC Windows Embedded
  • KEBA KC-P30-ES2400B2-M0R - KeControl C3 Module
  • KEBA E8ANALOGC - Analog Card
  • KEBA E-CPU-88-B - CPU Board
  • KEBA T55-raw-AU0-CE6 - Mobile HMI
  • KEBA D1633C - CPU Board
  • KEBA T55-MAW-Au0-CE6 - Mobile HMI
  • KEBA 3HAC11266-4 - Teach Pendant Cable
  • KEBA T20e-m00-Br0-C - Handheld Terminal
  • KEBA E-3-ACU-INC - Controller Board
  • KEBA E-PS-24V - Power Supply Module 24V
  • KEBA C55-2aw-1U0-R - Control Unit
  • KEBA T70-qqu-Aa0-LK - KeTop Teach Pendant
  • KEBA PS244 - Power Supply Module
  • KEBA ECPU186B - CPU Circuit Board
  • KEBA E-8-ANALOG/C - Analog Input Card Engel
  • KEBA AT-4041 - KeControl C3 Controller
  • KEBA T50-ADP - Adapter Module
  • KEBA CP088/D - Control Processor Module
  • KEBA CU312 - Central Unit Module
  • KEBA K2-400 SC440/A - Communication Module
  • KEBA CU212 - Power Supply Module
  • KEBA T20T-T00-AR0-C - KeTop Handheld Terminal
  • KEBA HT4014X20B21572 - Teach Pendant
  • KEBA HT4010V4X201K4 - Operating Terminal
  • KEBA HT401/NC-4X20/20844 - Handheld Terminal
  • KEBA RS-091 / RS091A - Remote Station Module
  • KEBA E8THERMOA - Thermocouple Input Card
  • KEBA TI-570 - Temperature Input Module
  • KEBA C35E 10m/79421/02 - KeTop Teach Pendant
  • KEBA T40-001/58599/06 - Teach Pendant
  • KEBA CR17910087 C5G-GTP5 - Controller Board
  • KEBA T20E-R00-AR0-C - Handheld Terminal
  • KEBA 3HAC023195-001 /02 - Teach Pendant Unit
  • KEBA AR281 - Analog Input Module Engel
  • KEBA D3-DA330/A-0611-20 - D3 Axis Module
  • KEBA CU313 / C-SICU313KEB - Control Unit
  • KEBA k2-700 - Kemro Control System
  • KEBA CU211 - Central Unit Power Supply Module
  • KEBA C5G-TP5WC - Robot Teach Pendant
  • KEBA C100D-CE - Control Panel
  • KEBA D3-DR361/D-6341-30 - D3 Drive Module
  • KEBA D3-DP/A-1000-0 - D3 Supply Module
  • KEBA SXTPU-21664 - Teach Pendant Unit
  • KEBA T70-rqa-AK0-LK - KeTop Touch Screen Glass Panel
  • KEBA C10-1aa-abb - Control Terminal
  • KEBA T50-T41-CPU - CPU Module
  • KEBA 3HAC023195-001 - IRC5 Sx TPU 2 Teach Pendant Controller
  • KEBA D3-DA 330/A-1211-00 - D3 Axis Module
  • KEBA K2-200 250/X (71580) - Processor Module
  • KEBA O70-bra-A0a-F - Operator Panel
  • Creative Duster Vinyl Brush - Record Stylus Cleaner Brush
  • KEBA 3HAC12929-1/04 - Touch Panel Touchscreen Glass Replacement
  • KEBA OP350/Y-1016 - Keyboard Membrane Protective Film K2-200
  • KEBA DO 321/B - Digital Output Card
  • KEBA DI 325/B - Digital Input Module
  • KEBA E-16-DIGOUT-PLUS (D1456E-2) - Digital Output Board
  • KEBA AI 240/A (068370) - Kemro K2-200 Analog Input Module
  • KEBA TM 220/A (066676) - Kemro K2-200 Module