Abstract

Clamping force control system is essential for clamping tasks that require high precision. In this paper, Active Disturbance Rejection Controller (ADRC) is applied for clamping force control system, aiming to achieve higher control precision. Furthermore, the CPSO-ADRC system is proposed and implemented by optimizing the critical parameters of ordinary ADRC using chaos particle swarm optimization (CPSO) algorithm. To verify the effectiveness of CPSO-ADRC, Particle Swarm Optimization- (PSO-) ADRC is introduced as a comparison. The simulation results show that the CPSO-ADRC can effectively improve the control quality with faster dynamic response and better command tracking performance compared to ordinary ADRC and PSO-ADRC.

1. Introduction

Clamping mechanism has been widely used for workpiece processing in the industrial production [1]. Therefore, clamping force should be accurately regulated to prevent damage to the workpiece. The regulation of clamping force highly relies on the quality of the clamping force controller.

Active disturbance rejection controllers (ADRCs) not only inherit the advantages of conventional PID controller, but also make up for the shortcomings, which attracts special attention. Numerous studies have been conducted on the application of ADRC. For example, Tao et al. utilized ADRC to achieve safe and accurate homing of powered parafoils [2]. Zhang and Chen applied ADRC to achieve high precision tracking control of CNC machine tool feed drives [3]. Liu et al. investigated the pitch axis control of satellite camera based on a novel active disturbance rejection controller [4]. Shen et al. tried to solve the control problem of Autonomous Underwater Vehicle (AUV) by designing an active disturbance rejection controller for diving [5].

Though ADRC has many merits compare to conventional PID controller, very limited existence of its application can be found due to its complicated parameter adjustment. To overcome this problem, key parameters of ADRC are usually adjusted in two stages. In the first stage, parameters are roughly adjusted to estimate the ballpark ranges. In the second stage, further optimization to the parameters with specific algorithm is done to determine the precise adjustment. Abundant studies have been conducted for the optimization of ADRC parameters. Observingly, among the optimization algorithms, Genetic Algorithm (GA) [6, 7] and Particle Swarm Optimization (PSO) [8, 9] have been widely used in the optimization process to determine optimal ADRC parameters. Particularly, there are improved variants of GA and PSO algorithms that have even better optimization performance. For instance, the improved GA based on time scale model identification was presented to enable ADRC parameters optimization in a large scope [10]. The adaptive genetic algorithm (AGA) was proposed to solved the adjustment problem towards ADRC systems with overabundant number of parameters [11].

Improved PSO algorithms also showed superior performances on ADRC parameter optimization. An immune binary-state particle swarm optimization algorithm (IBPSO) was proposed and successfully applied to optimize the parameters of ADRC for chaotic system [12]. A chaos particle swarm optimization (CPSO) algorithm was introduced to conduct optimization and getting optimal parameters for ADRC of an antisynchronizing different chaotic systems [13].

In this paper, ADRC is implemented to clamping force control system with consideration of its superior advantage on robustness. In order to obtain better performance for clamping force control, further parameter optimization of ADRC has been conducted. Instead of ordinary PSO algorithm, CPSO algorithm is applied to this task for its better performance that can converge easier and avoid falling into local optimum.

This paper is organized as follows: Section 2 presents the work of establishing mathematical model of clamping force control; Sections 3 and 4 describe the ADRC and CPSO-ADRC design for clamping force control, respectively; Section 5 shows simulation experiments to verify the effectiveness of CPSO-ADRC with PSO-ADRC as comparison and Section 6 proposes some concluding remarks and prospects.

2. System Control Model

As shown in Figure 1, the diagram of clamping mechanism is drawn. When the middle rod moves to the left, the two clamping blocks on both sides will move close to each other and thus clamp the workpiece. As shown in Figure 2, is the servo motor rotation angle and is the clamping force acting on the clamped workpiece. To achieve the clamping force control, the mathematical model of clamping force control system is going to be built in the first step.

The equivalent torque balance equation for motor axis (see Figure 1) can be described as follows:where , , are the equivalent total moment of inertia, equivalent total viscous damping coefficient, equivalent total stiffness coefficient, respectively, is the transmission ratio of gear reducer, is the equivalent load torque, is the input angle of servo motor, is the motor shaft equivalent angle, is the shaft relative rotation angle, is the sum of the uncertainty and disturbance torque, and is related to the middle rod displacement asEquivalent load torque can be expressed aswhere is the clamping force, is the lead-screw pitch, is the reverse stroke efficiency of ball screw, is the uncertain part of equivalent load torque, and .

According to the geometric relationship shown in Figure 1, then (4) can be obtained aswhere is the total stroke length of two clamp blocks. Then clamping force is determined aswhere is the stiffness of elastic material.

Substituting (2), (3), (4), and (5) in (1) and developing the mathematical expression, the model is nowThis model can be expressed as a second-order system, where the state variable , andwhereAs , therefore . The parameters of clamping force control system are displayed in Table 1; then after calculation, we can obtain that , , . And to test the robustness of this system, is designed with a Gaussian function (Figure 3):where = 5, = 0.5.

