ZHUOJIN-LOGOZhuojin Pipe Fitting Co., Ltd
Zhuojin Pipe Fitting Co., Ltd
STEEL PIPE · FITTING · WELDING TECHNICAL STUDY

PLC-Based Control System Design for Steel Pipe TIG Butt Welding

Literature Overview

This technical paper published in Welding (2015, No. 9, pp. 61-63) by Li Dandan and Zhang Kai from the Department of Electromechanical Engineering at Zhengzhou Tourism College presents the design and implementation of a PLC-based control system for a steel pipe TIG butt welding machine. While the academic depth of this paper is limited compared to research publications in welding metallurgy, it addresses a practically important topic: the automation and control of TIG welding for steel pipe butt joints, which is a common operation in pipe fabrication, repair, and manufacturing industries. The paper focuses on the hardware selection, control algorithm design, and HMI (Human-Machine Interface) development for a production welding system.

System Architecture and Hardware Selection

The control system is built around a Mitsubishi PLC (Programmable Logic Controller) platform, which is a widely used industrial controller known for its reliability, modularity, and extensive library of function blocks. The hardware configuration includes the following key components:

Component Specification Function
PLC CPU Mitsubishi FX series Central processing; program execution; I/O management
Positioning module Mitsubishi positioning module Servo motor control; pipe rotation; torch positioning
A/D converter module Analog input module Welding current/voltage feedback; sensor signal acquisition
D/A converter module Analog output module Welding current/voltage control; gas flow regulation
L/O module Digital I/O module Relay control; safety interlocks; status indication
Servo drive system AC servo drive High-precision pipe rotation; synchronized torch motion
Touchscreen HMI Mitsubishi GOT series Parameter setting; program selection; status display; alarm management

The selection of Mitsubishi PLC and servo components reflects a pragmatic approach to industrial welding control, leveraging a well-established platform with extensive field experience and readily available spare parts and technical support.

Control Algorithm Design

The core of the control system is a PID (Proportional-Integral-Derivative) control algorithm applied to the welding current regulation. The PID controller continuously compares the measured welding current (from the A/D converter) with the setpoint value (from the HMI or stored program) and adjusts the output (through the D/A converter to the welding power source) to maintain the desired current level.

The PID control parameters (Kp, Ki, Kd) are tuned based on the welding process characteristics and the dynamic response of the welding power source. For TIG welding of steel pipes, the welding current must be maintained within a tight tolerance (typically ±2-5%) to ensure consistent weld quality. The PID algorithm provides the necessary dynamic response to compensate for variations in joint fit-up, gas flow, and other process disturbances.

The control program flowchart follows a structured sequence:

  1. System initialization and self-diagnostics
  2. Parameter loading from HMI or stored program
  3. Safety check (gas flow, power supply, emergency stop)
  4. Welding start sequence (gas pre-flow, arc ignition, current ramp-up)
  5. Welding execution with real-time PID current control
  6. Welding completion (current ramp-down, arc extinction, gas post-flow)
  7. Cycle completion and status reporting

HMI Design

The touchscreen HMI provides the operator interface for system configuration, program management, and real-time monitoring. Key HMI functions include:

Engineering Practice Considerations

While the paper presents a straightforward control system design, several practical considerations are essential for successful implementation in a production environment:

  1. Welding parameter databases: The system should incorporate a comprehensive database of welding parameters for different pipe specifications (diameter, wall thickness, material grade). This database should be based on established welding procedure specifications (WPS) and qualified welding procedure qualifications (WPQ) in accordance with applicable codes such as ASME B31.3, ASME B31.4, or API 5L.
  2. Sensor integration: Beyond basic current and voltage monitoring, the system could benefit from additional sensors including arc voltage sensing (for gap detection), travel encoder feedback (for position control), and gas flow sensors (for flow verification). These sensors provide additional process monitoring and quality assurance capabilities.
  3. Safety interlocks: The control system must incorporate comprehensive safety interlocks including emergency stop circuits, gas flow verification before arc ignition, and interlock between pipe rotation and welding operations. These safety features are essential for operator protection and equipment integrity.
  4. Data logging and traceability: For applications requiring quality traceability (e.g., pressure piping, aerospace, or nuclear applications), the system should log all welding parameters, cycle data, and operator actions for each weld. This data supports quality audits and welding procedure qualification records.
  5. Operator training: The HMI design should be intuitive and user-friendly, minimizing the training required for operators to set up and run welding programs. Clear alarm messages and guided setup procedures reduce the risk of operator error and improve productivity.

Study Insights and Outlook

This paper addresses a practical and important topic in welding automation: the design of a PLC-based control system for steel pipe TIG butt welding. The use of a mature PLC platform with PID control and HMI integration represents a proven and reliable approach to welding automation that is well-suited to the needs of small and medium-sized pipe fabrication shops. While the technical content is relatively basic compared to research publications, the paper provides a clear and practical reference for engineers tasked with designing or upgrading welding control systems. The key insight is that effective welding automation does not require exotic technology; rather, it requires careful integration of proven control components with well-designed software and a user-friendly interface. For engineers evaluating welding automation solutions, this paper serves as a useful reminder that the fundamentals of PLC control, PID regulation, and HMI design remain the backbone of industrial welding automation, even as more advanced technologies (robotic welding, vision-based monitoring, adaptive control) continue to evolve.