Welcome to the Industrial Automation website!

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

HIMA HIMax ® System Manual is applicable to safety related control systems

来源: | 作者:FAN | 发布时间 :2026-01-06 | 467 次浏览: | 🔊 Click to read aloud ❚❚ | Share:


HIMA HIMax  ® System Manual is applicable to safety related control systems

System core positioning and security standards

1. Product positioning

HIMax is a safety related controller system for the process and factory automation industry, suitable for scenarios such as process controllers, protection systems, burner systems, machine controllers, etc. It supports continuous operation and high availability requirements, can be adapted to different application scenarios through modular combinations, and can be flexibly expanded to meet the upgrading needs of future control processes.

2. Security certification level

Compliant with IEC 61508 standard, supporting up to SIL 3 safety integrity level

Compliant with EN 954-1 standard, reaching Category 4 level

Compliant with ISO 13849-1 standard, performance level e

The model with analog input is certified for use in fire alarm systems and complies with DIN EN 54-2 and NFPA 72 standards

3. Core design principles

De Energize to Trip: The safety function can be executed without the need for a power supply, and the input and output signals enter a power-off safety state in case of a fault

Energize to Trip: A power source (electrical or pneumatic) is required to perform safety functions, and the design must comply with application standards (such as input/output line diagnosis)


System hardware composition and structure

1. Base Plates

(1) Substrate type and specifications

Installation scenario of substrate model and slot number

X-BASE PLATE 10 01 10 Tablet Installation (such as installation board)

X-BASE PLATE 15 01 15 Backboard Installation

X-BASE PLAYE 15 02 15 19 inch installation

X-BASE PLATE 18 01 18 Backboard Installation

(2) Core Features

Minimum configuration: At least 1 substrate (rack ID 0), including at least 1 processor module

Scalability: Substrate 0 can expand up to 15 expansion substrates, for a total of 16 substrates

Slot allocation: 1-2 slots are reserved for the system bus module, and the remaining slots are used for other modules (subject to processor module installation restrictions)

Ventilation requirements: Blank modules should be inserted into unused slots to ensure ventilation effectiveness

2. Module types and functions

(1) Processor module

Installation restriction: Up to 4, can only be installed in slots 3-6 of rack 0 and slots 3-4 of rack 1, and some slots cannot be installed simultaneously (such as slot 5 of rack 0 and slot 4 of rack 1)

Core functions: Run user programs, perform module self testing, manage security related communication, collaborate with other processor modules to achieve redundancy

Power monitoring: Real time monitoring of 24VDC power supply voltage, voltage level can be viewed through SILworX tool

(2) I/O module

Types include: digital input/output, analog input/output, counter input module

Redundancy support: Supports 2-3 module redundancy and channel redundancy, with channels of the same number defined as redundant channels

Special function: Some modules support sequence of events (SOE) recording, and the analog input module can convert measured current to raw value (1mA corresponds to 10000) or process value (REAL type)

(3) System bus module

Functional positioning: Manage system bus A/B, slot 1 of rack 1 corresponds to system bus A, and slot 2 corresponds to system bus B

Connection requirements: When inserting one module into a single substrate, only a single bus is available. When inserting two modules, dual buses communicate simultaneously

Identification method: Identified through the System. Rack. Plot (SRS) parameter, System range 1-65535, Rack range 0-15, Slot range 1-18

(4) Communication module

Supporting protocols: SafeEthernet (safety related), Modbus, PROFIBUS and other standard protocols

Extension function: Supports ComUserTask (CUT), which can be used to write loop running programs in C language to implement custom communication protocols (non security related)

Licensing requirements: Standard agreements and CUT require long-term valid licenses, while some agreements require software activation codes

3. System bus and connections

(1) Bus characteristics

Redundant design: Dual redundant system bus (A/B), based on Ethernet technology, with electrical isolation between modules and buses, and insulation voltage of at least 1500V

Cable requirements: Copper cables should use Cat.5 (≤ 100Mbit/s) or Cat.6 (1Gbit/s) twisted pair Ethernet jumpers, support automatic crossover, and the system bus module PADT interface only supports crossover cables

Expansion capability: The maximum length of copper cable is 100m, the maximum length of fiber optic expansion is 19.6km (when processor modules are centralized), and the maximum spacing between processor modules is 1.8km when they are dispersed

(2) Substrate interconnection

Connection method: Connected through RJ-45 interface, the UP interface of the substrate is docked with the DOWN interface of the next substrate, and bus A/B cross connection is prohibited

Rack ID allocation: Based on substrate 0, the UP interface expansion substrate has odd IDs (1-15), and the DOWN interface expansion substrate has even IDs (2-14)

4. Power system

Power supply requirements: 24VDC (voltage range 19.2-30V), must comply with PELV or SELV standards, UL specifications allow maximum 150V, 10kVA adjustable power supply

Redundancy support: Can connect 2 redundant power supply units, each substrate requires fuse protection of 63A or above

