Vision-Based Weld Pool Width Detection in TIG Welding of Copper-Clad Aluminum Cable

1. Definition and Technical Principles

1.1 Core Concept

Vision-based detection of weld pool width refers to the deployment of machine vision systems—typically comprising a high-resolution camera, optical filter, and real-time image processing algorithm—to monitor, measure, and control the width of the molten weld pool during TIG (Tungsten Inert Gas) welding operations on copper-clad aluminum (CCA) cable assemblies. The technique captures the geometric profile of the weld pool in real time and feeds this data back into the welding control system to ensure process stability, dimensional accuracy, and metallurgical integrity of the joint.

1.2 Operating Principle

The fundamental principle relies on the optical contrast between the molten weld pool and the surrounding solid-state material. The weld pool, due to its high temperature, emits intense visible and near-infrared radiation. By equipping the camera with appropriate band-pass filters (commonly in the 500–700 nm visible range or 700–1000 nm near-IR range), the system isolates the weld pool region from background interference such as arc light, spatter, and oxide films. Image processing algorithms then perform edge detection (e.g., Sobel, Canny, or threshold-based segmentation) to identify the left and right boundaries of the pool, calculate the width, and compare it against a predefined setpoint or tolerance window.

In the specific context of copper-clad aluminum cable welding, the challenge is compounded by the dissimilar nature of the constituent metals—copper (outer layer) and aluminum (core)—which exhibit significantly different thermal conductivity, melting points, and emissivity. Copper has a thermal conductivity of approximately 401 W/(m·K) and a melting point of 1085 °C, while aluminum has a thermal conductivity of approximately 237 W/(m·K) and a melting point of 660 °C. These differences result in non-uniform heat distribution and asymmetric weld pool geometry, making vision-based monitoring particularly valuable for maintaining process control.

1.3 Signal Acquisition and Processing Chain

2. Category and Business Positioning

2.1 Technology Classification

This technology belongs to the category of intelligent welding process monitoring and control systems, specifically under the sub-domain of sensor-based feedback control for TIG welding operations. It is classified as an advanced manufacturing technology that bridges traditional welding practice with Industry 4.0 digital manufacturing capabilities. Within the broader context of Cladding Technology Shanxi Co., Ltd.'s capability portfolio, this technology falls under the TIG/MIG weld overlay route and represents the company's commitment to precision manufacturing and quality assurance.

2.2 Business Positioning

The deployment of vision-based weld pool monitoring serves multiple strategic purposes for the company:

3. Technical Purpose and Value

3.1 Primary Technical Objectives

  1. Weld Pool Dimensional Control: Maintain weld pool width within a target range (typically ±10–15% of nominal) to ensure uniform penetration, adequate fusion, and consistent bead geometry.
  2. Real-Time Process Stability Monitoring: Detect anomalies such as porosity, undercut, incomplete fusion, or excessive dilution before they become permanent defects.
  3. Welding Parameter Optimization: Provide empirical data to refine welding parameter windows for copper-clad aluminum cable joints, reducing trial-and-error during procedure development.
  4. Process Documentation and Traceability: Generate timestamped records of weld pool dimensions throughout the welding sequence, supporting quality audits and root-cause analysis.

3.2 Value to Product Delivery

In copper-clad aluminum cable applications, the weld joint between the CCA cable and a copper terminal or busbar is a critical connection point. Failure of this joint can lead to overheating, increased electrical resistance, and catastrophic system failure. Vision-based monitoring directly contributes to:

3.3 Value to Qualification Building

The integration of vision-based monitoring into the company's TIG welding procedures strengthens the technical foundation for:

4. Key Process and Implementation Points

4.1 System Hardware Configuration

Component Specification Function
Camera Sensor Industrial CCD/CMOS, resolution ≥ 1280×960, frame rate ≥ 60 fps High-speed image capture of weld pool region
Optical Filter Band-pass filter, center wavelength 550–650 nm (green channel) or 700–900 nm (near-IR) Suppress arc glare; maximize pool-to-substrate contrast
Lens Fixed focal length, 8–16 mm, depth of field optimized for standoff distance Focus image on weld pool plane with minimal distortion
Mounting Fixed-position bracket on welding torch or gantry, standoff 40–80 mm Maintain consistent viewing geometry throughout weld
Processing Unit Industrial PC or embedded controller, real-time OS, ≥ 2 GHz CPU Execute image processing and feedback algorithms
Communication Interface RS-232/RS-485 or EtherCAT link to welding power source controller Transmit width measurements and control signals to welder

4.2 Key Welding Parameters for CCA Cable TIG Welding

