Presented thesis describes the design and implementation of TIG welding automation process. Control logic was realized using Beckhoff PLC with accompanying elements. Principal intention of the design is to simplify welding process of two components. Welding is done is the area where the two different objects are in contact. Vertical regulation of the welding source was realized with measurement of voltage on the electrode. By maintaining constant voltage, passively constant temperature is also maintained.
The thesis begins with concept and final goal presentation. System layout was shown in a block diagram with all the component groups described. Each used group is then described in detail, further elaborating used components, motor drives and the motors. A brief description of Beckhoff company was given, and the EtherCAT communication protocol that is used as their standard. Programing was done in Visual Studio 2017 using Beckhoff integrated tool TwinCAT 3. Entire programming process is shown from initial ideas to creation of state diagrams, which further lead to PLC coding in standardized programming language Structured Text. Each machine part is represented with a corresponding function block that describes the algorithm in detail. Before presenting the actual code, the aim of described function block in given. User interaction was done using a HMI (human-machine interface) device. HMI programming was done in TwinCAT 3 HMI, which is also integrated to Visual Studio 2017. HMI was used as user interface for setting of different parameters, presentation of current machine working cycle state, management of recipes etc. There is also a remote console which is used to control the machine when welding is in progress.
The machine was designed, implemented and started. It is now up to the user to set proper parameters with the help of HMI. Initial test welds were performed successfully – machine still needs some fine tuning of parameters. Because there is a lot of moving parts, the machine safety features, and emergency stop were tested thoroughly. Future plans are to add horizontal regulation of the electrode with the use of computer vision.
|