3. ADRC Design

ADRC can actively detect disturbance signal from the input and output signals of controlled object and then eliminate the disturbance before it impacts the system by adjusting the control signal. ADRC has three main components [14], tracking differential (TD), extended state observer (ESO), and nonlinear state error feedback (NLSEF). As shown in Figure 4, the ADRC structure for clamping force control system is designed.

Generally, the typical second-order ADRC can be defined as follows. TD is used for arranging the transient process, which can be expressed aswhere is the input signal, is the tracking signal of , is the differential signal of , is the parameter which determines the tracking speed, and is the sampling step length.

ESO is the key component of ADRC, which is employed to monitor the output and predict the real-time state of clamping force control system to achieve disturbance compensation; it can be expressed aswhere is the system output, is the tracking signal of , is the deviation signal, is the differential signal of , is the tracking signal of system disturbance, , , and are gain coefficients relating to , is the control input, and is the filtering factor.

Unlike traditional PID that uses linear strategy, NLSEF is a nonlinear control strategy which can enhance the precision for clamping force control system. It can be expressed aswhere is the system error, is the differential of system error, and are gain coefficients, and is the total disturbance compensation of system.

The nonlinear function can be expressed asThe nonlinear function can be defined aswhere is the nonlinear factor. To achieve higher control precision, it is necessary to further optimize the parameters of TD, ESO, and NLSEF. There are two parameters in TD, , six in ESO, , and five in NLSEF, . In this paper, these parameters are divided into two groups, which are common parameters and key parameters. The common parameters and initial key parameters are determined based on empirical experience, which can be seen in Tables 2 and 3, respectively.

4. CPSO-ADRC Design

CPSO algorithm inherited the advantage of fast convergence from PSO algorithm, and to further avoid falling into local optimum situation, it also adopted CO (Chaos Optimization) algorithm for random traversal. Combining the two gives CPSO great advantage in practice.

As shown in Figure 5, flow chart of CPSO algorithm is drawn, where is the number of iterations, pbest is the current optimal solution, and gbest is the global optimal solution. After current optimal solution is obtained by PSO algorithm, further search in the nearby region of current optimal solution by CO algorithm will be continually conducted.

The fitness function is designed as follows:withwhere is the rise time, , , and are weighting coefficients. In this work, the weighting coefficients are given as , , and . The CPSO-ADRC structure for clamping force control system is shown in Figure 6.

5. Simulation and Comparison Results

In order to verify the effectiveness of CPSO-ADRC, PSO-ADRC is introduced as a comparison, which uses the PSO algorithm to optimize the ordinary ADRC and then simulation experiments are conducted. In Figure 7, the number of iterations is set to 100; it shows that the fitness function of CPSO-ADRC can reach a lower value than that of PSO-ADRC during the iterative process. As shown in Table 4, the optimized key parameters have been obtained for both PSO-ADRC and CPSO-ADRC.

In Figure 8, step responses of ordinary ADRC, PSO-ADRC and CPSO-ADRC are drawn; it reveals that CPSO-ADRC has higher response speed and stronger robustness compared with ordinary ADRC and PSO-ADRC.

To further prove the superiority of CPSO-ADRC, the input signal is changed to square wave, which is and the corresponding performances of three kinds of ADRC can be seen in Figures 9 and 10. It can be observed in Figure 9 that the CPSO-ADRC has better performance in responding speed, which is consistent with what Figure 8 implies. And it can also be observed from Figure 10 that CPSO-ADRC has excellent capability of command tracking.

In Figure 11, the control input performances of three controllers are compared. Ordinary ADRC produces significant chattering; PSO-ADRC also generates certain level of chattering, though much milder than ordinary ADRC; CPSO-ADRC performs the best in reducing chattering; no obvious chattering can be observed from its signal.

6. Conclusion

This study focused on improving the performance of active disturbance rejection controllers for clamping force control system via online optimization. The CPSO-ADRC combination was proposed aiming to achieve faster response and better command tracking performance. Simulation studies illustrated that the CPSO-ADRC in this work has exhibited better dynamic performance. Furthermore, the disturbance signal was designed with a Gaussian function to test the robustness of CPSO-ADRC and the result indicated that CPSO-ADRC has also showed better robustness. To sum all up, CPSO-ADRC has better control performance compared to ordinary ADRC and PSO-ADRC, with similar computational burden to the PSO-ADRC.

Conflicts of Interest

The authors declare that there are no conflicts of interest regarding the publication of this paper.

Acknowledgments

The authors are grateful for the support from the Intergovernmental International Science and Technology Cooperation Foundation of China Key R&D Projects (no. 2016YFE0105900), the Zhejiang Provincial Natural Science Foundation of China (nos. LR13E050002, LQ16105005), and the Wenzhou Technologies R&D Program of China (nos. G20140047, ZG2017003).

Supplementary Materials

See supplementary material for the motion simulation video of the studied clamping mechanism. (Supplementary Materials)