Parameter Typical Range Effect on Weld Pool Width Control Strategy
Welding Current 60–150 A (DC) Directly proportional; higher current increases pool width Primary control variable for width adjustment
Travel Speed 50–200 mm/min Inversely proportional; higher speed narrows pool width Secondary control variable; adjusted with current
Torch Angle 0°–20° from vertical Asymmetric angle creates asymmetric pool; increases effective width on leading side Maintained constant; monitored for drift
Torch Standoff 3–6 mm Larger standoff increases arc spread, widening pool Mechanically controlled; verified periodically
Shielding Gas Flow 10–20 L/min (Ar or Ar/He mix) Indirect effect; inadequate flow causes oxidation, altering pool surface appearance Monitored via flowmeter; not a primary width control
Weld Pool Width Target 3–8 mm (depending on cable diameter) Setpoint for vision-based feedback control

4.3 Implementation Steps

  1. Baseline Parameter Establishment: Conduct preliminary welding trials on CCA cable specimens without vision monitoring to establish baseline weld pool width characteristics as a function of current and travel speed. Record pool width measurements for each parameter combination using post-weld optical microscopy.
  2. Camera System Calibration: Mount the camera at the designated standoff distance and viewing angle. Calibrate the pixel-to-mm conversion factor using a reference target (e.g., a calibrated graticule or known-dimension test coupon). Verify focus and field of view cover the expected weld pool region.
  3. Filter Selection and Optimization: Test multiple filter wavelengths to identify the band that provides maximum contrast between the weld pool and surrounding material for the specific CCA cable geometry and welding parameters. Document the optimal filter selection.
  4. Image Processing Algorithm Development: Implement edge detection and width calculation algorithms. Validate algorithm accuracy against manual measurements of known weld pools. Tune threshold values and edge detection parameters for robust performance across the expected range of pool geometries.
  5. Closed-Loop Control Integration: Connect the processing unit to the welding power source controller. Program the feedback control logic: if measured width deviates from target by more than the tolerance threshold, adjust welding current (primary) or travel speed (secondary) to correct the deviation. Implement anti-oscillation damping to prevent over-correction.
  6. Validation Welding Trials: Conduct a series of validation welds comparing vision-controlled welding against conventional parameter-fixed welding. Evaluate weld pool width consistency, bead geometry, microstructure, and mechanical properties. Document results for WPS qualification support.
  7. Production Deployment and Operator Training: Integrate the system into production welding stations. Train operators on system startup, parameter setpoint configuration, alarm response, and basic troubleshooting. Establish daily calibration check procedures.

4.4 Image Processing Algorithm Flow

  1. Capture raw image frame from camera sensor.
  2. Apply noise reduction filter (e.g., 3×3 median filter) to suppress random noise.
  3. Apply band-pass filter to isolate selected wavelength band.
  4. Perform contrast enhancement (histogram equalization or CLAHE) to maximize pool-to-background contrast.
  5. Apply adaptive thresholding to segment the weld pool region from the background.
  6. Identify connected components; select the largest component as the weld pool candidate.
  7. Extract left and right boundary coordinates using edge detection (Sobel or Canny operator).
  8. Calculate weld pool width as the horizontal distance between left and right boundaries.
  9. Compare measured width against target setpoint and tolerance window.
  10. If deviation exceeds tolerance, generate control signal to adjust welding parameters.
  11. Log measurement data with timestamp for process documentation.

5. Applicable Standards and Acceptance Criteria

5.1 Welding Procedure Standards

5.2 Weld Quality Acceptance Criteria

Acceptance Parameter Criterion Measurement Method Governing Standard
Weld Pool Width Consistency Deviation from target ≤ ±15% throughout weld length Vision-based real-time measurement; post-weld optical microscopy verification Internal specification; supports ISO 15614-1
Weld Penetration Full fusion through CCA cable thickness; no incomplete fusion Macrograph examination of cross-section ASME Section IX; GB/T 19866
Weld Defects (Internal) No porosity > 0.5 mm, no cracks, no slag inclusion > 0.5 mm Ultrasonic testing (UT) or X-ray radiography (RT) GB/T 3323; NB/T 47013
Weld Defects (Surface) No undercut > 0.5 mm depth, no cracks, no excessive convexity/concavity Visual testing (VT) and dye penetrant testing (PT) ASME Section V; GB/T 11345
Microstructure No brittle intermetallic phases (e.g., Al₂Cu, CuAl₂) exceeding acceptable limits; grain size within specification Optical microscopy of etched cross-section Internal specification; AWS D1.1 principles
Mechanical Properties Tensile strength ≥ 80% of base metal strength; hardness within acceptable range Tensile testing and microhardness testing ASME Section IX; GB/T 228
Electrical Resistance Joint resistance ≤ 1.2× resistance of equivalent length of unwelded cable 4-wire (Kelvin) resistance measurement Internal specification; IEEE standards for cable joints

5.3 Quality Management Standards

6. Common Risks and Controls

6.1 Technical Risks

