Installation Instructions for the HLD Series Hydrogen Leak Detector

Document Number: 3017-2236, Issue 2

1.0 General Information

The Honeywell Hydrogen Leak Detector is a thermal conductivity-based hydrogen gas sensor offering high reliability, stability, and resistance to chemical poisoning. It is designed for detecting hydrogen leakage in various applications.

2.0 Use of the Hydrogen Leak Detector Sensor

The Honeywell Hydrogen Leak Detector is engineered to provide ppm-level hydrogen gas detection in a clean air environment with high accuracy across a wide range of temperatures and humidity.

3.0 Calibration/Compensation

The Hydrogen Leak Detector is calibrated for H₂ sensitivity over temperature. Integrated temperature, humidity, and pressure sensors provide compensation/correction for sensor output against environmental changes. These measurements are also accessible via the CANbus message.

4.0 Installation

Mount the sensor using two mounting bushings and two grade 8.8 M6 bolts. The mounting tabs accommodate various bolt head styles. Torque mounting bolts to 8 Nm ±2 Nm.

The sensor should be mounted with the gas entry port facing downwards to prevent water pooling on the gas membrane or dust accumulation. If downward orientation is not possible, position the sensor on its side to minimize water or dust collection on the membrane, which could impede gas passage.

5.0 Sensor Diagnostics

The sensor provides the following diagnostic indicators:

Table 1. Specifications

Characteristic Parameter
General
Detection principle Thermal conductivity
Hydrogen detection range 0% to 4% Full Scale (FS)
Start-up time < 1 second
Response time < 2 second
Resolution 50 ppm of H₂ in air
Cross sensitivity to humidity Internally compensated
Interference Also detects helium; large quantities of CO₂ or CO can reduce accuracy.
Product life Up to 10 years (no calibration required)
Environment
Operating temperature range -40°C to 85°C [-40°F to 185°F]
Storage temperature range -40°C to 105°C (-40°F to 221°F]
Humidity 10%RH to 90%RH non-condensing
Operating pressure 80 KPa to 110 KPa
Mechanical shock 50 g (3 drops in each + direction, 3 axes)
Fluid compatibility Resistant to typical automotive/industrial fluids
Electrical
Supply voltage 8 V to 36 V
Current consumption (typical) 16 mA at 12 Vdc
8 mA at 24 Vdc

Table 2. Installation Specifications

Characteristic Parameter
Termination 4-pin 1.2 mm sealed USCAR connector per 120-S-004-1-ZO2 Key Code A
Weight 50 g
Mounting bolt M6 Grade 8.8 bolt (x2), installation torque: 8 Nm ±2 Nm

6.0 Faults

6.1 Fault IDs

Table 3. Serviced Fault from Boot Block

DTC Severity Light Flash Description
0x7E100 StopNow Off None Fault_App_Missing
0x7E101 Replace Off None Fault_App_CRC
0x7E110 StopNow Off None Fault_Config_Missing
0x7E111 Replace Off None Fault_Config_CRC
0x7E120 StopNow Off None Fault_Build_Missing
0x7E121 Replace Off None Fault_Build_CRC
0x7E130 StopNow Off None Fault_Coeff_Missing
0x7E131 Replace Off None Fault_Coeff_CRC

Table 4. Serviced Faults Added to Applications

DTC Severity Light Flash Description
0x7E210 Protect Off None Fault_Voltage_High
0x7E211 Protect Off None Fault_Voltage_Low
0x7E230 Protect Off None Fault_CANBus_Error
0x7E242 Protect Off None Fault_TASK_Watchdog
0x7E250 Protect On None Fault_Temp_Hot > 85C
0x7E251 Protect On None Fault_Temp_Cold < -40C
0x7E260 Protect On None Fault_Press_High > 1.05 bar
0x7E261 Protect On None Fault_Press_Low < 0.8 bar
0x7E270 Protect On None Fault_Humidity_high > 70 dew point
0x7E310 Protect On None Fault_H2Sensor_Error
0x7E311 Warning On None Fault_H2Sensor_CRC
0x7E330 Protect On None Fault_PressSensor_Error
0x7E332 Protect On None Fault_Press_Range, Internal Sensing element [0.4 bar to 1.15 bar]
0x7E340 Protect On None Fault_RhSensor_Error
0x7E341 Warning On None Fault_RhSensor_CRC

6.2 Fault Messages

DM1 (J1939-73 Standard)

The DM1 message reports error characteristics: Severity, Light, Flash, and FMI are used to describe the error. The DTC identifies the exact error, and occurrence reports how many times it has occurred.

PDU 0XFECA/65226

Frame Format 29-BIT ID DATA (8 BYTES)
P EDP DP PF PS SA Light Flash DTC Occ NA NA
# Bits 3 1 1 8 8 8 8 8 8 8 8 8
CAN Message 0x18 0xFE 0xCA 0xE4 0x04 0x0C 0x71 0xE2 0xFF 0x03 0xFF 0xFF

DM3 (J1939-73 Standard)

The DM3 message is used to clear stored and active DTCs.

PDU 0XFECC/65228

Frame Format 29-BIT ID DATA (8 BYTES)
P EDP DP PF PS SA # Bits CAN Message
# Bits 3 1 1 8 8 8 8 8 8 8 8 8 8
CAN Message 0x18 0xFE 0xCC 0xE4 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF

7.0 HLD Outmessages

PDU 0XFF10/65296

Frame Format 29-BIT ID DATA (8 BYTES)
P EDP DP PF PS SA °C %RH Bar ppm (low byte) ppm (high byte) Error Counter NA
# Bits 3 1 1 8 8 8 8 8 8 8 8 8 8 8
CAN Message 0x08 0xFF 0x10 0xE4 0x17 0x6E 0x82 0x24 0x00 01 0x74 0xFF

