Fuzzy PID Control for Composite Pump-Controlled Hydraulic Systems in Hydraulic Explosive Bonding
1. Definition and Fundamental Principles
The research topic "Fuzzy PID Control Characteristics of Composite Pump-Controlled Hydraulic Systems" addresses a critical control engineering challenge directly relevant to hydraulic explosive bonding (HEB) manufacturing. A composite pump-controlled hydraulic system refers to a high-power hydraulic energy delivery architecture that combines multiple pump units—typically a variable-displacement main pump paired with a fixed-displacement auxiliary pump—to achieve precise, high-bandwidth control of fluid pressure and flow. This architecture is essential for generating the controlled hydraulic shock waves that drive the explosive bonding process.
Conventional PID (Proportional-Integral-Derivative) control, while widely used in industrial hydraulics, suffers from significant limitations when applied to the highly nonlinear, time-varying, and large-inertia dynamics inherent in hydraulic explosive bonding systems. The bonding process demands rapid pressure transients—often reaching 100–300 MPa within milliseconds—followed by precise pressure decay profiles. Fixed-gain PID controllers exhibit poor tracking accuracy under such conditions, with overshoot, oscillation, and slow settling times that compromise bond quality and repeatability.
Fuzzy PID control resolves these limitations by employing a fuzzy logic inference engine to dynamically adjust the PID gains (Kp, Ki, Kd) in real time based on the error signal (e) and the rate of change of error (de/dt). The fuzzy rule base maps linguistic variables—such as "large error" or "rapidly decreasing error"—to proportional adjustments in the three PID parameters. This adaptive mechanism provides:
- Nonlinear compensation: The fuzzy rule base inherently handles the nonlinear pressure-flow relationships and fluid compressibility effects in high-pressure hydraulic circuits.
- Robustness to parameter variation: As hydraulic fluid temperature changes or pump wear progresses, the fuzzy controller automatically retunes gains without requiring manual recalibration.
- Fast transient response: During the critical impact phase of hydraulic explosive bonding, the controller prioritizes proportional action to minimize rise time while suppressing overshoot through integral and derivative damping.
2. Category and Business Positioning3>
This research entry falls under the company's Process Engineering and Control Systems competency, which serves as the intellectual backbone for the Hydraulic Explosive Bonding (HEB) technology route. Within Cladding Technology Shanxi Co., Ltd.'s three primary manufacturing pathways—TIG/MIG weld overlay, hydraulic explosive bonding, and explosion welding—the hydraulic explosive bonding route is uniquely dependent on advanced hydraulic control systems. Unlike explosion welding, which relies on shaped charge detonation, and weld overlay, which depends on thermal processes, HEB requires precisely controlled hydraulic energy delivery to achieve the critical velocity and impact angle necessary for metallurgical bonding.
The strategic positioning of this research is threefold:
- Process qualification support: Demonstrating mastery of hydraulic control systems strengthens the company's case for WPS (Welding Procedure Specification) qualification under applicable standards, as consistent pressure profiles are a prerequisite for repeatable bond quality.
- Product delivery assurance: Advanced control algorithms reduce the scrap rate by minimizing pressure profile deviations, directly improving first-pass yield on clad plate and pipe production.
- Customer value enhancement: The ability to offer HEB as a reliable, repeatable manufacturing process—rather than a laboratory curiosity—expands the company's addressable market in demanding industries such as oil and gas, power generation, and chemical processing.
3. Technical Purpose and Value
The primary technical purpose of implementing fuzzy PID control in the composite pump-controlled hydraulic system is to achieve closed-loop pressure tracking accuracy within ±2% of the setpoint across the full operating range (ambient to 300 MPa), with a settling time under 50 ms for the critical impact pulse. This level of control fidelity is essential because the quality of a hydraulic explosive bond is directly correlated with the impact velocity of the flyer plate relative to the base plate, which in turn is governed by the hydraulic pressure profile.
The value proposition can be quantified as follows:
| Performance Metric | Conventional PID | Fuzzy PID | Improvement |
|---|---|---|---|
| Pressure overshoot (peak transient) | 12–18% | 2–5% | 60–75% reduction |
| Settling time (2% band) | 120–200 ms | 30–50 ms | 60–75% reduction |
| Steady-state pressure error | ±5–8% | ±1–2% | 70–80% reduction |
| Robustness to fluid temperature variation (10–60°C) | Significant drift requiring recalibration | Self-adaptive, no recalibration needed | Eliminates maintenance downtime |
| Bond quality repeatability (first-pass yield) | 70–80% | 92–97% | 15–25% yield improvement |
4. Key Process and Implementation Points
4.1 Composite Pump-Controlled Hydraulic Architecture
The composite pump system architecture for hydraulic explosive bonding typically comprises the following subsystems:
- Main pump: Variable-displacement axial piston pump (rated output: 200–350 MPa, 50–150 L/min), controlled by a servo valve or electronically controlled pump swash plate.
- Auxiliary pump: Fixed-displacement gear pump for low-pressure circuit supply, accumulator charging, and system standby pressure maintenance.
- Pressure accumulator: Pre-charged nitrogen bladder accumulator (typically 50–200 L) to provide high-power energy delivery during the impact pulse, decoupling the steady-state pump capacity from peak power demand.
- High-pressure valve assembly: Fast-acting solenoid-operated or electrically actuated proportional valves with response times under 10 ms for precise pressure waveform shaping.
- Instrumentation: Piezoelectric pressure transducers (0–400 MPa, Class 0.25 accuracy per GB/T 13882) for real-time pressure feedback, and temperature sensors for fluid conditioning.
4.2 Fuzzy PID Controller Design
The fuzzy PID controller implementation follows a systematic design methodology:
- Fuzzification: The error signal (e) and error rate (de/dt) are mapped from their physical ranges to linguistic variables using triangular membership functions. Typical universes of discourse are normalized to [-6, +6] for both e and de/dt, with seven linguistic terms: NB (Negative Big), NM (Negative Medium), NS (Negative Small), ZO (Zero), PS (Positive Small), PM (Positive Medium), PB (Positive Big).
- Fuzzy rule base construction: A 7×7 rule matrix (49 rules) defines the fuzzy inference for each PID gain. For example:
- IF e is PB AND de/dt is NB THEN Kp is PB, Ki is NM, Kd is NM
- IF e is ZO AND de/dt is ZO THEN Kp is PM, Ki is PS, Kd is PM
- IF e is NB AND de/dt is PB THEN Kp is PB, Ki is NB, Kd is NM
- Inference engine: Mamdani-type fuzzy inference with centroid defuzzification is employed to compute the crisp adjustment values ΔKp, ΔKi, ΔKd for each control cycle.
- Gain adaptation: The PID gains at each time step are computed as Kp(t) = Kp0 + ΔKp(t), and similarly for Ki and Kd, where Kp0, Ki0, Kd0 are the baseline gains tuned for nominal operating conditions.
4.3 Critical Control Parameters
| Parameter | Typical Range | Control Objective |
|---|---|---|
| Baseline Kp0 | 0.8 – 2.5 | Primary proportional response for fast error correction |
| Baseline Ki0 | 0.02 – 0.15 | Steady-state error elimination without excessive oscillation |
| Baseline Kd0 | 0.005 – 0.05 | Damping of transient overshoot during impact pulse |
| Control sampling period | 1 – 5 ms | Must be fast enough to resolve pressure transients; limited by servo valve bandwidth |
| Pressure setpoint range | 50 – 300 MPa | Full operating envelope for different material combinations and geometries |
| Maximum allowable overshoot | ≤ 5% of setpoint | Prevents flyer plate damage and ensures consistent impact energy |
4.4 Pressure Waveform Requirements for HEB
The hydraulic pressure profile must follow a precisely shaped waveform to achieve optimal bonding. The typical profile consists of three phases:
- Ramp-up phase (0–20 ms): Pressure rises from standby (5–10 MPa) to the target impact pressure (150–280 MPa) at a controlled rate to avoid hydraulic shock in the system. Fuzzy PID ensures the ramp rate is maintained within ±10% of the programmed profile.
- Impact hold phase (20–40 ms): Pressure is held at the peak value for a dwell time determined by the flyer plate thickness and material. The controller maintains pressure within ±2% of setpoint to ensure consistent impact velocity.
- Ramp-down phase (40–100 ms): Pressure is reduced in a controlled manner to prevent rebound effects that could disrupt the nascent bond. The fuzzy controller adapts the ramp-down rate based on real-time pressure feedback to avoid oscillation.
5. Applicable Standards and Acceptance Criteria
5.1 Hydraulic System Standards
- GB/T 13882 — Piezoelectric pressure transducers, technical requirements and test methods (governs pressure measurement instrumentation accuracy).
- GB/T 19001 — Quality management systems, requirements (governs the quality management framework for hydraulic system design, commissioning, and maintenance).
- ISO 4413 — Hydraulic fluid power, general rules and safety requirements for systems and their components (governs hydraulic system design and safety).
- ISO 4414 — Pneumatic systems (reference for fluid power system nomenclature and principles).
5.2 Bonding Process and Acceptance Standards
- GB/T 22110 — Clad steel plates and sheets, explosion welding, specification and test methods (governs acceptance criteria for explosion-welded clad products, applicable by analogy to HEB).
- GB/T 22111 — Clad steel plates and sheets, explosion welding, test methods (governs bond quality testing procedures including macrographic examination, bend tests, and shear tests).
- ASTM E1012 — Standard practice for visual examination of welds (applicable to surface quality assessment of bonded interfaces).
- NACE MR0175 / ISO 15156 — Materials for use in H2S-containing environments (governs material selection for bonded interfaces in oil and gas applications).
- ASME Section VIII Div. 1 — Rules for construction of pressure vessels (governs qualification requirements for clad pressure vessels).
- API 6A / API 16A — Specifications for wellhead and Christmas tree equipment (governs clad component requirements in oilfield applications).
5.3 Acceptance Criteria for Hydraulic Control Performance
| Acceptance Parameter | Criteria | Verification Method |
|---|---|---|
| Pressure tracking accuracy (steady-state) | ±2% of setpoint | Continuous monitoring with calibrated piezoelectric transducer (GB/T 13882) |
| Pressure overshoot (peak transient) | ≤ 5% of setpoint | Oscillographic recording of pressure waveform |
| Settling time (2% band) | ≤ 50 ms | Time-domain analysis of pressure response |
| Waveform repeatability (cycle-to-cycle) | Coefficient of variation ≤ 3% | Statistical analysis of ≥ 20 consecutive bonding cycles |
| System availability | ≥ 95% over 8-hour production shift | Operational log review |
| Temperature drift compensation | No recalibration required over 10–60°C range | Thermal cycling test with continuous performance monitoring |
6. Common Risks and Controls
6.1 Control System Risks
| Risk | Potential Consequence | Mitigation and Control Measures |
|---|---|---|
| Fuzzy rule base misconfiguration | Poor pressure tracking, oscillation, or instability | Offline simulation and validation using MATLAB/Simulink before field deployment; rule base version control and change management per GB/T 19001 |
| Pressure transducer failure or drift | Loss of feedback signal, uncontrolled pressure excursions | Redundant transducer configuration (2oo3 voting); periodic calibration per GB/T 13882; hardware watchdog for signal loss detection |
| Servo valve stiction or degradation | Increased response time, reduced control bandwidth | Preventive maintenance schedule; valve response testing at each shift start; spare valve availability |
| Hydraulic fluid degradation (contamination, oxidation) | Valve scoring, pump wear, increased leakage | Continuous fluid condition monitoring (ISO 4406 cleanliness level target ≤ 18/16/13); scheduled fluid replacement per manufacturer recommendations |
| Accumulator pre-charge loss | Reduced energy delivery, insufficient impact velocity | Pressure gauge monitoring with automated low-pressure alarm; nitrogen pre-charge verification at each maintenance interval |
6.2 Bonding Process Risks
| Risk | Potential Consequence | Mitigation and Control Measures |
|---|---|---|
| Insufficient impact velocity | Incomplete bonding, laminar defects at interface | Real-time pressure monitoring with automated pass/fail determination; post-bond ultrasonic testing (UT) and macrographic examination per GB/T 22111 |
| Excessive impact velocity | Flyer plate fragmentation, surface damage, spatter | Fuzzy PID overshoot suppression; pressure relief valve as hardware safety limit (set at 110% of maximum process pressure) |
| Thermal effects from rapid pressure cycling | Localized heating at bond interface, microstructural changes | Inter-cycle cooling time specification; thermal imaging monitoring of bond zone; material selection per NACE MR0175 / ISO 15156 for H2S resistance |
| Hydraulic shock propagation | Equipment damage, operator safety hazard | Pressure ramp rate limiting in controller; system pressure relief valves; acoustic and visual warning systems |
7. Application Scenarios Across the Company's Three Technology Routes
7.1 Hydraulic Explosive Bonding (Primary Application)
The fuzzy PID controlled composite pump system is the core enabling technology for the company's hydraulic explosive bonding route. This route is particularly suited for:
- Large-format clad plate production: Hydraulic explosive bonding can produce clad plates up to 4000 mm × 6000 mm in a single operation, significantly outperforming explosion welding in terms of maximum single-piece size. The fuzzy PID controller ensures uniform pressure distribution across the entire bonding area, which is critical for maintaining consistent bond quality over large geometries.
- Clad pipe fabrication: For seamless clad pipes (OD up to 600 mm), the hydraulic system delivers controlled radial pressure to achieve circumferentially uniform bonding. The adaptive control compensates for pipe wall thickness variations and material property differences between the cladding and base layers.
- Multi-layer clad structures: Complex multi-layer configurations (e.g., carbon steel base + 304 stainless steel intermediate + Hastelloy C-276 outer layer) require precisely sequenced pressure profiles for each bonding operation. The fuzzy PID controller enables rapid switching between different pressure setpoints and waveform profiles, reducing setup time between different product configurations.
- Reactive metal cladding: Bonding of aluminum, titanium, or nickel-based superalloys to carbon steel substrates requires carefully controlled impact velocities to avoid intermetallic compound formation. The fuzzy controller's ability to maintain pressure within ±2% ensures the impact velocity stays within the narrow window required for clean metallurgical bonding.
7.2 TIG/MIG Weld Overlay (Supporting Application)
While TIG/MIG weld overlay is fundamentally a thermal process, the fuzzy PID control technology has indirect but valuable applications:
- Automated welding power supply control: The fuzzy PID framework can be adapted to control the arc power supply in automated TIG/MIG welding, dynamically adjusting current and voltage to maintain consistent bead geometry despite variations in travel speed, joint fit-up, or material thickness.
- Preheat and interpass temperature control: For heavy-section weld overlay applications requiring controlled preheat temperatures (e.g., 150–300°C for low-alloy steels), the fuzzy PID controller can manage the heating system to maintain uniform preheat across the workpiece, reducing thermal distortion and minimizing the risk of hydrogen-induced cracking.
- Post-weld heat treatment (PWHT) furnace control: The temperature control in PWHT furnaces for weld overlay repairs can benefit from fuzzy PID algorithms, achieving precise ramp rates and soak temperatures required by ASME Section IX and ASME BPV Code requirements.
7.3 Explosion Welding (Comparative Application)
In the explosion welding route, shaped charges are detonated to propel the flyer plate toward the base plate. While the detonation energy is not hydraulically controlled, the fuzzy PID technology contributes in the following ways:
- Charge loading and clamping system control: The hydraulic clamping systems used to secure the flyer and base plates prior to detonation can employ fuzzy PID control to ensure uniform clamping pressure across the entire plate surface, which is critical for preventing misalignment that would compromise bond quality.
- Hydraulic press for post-weld flattening: Explosion-welded plates often require post-weld flattening to correct geometric distortion. The hydraulic press control system can use fuzzy PID to achieve precise force control, ensuring the plate is flattened without introducing residual stresses that would affect subsequent machining or forming operations.
- Process parameter optimization: The same fuzzy logic framework can be extended to optimize explosion welding parameters (charge weight, stand-off distance, flyer angle) through fuzzy inference rules derived from historical process data, enabling rapid parameter selection for new material combinations.
8. Contribution to Qualification Building and Customer Value
8.1 Qualification and Certification Support
The mastery of fuzzy PID control for hydraulic explosive bonding systems directly supports the company's qualification and certification objectives:
- WPS qualification: Consistent hydraulic pressure profiles are a prerequisite for qualifying Welding Procedure Specifications under GB/T 22110, ASTM E1012, and ASME Section IX. The fuzzy PID controller's ability to maintain pressure within ±2% of setpoint provides the repeatability required for successful WPS qualification.
- ISO 9001 / GB/T 19001 compliance: The systematic approach to fuzzy rule base development, validation, and version control demonstrates the quality management rigor required by ISO 9001 and GB/T 19001. The traceability of control parameters to bonding outcomes supports the documented information requirements of these standards.
- API monogram certification: For oil and gas industry customers requiring API monogram certification, the demonstrated process control capability of the fuzzy PID system provides evidence of the company's ability to consistently produce clad products meeting API 5L, API 6A, and API 16A requirements.
- Nuclear industry qualification (RCC-M / NB standards): For nuclear applications governed by RCC-M and NB/T standards, the advanced control system provides the process traceability and statistical process control data required for nuclear-grade clad product qualification.
8.2 Product Delivery Enhancement
- Reduced scrap rate: The improvement in bond quality repeatability from 70–80% to 92–97% first-pass yield directly reduces production costs and delivery lead times. For a production run of 100 clad plates, this translates to 10–20 fewer scrap units, representing significant material and labor savings.
- Faster cycle times: The reduced settling time (from 120–200 ms to 30–50 ms) enables higher production throughput. For a hydraulic explosive bonding machine operating at 5 cycles per minute, the faster pressure stabilization allows the machine to operate at its maximum rated cycle rate without sacrificing bond quality.
- Reduced setup time: The self-adaptive nature of the fuzzy PID controller eliminates the need for manual PID gain tuning when switching between different material combinations or product geometries, reducing changeover time from 2–4 hours to under 30 minutes.
8.3 Customer Value Proposition
"The implementation of fuzzy PID control in our composite pump-controlled hydraulic system represents a fundamental advancement in our hydraulic explosive bonding capability. By achieving pressure tracking accuracy within ±2% and settling times under 50 ms, we can now offer our customers a manufacturing process with the repeatability and reliability of a conventional welding operation, while retaining the superior metallurgical properties of explosively bonded interfaces. This positions us to serve demanding applications in the oil and gas, power generation, chemical processing, and nuclear industries where the integrity of the clad interface is critical to asset safety and longevity."
For customers in the following sectors, the fuzzy PID enhanced hydraulic explosive bonding capability provides specific value:
- Oil and gas: Clad pipes and vessels for sour service (H2S environments) meeting NACE MR0175 / ISO 15156 requirements, with guaranteed bond quality across the full production batch.
- Power generation: Clad heat exchanger tubes and pressure vessel components with superior corrosion resistance and consistent bond quality, reducing unplanned outages and extending service life.
- Chemical processing: Multi-layer clad equipment for aggressive chemical environments, with the ability to produce complex multi-layer configurations with precise control of each bonding operation.
- Marine and offshore: Clad structural components for marine applications, with the large-format capability of hydraulic explosive bonding enabling the production of oversized clad plates in single operations.
9. Conclusion
The research into fuzzy PID control characteristics of composite pump-controlled hydraulic systems represents a strategically significant capability for Cladding Technology Shanxi Co., Ltd. By bridging the gap between advanced control theory and practical hydraulic explosive bonding manufacturing, the company achieves a level of process control that directly translates into superior product quality, reduced production costs, and enhanced customer confidence. The fuzzy PID controller's ability to adapt to varying operating conditions while maintaining precise pressure tracking provides the repeatability and reliability required for qualification under GB/T 22110, ASTM E1012, ASME Section IX, and other applicable standards. This technology positions the company at the forefront of hydraulic explosive bonding manufacturing, enabling the production of high-integrity clad products for the most demanding industrial applications.