Risk Description Impact Control Measure
Optical Interference from Arc Intense arc radiation overwhelms camera sensor, causing saturation and loss of weld pool visibility Loss of monitoring capability; potential undetected defects Use high-density optical filters (ND 4–6); position camera to minimize direct arc viewing; implement automatic exposure control
Weld Pool Geometry Variability Copper-aluminum dissimilar metals create asymmetric pool geometry; pool width may vary with cable position and geometry Inaccurate width measurement; false alarm or missed defect Calibrate algorithm for expected asymmetric pool shape; use multi-point width measurement (e.g., leading edge, trailing edge, center); implement adaptive thresholding
Spatter and Oxide Interference Weld spatter and aluminum oxide particles on pool surface disrupt edge detection Erroneous width measurements; control instability Apply morphological operations (opening/closing) to remove small artifacts; use temporal filtering (moving average) to smooth measurements; optimize shielding gas coverage
Camera Drift or Misalignment Thermal expansion or mechanical vibration displaces camera from calibrated position Systematic measurement bias; loss of calibration Mount camera on rigid bracket; implement periodic calibration check (e.g., daily reference target measurement); use thermal compensation if necessary
Control Loop Oscillation Over-aggressive feedback control causes welding parameters to oscillate, destabilizing the weld pool Weld quality degradation; potential defect formation Implement PID control with tuned gain and damping; set maximum adjustment rate limits; use dead-band tolerance to prevent minor corrections
Algorithm Failure on Unusual Pool Geometry Edge detection algorithm fails when pool geometry deviates significantly from training conditions (e.g., during start/stop transitions) Loss of monitoring during critical weld transitions Implement algorithm confidence scoring; flag low-confidence measurements; use rule-based fallback for start/stop transitions; train algorithm on diverse pool geometries

6.2 Operational Risks

7. Application Across the Company's Three Technology Routes

7.1 TIG/MIG Weld Overlay Route

Within the TIG/MIG weld overlay route, vision-based weld pool monitoring has direct and immediate applicability. For TIG welding of copper-clad aluminum cable joints, the technology provides real-time feedback control of weld pool dimensions, ensuring consistent penetration and fusion across the dissimilar metal interface. The monitoring system can be extended to other TIG weld overlay applications within the company's portfolio, including:

For MIG (GMAW) weld overlay operations, the vision-based system can be adapted to monitor the larger, more dynamic weld pool characteristic of MIG welding. The higher deposition rates and greater heat input of MIG require more robust optical filtering and potentially higher frame rates, but the fundamental monitoring principle remains the same. The system can also monitor wire feed consistency and arc length indirectly through pool width variations.

7.2 Hydraulic Explosive Bonding Route

While hydraulic explosive bonding (also known as hydraulic explosion bonding or hydraulic explosive cladding) relies on high-pressure water jet impact rather than welding, the vision-based monitoring technology contributes to this route in complementary ways:

7.3 Explosion Welding Route

In explosion welding, the vision-based monitoring technology serves several important functions:

8. Contribution to Qualification Building, Product Delivery, and Customer Value

8.1 Qualification Building

The vision-based weld pool monitoring technology strengthens the company's qualification portfolio in three dimensions:

  1. WPS/PQR Documentation: Real-time weld pool width data provides objective, quantifiable evidence of process control during qualification welding. This data can be incorporated into PQR records as supplementary information demonstrating that the welding procedure produces consistent, repeatable results across the full range of qualified variables.
  2. Welder Qualification Support: Welder performance qualification under ASME Section IX and GB/T 19866 requires demonstration of consistent weld quality. Vision-based monitoring data provides additional evidence of welder performance, showing that weld pool dimensions remain within acceptable limits throughout the qualification weld.
  3. Technology Capability Certification: The successful implementation of vision-based monitoring demonstrates the company's capability in intelligent manufacturing and advanced process control, supporting applications for certifications such as ISO 3834-2 (comprehensive requirements) or ISO 3834-3 (basic requirements), as well as industry-specific certifications for nuclear, aerospace, or automotive welding.

8.2 Product Delivery Enhancement

For product delivery, the technology delivers measurable improvements:

8.3 Customer Value

The technology creates direct value for the company's customers:

9. Conclusion

The vision-based detection of weld pool width in TIG welding of copper-clad aluminum cable represents a significant advancement in the company's intelligent manufacturing capabilities. By integrating machine vision technology with TIG welding process control, the company achieves real-time, quantitative monitoring of weld pool geometry, enabling closed-loop feedback control that ensures consistent weld quality across dissimilar metal joints. The technology contributes to qualification building by providing objective process documentation, enhances product delivery through defect reduction and throughput improvement, and creates substantial customer value through enhanced reliability, traceability, and cost efficiency. Its applicability extends beyond CCA cable welding to the company's full portfolio of TIG/MIG weld overlay, hydraulic explosive bonding, and explosion welding operations, establishing a unified framework for intelligent process monitoring across all technology routes.