Temperature: (±125°C)
Temperature (°C) = (int8_t)DegC

Humidity: (0...100%RH)
Humidity (%rH) = (uint8_t)RH*0.5

Pressure: (0.45...1.1 Bar)
Pressure (Bar) = (uint8_t)Bar*0.004+0.45

Hydrogen: (-5k...200k ppm)
Hydrogen (ppm) = (int16_t)PPM*50

Error: Bit 7: Error Light. Error is set if any of the fault is set and the corresponding fault Light is "ON", refer Table 4.

Counter: Rolling Counter (0-255). Counter is incremented by 1 for every message transmitted. The receiver could track for missing messages through the counter.

Example: Broadcast Normal Operation at 23°C (0x17h=23d), 55% Rh(0x6E), 0.970Bar (0x82), 1800ppm (0x0024), one or more Faults are set.

ID: 8FF10E4x
Data: 17 6E 82 24 00 01 74 FF

Figure 1. Product Dimensions (mm)

A diagram showing the product dimensions of the HLD Series Hydrogen Leak Detector. Key dimensions include:

Table 5. Pin Out

Pin Description
1 Power input
2 Ground
3 CAN H
4 CAN L

8.0 Additional Sensor Installation Notes

Warranty/Remedy

Honeywell warrants its manufactured goods to be free from defective materials and faulty workmanship during the applicable warranty period. The standard Honeywell product warranty applies unless otherwise agreed in writing. Honeywell will repair or replace, at its option, any defective items found by Honeywell's sole discretion, without charge, if returned during the warranty period. This is the buyer's sole remedy and is in lieu of all other warranties, expressed or implied, including merchantability and fitness for a particular purpose. Honeywell shall not be liable for consequential, special, or indirect damages.

Honeywell may provide information or engineering support through its personnel, literature, and website. However, it is the buyer's responsibility to determine the suitability of Honeywell products for the buyer's requirements.

Specifications are subject to change without notice. Information provided is believed to be accurate, but Honeywell assumes no responsibility for its use.

Warnings

Personal Injury

DO NOT USE these products as safety or emergency stop devices, or in any application where product failure could result in personal injury. Failure to comply with these instructions could result in death or serious injury.

Misuse of Documentation

The information in this product sheet is for reference only. Do not use this document as a product installation guide. Complete installation, operation, and maintenance information is provided in the instructions supplied with each product. Failure to comply with these instructions could result in death or serious injury.

For More Information

Honeywell Sensing Solutions provides worldwide customer service through a network of sales offices and distributors. For application assistance, current specifications, pricing, or the nearest Authorized Distributor, visit the Honeywell website or call:

Honeywell Sensing Solutions
830 East Arapaho Road
Richardson, TX 75081
www.honeywell.com

Models: 3017-2236, HLD Series Hydrogen Leak Detector, Hydrogen Leak Detector, Leak Detector, Detector

File Info : application/pdf, 8 Pages, 320.04KB

PDF preview unavailable. Download the PDF instead.

hon-ia-hss-hld-hydrogen-leak-detection-installation-instructions-en ?download=false

References

Adobe PDF Library 17.0 Adobe InDesign 20.2 (Windows)

Related Documents

Preview Honeywell HLD Series Hydrogen Leak Detector Installation Instructions
Comprehensive installation instructions for the Honeywell HLD Series Hydrogen Leak Detector, covering general information, sensor usage, calibration, installation, diagnostics, faults, and output messages.
Preview Honeywell HLD Series Hydrogen Leak Detector Installation Instructions
Detailed installation instructions for the Honeywell HLD Series Hydrogen Leak Detector, covering general information, sensor use, calibration, installation procedures, diagnostics, fault codes, output messages, physical dimensions, pinout, additional installation notes, and warranty information.
Preview Honeywell HLD Series Hydrogen Leak Detector Installation Instructions
Comprehensive installation instructions for the Honeywell HLD Series Hydrogen Leak Detector. Covers general information, installation, calibration, diagnostics, fault codes, communication protocols (CAN bus), product specifications, pinouts, and important safety warnings.
Preview Honeywell HLD Series Hydrogen Leak Detector Installation Instructions
Comprehensive installation instructions for the Honeywell HLD Series Hydrogen Leak Detector, covering general information, sensor usage, calibration, installation procedures, sensor diagnostics, fault messages, and output messages.
Preview HLD FAQ: Honeywell Hydrogen Leak Detector Sensor Features and Applications
Explore the Honeywell Hydrogen Leak Detector (HLD) Sensor through this FAQ, covering its TCD technology, benefits, features, target segments, and more for industrial and automotive applications.
Preview Honeywell MultiRAE Portable Gas Detector - Technical Specifications and Features
Detailed specifications and features of the Honeywell MultiRAE, a wireless, portable six-gas detector with advanced VOC detection capabilities. Covers applications, technical data, sensors, and safety certifications.
Preview Honeywell MultiRAE Wireless Portable Six-Gas Monitor
The Honeywell MultiRAE is an advanced portable chemical detector with advanced VOC detection capabilities. It offers a broad PID sensor range, supports 25 interchangeable sensors, and provides real-time wireless monitoring for enhanced safety and situational awareness.
Preview Honeywell MultiRAE Portable Gas Monitor: Advanced VOC Detection
Honeywell MultiRAE is an advanced portable gas detector featuring a wide range of PID sensors and 25 intelligent interchangeable sensors for industrial hygiene, personal protection, and leak detection applications. It offers real-time remote wireless monitoring and meets MIL-SPEC-810G standards.