Power estimation: Total power=number of processor modules x 35W+number of non processor modules x 20W+number of fans x 20W+external actuator power

image.png

Redundant configuration (improving availability)

1. Redundancy of processor modules

Configuration range: 1-4 redundant processor modules, new modules can automatically synchronize existing configurations

Fault response: When a single or multiple processor modules fail, the remaining modules maintain safe and relevant operation

Prerequisite: The user program needs to be redundantly configured, with corresponding slots reserved, and the dual system bus function is normal

2. I/O module redundancy

Module redundancy: 2-3 I/O modules of the same type are defined as redundant groups, and spare modules can be set up to avoid false alarms due to faults

Channel redundancy: Based on module redundancy, channels with the same number are automatically associated with the same global variable, and users can specify the signal synthesis method

Connector support: Redundant modules can use dedicated connector boards that occupy 2 slots, reducing on-site wiring workload

3. Redundancy of other components

System bus: Dual bus redundant operation, requiring 2 system bus modules to be inserted into each substrate

Communication redundancy: SafeEthernet supports dual physical transmission paths, and standard protocols require user program management for redundancy

Power redundancy: Dual power units are connected to L1+/L1- and L2+/L2- terminals respectively, and voltage decoupling is achieved inside the module


Programming and Configuration (Based on SILworX Tool)

1. Programming Fundamentals

Development environment: Programming through PADT (PC+SILworX), supporting IEC 61131-3 standard function blocks and custom function blocks

Program capacity: Up to 32 user programs can be loaded, with a maximum of 1023kB of program memory and 1023kB of data memory per program. The total program and data memory is 10MB (including 4kB of CRC space)

Multi tasking support: Supports 3 multitasking modes, and can set parameters such as program priority and maximum running cycle

2. Variable management

(1) Variable type

Variable type applicable scope and purpose

VAR user program, function block, function local variables, supporting CONST and RETAIN attributes

VAR-INPUT/VAR_oUTPUT All POU input/output variables

VAR_deTERNAL All POU external variables used for cross POU or global level data exchange

VAR_GLOBAL user program global variable, supporting project, configuration, and resource level definitions

VAR_TEMP All POU Temporary Variables

(2) Key configurations

Initial value: It is recommended to assign secure initial values to physical inputs and communication related variables. If not assigned, the default value is 0

System variables: pre-defined variables used to handle system properties such as temperature and power status, which can be associated and used through global variables

Mandatory function: Supports global and local variable enforcement, can set time limits, requires authorized personnel to operate, enforcement may affect security integrity

3. Program loading and updating

(1) Loading method

Download: Interrupt safety related operations, load new configuration, require controller to be in STOP state and load allowed switch to be turned on

Reload: Run without interruption, load modified configuration, require controller to be in RUN state and Reload Allow switch to be turned on, some modifications (such as communication protocol changes) do not support Reload

(2) Operating system loading

Loading order: I/O module → Communication module → System bus module → Processor module

Version management: Supports upgrading and downgrading, and can load existing versions when replacing modules to ensure compatibility

Attention: Ensure that redundant modules are running properly during loading to avoid service interruptions


User Management and Security Control

1. Project level user management (SILworX Projects)

Authorization type: Security administrators (Sec Adm) can modify user management plans and all SILworX functions; Read/write permission (R/W) can perform all functions except for user management; Read only permission (RO) can only view projects

User group characteristics: Unique name (1-31 characters), up to 100 user groups, can be assigned any number of user accounts

User account: Unique name (1-31 characters), up to 1000 accounts, can be set as the default user for the project

2. Controller level user management (Controller)

Account restriction: Up to 10 user accounts, including usernames, passwords, and access permissions. Permissions remain valid after power failure

Default Account: When no custom account is created, the default user is Administrator, without password, and has administrator privileges

Access modes: read permission (view only), read/write permission (create, load, test programs), administrator permission (load operating system, modify SRS, etc.)

3. Safety protection measures

ESD protection: Only personnel with ESD protection knowledge are allowed to modify the system or replace modules. An anti-static wristband must be worn during operation, and unused modules must be properly packaged

Mandatory restriction: The use of mandatory functions can be restricted through user profiles, resource level disabling, key switches, and other methods

Physical security: Safety shoes must be worn when installing X-BASE PLATE, and additional measures must be taken to prevent explosion risks when using in the Ex area

image.png

Diagnosis and maintenance

1. LED diagnostic indicator

(1) Indicator light grouping

Module status indicator lights (all modules): Run (green, running status), Error (red, fault), Stop (yellow, stop status), Init (yellow, initialization/lock status)

Redundancy indicator lights (processor/system bus module): Ess (yellow, module necessity indicator), Red (yellow, redundant operating status)

Fault indicator lights (processor module): System (system module fault), Field (I/O module field fault), Com (external communication fault)

(2) Definition of flicker frequency

Blinking1: Long on 600ms/Long off 600ms

Blinking2: Short on 200ms/Short off 200ms/Long on 600ms/Long off 600ms

Blinking-x: Ethernet communication synchronous flashing

2. Diagnostic history and online diagnosis

Diagnosis history: divided into short-term and long-term diagnosis. Short term diagnosis is a circular buffer, while long-term diagnosis stores user operations and configuration changes. Different modules have different storage capacities (such as X-CPU 01 supporting 2500 long-term events and 1500 short-term events)

Online diagnosis: viewed through the SILworX hardware editor online view, the faulty module is marked in red (severe fault) or yellow (minor fault), and supports viewing information such as module SRS, operating status, and consistency between configuration and actual module

3. Maintenance and Repair

Regular maintenance: Regular verification testing is required, and it is recommended to replace the fan regularly. Maintenance personnel must have professional qualifications and perform ESD protection

Fault handling: When the processor module fails, redundant modules take over control; When there is no redundancy, the controller shuts down, and the cause of the fault can be diagnosed through SILworX

Maintenance authorization: Only HIMA company has the authority to repair safety related systems and modules. Unauthorized intervention will result in the failure of safety functions and warranty


Lifecycle Management

1. Installation phase

Environmental requirements: working temperature 0-60 ℃, storage temperature -40-85 ℃, altitude<2000m, protection level IP20 (special scenarios require an IP54 or higher enclosure)

Wiring specifications: Supports 4 types of wiring schemes (single/redundant connector board+direct/FTAs connection), cables must be kept away from electromagnetic interference sources, and grounding must comply with SELV/PELV requirements

Heat dissipation considerations: A heat dissipation structure should be designed for a closed environment, and the effective heat dissipation area should be calculated based on the installation type to ensure that the operating temperature of the module does not exceed 60 ℃

2. Startup phase

(1) Control cabinet startup

Preprocessing: Test all input and output terminals for abnormal external voltage (such as 230V), check cable insulation resistance and grounding faults

Power supply inspection: Confirm that the polarity of the 24VDC power supply is correct, the voltage is stable, and the ripple meets the requirements

(2) PES startup

Startup steps: Set the system bus module IP and SRS → Specify the "responsible" system bus module → Configure the processor module → Interconnect the substrate → Log in to the system → Load the project → Start the system

Rack ID allocation: Modify through the system bus module to ensure that all modules on the substrate are in STOP state and the new ID configuration is consistent

3. Operation and shutdown

Operation monitoring: View system status, event records, and fault information through SILworX, and regularly backup project configurations

Shutdown disposal: Follow the requirements of the component manual for retirement and disposal to ensure electrical safety


Supplementary model

1、 Base Plates model

X-BASE PLATE 10 01 (10 slots, flat panel installation)

X-BASE PLATE 15 01 (15 slots, backplate installation)

X-BASE PLATE 15 02 (15 slots, 19 inch installation)

X-BASE PLATE 18 01 (18 slots, backplate installation)

2、 Module model

(1) Processor module

X-CPU 01

(2) System bus module

X-SB 01

(3) Communication module

X-COM 01

(4) I/O module

Analog input module

X-AI 32 01 (32 channels)

X-AI 32 02 SOE (32 channels, supporting event sequence recording)

Analog output module

X-AO 16 01 (16 channels)

Counter input module

X-CI 24 01 (24 channels)

Digital input module

X-DI 16 01 (16 channels)

X-DI 32 01 (32 channels)

X-DI 32 02 (32 channels, suitable for proximity switches)

X-DI 32 03 (32 channels)

X-DI 32 04 SOE (32 channels, supporting event sequence recording)

X-DI 32 05 SOE (32 channels, suitable for proximity switches, supports event sequence recording)

X-DI 64 01 (64 channels)

Digital output module

X-DO 12 01 (12 channels, relay output)

X-DO 12 02 (12 channels)

X-DO 24 01 (24 channels)

X-DO 24 02 (24 channels)

X-DO 32 01 (32 channels)

(5) Fan module

X-FAN (specific model not subdivided, refer to manual HI 801 033)

3、 Connector Board Model

X-CB 008 01 (single connector board with screw terminals)

X-CB 008 02 (redundant connector board with screw terminals)

X-CB 008 03 (single connector board with cable plug)

X-CB 008 04 (redundant connector board with cable plug)

4、 Field Terminal Component (FTA) Model

X-FTA AI 32 01 01

X-FTA DI 32 01 01

X-FTA DI 32 02 01

X-FTA DO 12 01 01

X-FTA DO 24 01 01

X-FTA 001 01

X-FTA 001 02

X-FTA 002 01

X-FTA 003 02

X-FTA 005 02

X-FTA 006 01

X-FTA 006 02

X-FTA 007 02

X-FTA 008 02

X-FTA 009 02

5、 Other related models

H 7201 (involving terminal XG13, refer to the content related to screw locking torque)

X-DI6451

X-DI3202

X-DO3251

X-AI3251

X-AO1601

X-COM01

image.png

  • 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
  • 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