Data-Driven Model Identification and Control of the Inertial Systems

Abstract

In the synthesis of the control algorithm for complex systems, we are often faced with imprecise or unknown mathematical models of the dynamical systems, or even with problems in finding a mathematical model of the system in the open loop. To tackle these difficulties, an approach of data-driven model identification and control algorithm design based on the maximum stability degree criterion is proposed in this paper. The data-driven model identification procedure supposes the finding of the mathematical model of the system based on the undamped transient response of the closed-loop system. The system is approximated with the inertial model, where the coefficients are calculated based on the values of the critical transfer coefficient, oscillation amplitude and period of the underdamped response of the closed-loop system. The data driven control design supposes that the tuning parameters of the controller are calculated based on the parameters obtained from the previous step of system identification and there are presented the expressions for the calculation of the tuning parameters. The obtained results of data-driven model identification and algorithm for synthesis the controller were verified by computer simulation.

Share and Cite:

Cojuhari, I. (2023) Data-Driven Model Identification and Control of the Inertial Systems. Intelligent Control and Automation, 14, 1-18. doi: 10.4236/ica.2023.141001.

1. Introduction

Almost all electrical drivers, power converters, technological processes in industrial applications are controlled based on the proportional-integral-derivative (PID) control algorithm [1] [2] . This algorithm is widely used in different industrial applications, due to its simplicity, feasibility and the advantages that offer to automatic control systems, such as good performance and robustness in case of uncertainties and disturbances.

One of the difficulties in automatic control systems is the problem of synthesis of the PID control algorithm, which supposes the procedure of calculation of the tuning parameters according to the dynamics of the control object [2] [3] . The incorrect tuning of the PID controller can lead to bad performance and in the worst case can lead to the instability of the system. In this case, ensuring the closed loop system stability is one of the most important aspects in the synthesis of the control algorithm [4] [5] .

For the last decades have been developed a big variety of PID tuning techniques in continuous—time, discrete time and frequency domain [6] [7] . In general, these methods can be grouped into the following categories as: experimental tuning methods, analytical tuning methods and optimization tuning methods, which are based on the algorithms from artificial intelligence domain [6] [8] .

The experimental methods do not require to be known preliminary the mathematical model that describes the dynamics of the control object. These methods are based on some simple assumptions for calculation of the tuning parameters. One of the most known and used experimental methods for tuning the typical controllers is Ziegler-Nichols method, which supposes the calculation of the tuning parameters based on the undamped transient response of the closed loop system and it does not require to be known the mathematical model of the control object [2] [9] [10] [11] . Due to its simplicity, it is used as self-tuning method of P, PI or PID controller, though this method is characterized by the drawbacks as:

● It is recommended for slow processes;

● It does not offer the procedure for synthesis of the controller with imposed performance;

● It provides the oscillating step response of the system;

● It does not take into account the requirements related to the system stability reserve;

● This method does not offer the procedure for optimization of the tuning parameters.

The analytical methods require to be known the mathematical model of the control object and based on some algorithms for calculation of the tuning parameters and graphical representation in the time, or frequency domain, it can offer the designed closed loop system satisfactory performance and good robustness [12] [13] [14] . The disadvantages of these methods are the necessity of using a big volume of calculations and the mathematical model of the control object should be given, or should be obtained based on the identification procedure.

Nowadays, there are developed many identification methods and procedures of the mathematical model, allowing with high accuracy to identify different structures of object models with or without time delay, with high or low order inertia. Most of these methods offer procedures for approximation of the dynamics of control object with transfer function with first and second-order inertia and these methods in most cases are applied in the open loop systems [2] [15] [16] [17] . The existence of the procedure, which will permit to obtain the mathematical model of the control object in the closed loop system essentially will simplify the procedure of tuning the typical controllers [18] .

Another category of tuning techniques is related to optimization methods and artificial intelligence approaches such as genetic algorithms, fuzzy logic control, neural networks [18] . These approaches are widely used in the case of optimization problems of tuning parameters, especially for the case, when it is needed to control the nonlinear process and offer good performance and robustness of the system. However, these methods usually involve operator implication in formation the initial data set and hardly can be realized as self-tuning methods of the controller.

This paper provides a new method for experimental identification, inspired by the Ziegler and Nichols tuning method when the closed loop control system is marginally stable. The new procedure of tuning the PID controller ensures to the system critically damped step response.

Hereinafter, Section 2 introduces the basic principles of the PID controller and tuning methods. Section 3 presents the algorithm for mathematical model identification of the control object in the closed loop system and it is exposed the method for tuning the PID controller. Section 4 presents the study case of identification the mathematical model of the DC motor, and the study case of synthesis of the PID controller.

2. Basic Principles of the PID Control Algorithm and Tuning Methods

2.1. PID Control Algorithm

The PID control algorithm is widely used in different industrial applications and it can be easily implemented for various control problems. The PID controller as input receives the error signal e(t) and provides command signal—u(t), where the typical structure of the PID controller is given by the transfer function [8] :

H PID ( s ) = k p + k i s + k d s , (1)

where kp—is the proportional tuning parameter, ki—integral tuning parameter, kd—derivative tuning parameter of the PID controller.

In Figure 1, it is presented the structural scheme of the automatic control system.

In Figure 1, H PID ( s ) is the transfer function of the PID controller, described by the transfer function (1) and H ( s ) is the transfer function of the control object:

Figure 1. Structural scheme of the automatic control system.

H ( s ) = k ( T 1 s + 1 ) ( T 2 s + 1 ) ( T n s + 1 ) = k a 0 s n + a 1 s n 1 + + a n 1 s + a n = B ( s ) A ( s ) , (2)

where T 0 , T 1 , , T n 1 , T n are time constants; a 0 , a 1 , , a n 1 , a n are the parameters of the characteristic equation and depend on the internal proprieties of the control object; k is the static gain; n is the order of the characteristic equation A(s).

The static gain of the system is calculated [2] :

k = lim t Δ y Δ u = lim t y s t y initial u u initial , (3)

where yst is the steady-state output, yinitial is the initial value of the output, u(t)—input signal, uinital is the initial value of the input signal.

In the Figure 1, the r(t) is the reference signal, y(t)—output signal, u(t)—command signal and e(t)—error signal:

e ( t ) = r ( t ) y ( t ) . (4)

According to the Equation (1) and Equation (2) the characteristic equation of the closed loop system with PID controller can be presented by:

A ( s ) = 1 k ( a 0 s n + 1 + a 1 s n + + a n 1 s 2 + a n s ) + k d s 2 + k p s + k i . (5)

2.2. Tuning Methods

Next, there are analyzed two methods of tuning the PID controller:

- The experimental method of tuning the PID controller—Ziegler—Nichols method;

- Graph-analytical method—maximum stability degree method with iterations.

2.2.1. Ziegler-Nichols Method

The Ziegler-Nichols method for tuning typical controllers from 1942, when it was proposed for the first time, has a big impact on linear feedback control systems and in implementation of self-tuning methods of typical controllers in different industrial applications [10] . The procedure for tuning the PID controller according to the Ziegler-Nichols method, for now, is accepted as a standard in control system practices. Ziegler and Nichols proposed two empirical methods for tuning the typical controllers. The first method is supposed, that the process is aperiodic and it can be obtained the transient response in the open loop and that is approximated with transfer function with inertia first order and time delay. According to this approximation, there are given the analytical expressions for the calculation of the tuning parameters of the P, PI and PID controllers [2] [9] [10] [11] .

The second method doesn’t require to be known the mathematical model of the control object and it offers the rules for determination in experimental way the tuning parameters. This method of tuning is performed for the closed loop systems with PID controller (Figure 1), when the integral tuning parameter—ki and derivative tuning parameter—kd, are settled to the zero value. The proportional tuning parameter—kp is slowly increased until the system reaches the limit of stability and it determinates the period of the un-amortized oscillations Tcr of the system. The value of the proportional tuning parameter, when the system achieves the limit of stability is the critical transfer coefficient—kcr. Based on these two parameters Tcr and kcr, there are given the expressions for calculations of the tuning parameters of the P, PI and PID controllers (Table 1).

2.2.2. Maximal Stability Degree Method with Iterations

One of the analytical methods, which permit tuning the P, PI and PID controllers and it is taken into accounts the stability degree of the system is the maximum stability degree method with iterations [17] .

Affirmation 1. If the coefficients of the characteristic equation are known and constant, then the stability degree of the system J obtains the maximum possible value by the [19] :

J = a 1 ( n + 1 ) a 0 , (6)

and in this case the real parts of all characteristic equation roots are equal with each other:

α 1 = α 2 = = α n = J , (7)

where α 1 , α 2 , , α n are real parts of characteristic equation roots p i = α i ± j ω k , i , k = 1 , n + 1 ¯ , k = 1 , m ¯ .

For the case when the number of the tuning parameters is equal or less then the characteristic equation order, the value of maximum stability degree value can be chosen as arbitrary value and the 1st Affirmation will not be valid.

In concordance with the 1st Affirmation, it is possible to be found the tuning parameters of the PID controller so as to be satisfied the maximum stability degree of the system:

J = η max = max η ( k p , k i , k d ) . (8)

Table 1. Expressions for calculation the tuning parameters of the P, PI and PID controllers [2] .

According to the maximum stability degree method with iterations, in the characteristic Equation (5) of the closed loop system with PID controller is introduced the substitution s = J , and the characteristic equation becomes [19] :

A ( J ) = 1 k ( a 0 ( J ) n + 1 + a 1 ( J ) n + + a n 1 J 2 a n J ) + k d J 2 k p J + k i . (9)

The Equation (9) derives two times and there are obtained the analytical expressions for calculating the tuning parameters of the PID controller:

k p = 1 k ( ( 1 ) n + 1 ( n + 1 ) a 0 J n + ( 1 ) n n a 1 J n 1 + + 2 a n 1 J a n ) + 2 k d J ; (10)

k i = 1 k ( ( 1 ) n a 0 J n + 1 ( 1 ) n a 1 J n + a n 1 J 2 + a n J ) k d J 2 + k p J ; (11)

k d = 1 2 k ( ( 1 ) n n ( n + 1 ) a 0 J n 1 ( 1 ) n n ( n 1 ) a 1 J n 2 + 2 a n 1 ) . (12)

The analytical expressions (10)-(12) permit to calculate the tuning parameters of the PID controller and they represent the dependences of the known parameters of the control object k, a 0 , a 1 , , a n and an unknown parameter J—stability degree of the system: kp = f(J), ki = f(J), kd = f(J). According to the 1st Affirmation, if the degree of the system is higher than 2nd order, the maximum stability degree value can be calculated based on the Equation (6) [19] .

Otherwise, according to the maximum stability degree method with iterations, the value of the stability degree can be varied J ≥ 0 and based on the dependencies kp = f(J), ki = f(J), kd = f(J), there are obtained different values of the tuning parameters of the PID controller, that offer the different performance for the automatic control system.

3. Synthesis of the PID Control Algorithm Based on the Undamped Transient Response of the Closed Loop System

The procedure for synthesis of the PID controller supposes to be known the mathematical model that approximates the dynamics of the control object, this implies to be used the procedure of experimental identification. The new tuning algorithm of the PID controller is presented in Figure 2.

3.1. Data-Driven System Identification

In order to solve the problem of mathematical identification in the closed loop system, it is proposed the procedure for experimental identification, based on the undamped transient response of the closed loop control system. According to this procedure, the dynamics of the control object is proposed to be approximated with transfer function with inertia third order:

H ( s ) = k ( T 1 s + 1 ) ( T 2 s + 1 ) ( T 3 s + 1 ) = k a 0 s 3 + a 1 s 2 + a 2 s + a 3 = B ( s ) A ( s ) , (13)

where T 1 , T 2 , T 3 are time constants; k is transfer coefficient, that is calculated according to the Equation (3); a 0 = T 1 T 2 T 3 , a 1 = T 1 T 2 + T 1 T 3 + T 2 T 3 , a 2 = T 1 + T 2 + T 3 , a 3 = 1 .

Figure 2. The algorithm of data-driven model identification and control.

The characteristic equation of the transfer function (13) is following:

A ( s ) = a 0 s 3 + a 1 s 2 + a 2 s + a 3 . (14)

The coefficients a0, a1, a2, a3 are proposed to be calculated based on the values of the kcr—critical transfer coefficient, Acr—amplitude of unamortized oscillations and Tcr—period of the unamortized oscillations, that are obtained for the case, when automatic control system gains the limit of stability. To achieve this state of the system as in the Ziegler-Nichols method, it is given the closed loop system with PID controller (Figure 1), the coefficients ki, kd are settled to the zero, and the proportional tuning parameter kp > 0 is varied, until the system achieves the limit of stability.

If it is known the value of period oscillations, it can be calculated the natural frequency by the [2] :

ω n = 2 π T c r . (15)

In this way, it is proposed to find the dependencies for the calculation of the parameter of the control object in an experimental way, which depends on the natural frequency, oscillation amplitude and critical transfer coefficient:

a 0 , a 1 , a 2 , a 3 = f ( ω n , A c r , k c r ) . (16)

The characteristic equation of the closed loop system (13) with critical transfer coefficient is the following:

A ( s ) = 1 k ( a 0 s 3 + a 1 s 2 + a 2 s + a 3 ) + k c r . (17)

In case, when the control system achieves the limit of stability, it has the poles placed on the imaginary axe, with real parts equal to zero and it is proposed to make the following substitution in the characteristic Equation (17):

s = j ω n . (18)

Based on the substitution (18), the characteristic Equation (17) will become:

A ( j ω ) = 1 k ( a 0 ( j ω n ) 3 + a 1 ( j ω n ) 2 + a 2 ( j ω n ) + a 3 ) + k c r = ( a 1 ω n 2 + a 3 + k c r k ) + j ( a 0 ω n 3 + a 2 ω n ) = P ( ω ) + j Q ( ω ) . (19)

Next, it is proposed to equal the real and imaginary parts with zero— P ( ω ) = 0 and Q ( ω ) = 0 , and based on these equalling there are obtained the following expressions:

{ ω n = a 2 a 0 ; a 1 = k c r k + 1 ω n 2 . (20)

The transfer function of the control object (13) can be rewritten in the following form [2] :

H ( s ) = α ω n 2 ( s + α ) ( s 2 + 2 ξ ω n s + ω n 2 ) = Y ( s ) X ( s ) , (21)

where ξ is a damping ratio.

In this case, the unit—step response of the system is given by:

Y ( s ) = 1 s H ( s ) , (22)

y ( t ) = 1 + C 1 e α t + C 2 e ξ ω n t sin ( ω d θ ) , (23)

where

C 1 = ω n 2 ω n 2 2 ζ ω n α + α 2 , (24)

C 2 = α ( ω n 2 2 ζ ω n α + α 2 ) ( 1 ξ 2 ) , (25)

θ = tan 1 1 ξ 2 ξ + tan 1 ω n 1 ξ 2 α ξ ω n , (26)

ω d = ω n 1 ξ 2 . (27)

In case, when system achieves the limit of stability there is ξ = 0 and the transfer function (21) becomes:

H ( s ) = α ω n 2 ( s + α ) ( s 2 + ω n 2 ) = B ( s ) A ( s ) . (28)

The characteristic equation of the transfer function (28):

A ( s ) = ( s + α ) ( s 2 + ω n 2 )

has three poles— s 1 = α , s 2 = j ω n , s 3 = j ω n .

According to the Vieta’s theorem for calculation the roots of the cubic equation, it is obtained the following dependence:

α = a 1 a 0 . (29)

where a 0 , a 1 —are parameters of the characteristic Equation (14).

The value of the amplitude of the unamortized oscillations from the undamped transient response can be calculated according to the step response of the system (23). There is obtained the following expression for calculation the value of oscillations amplitude:

A c r = α α 2 + ω n 2 . (30)

Thus, then it is known the value of the oscillation amplitude, it is possible to calculate the value of α:

α = A c r ω n 1 A c r 2 . (31)

In concordance with Equations (20), (29) and (31) the control object’s parameters are calculated according to the following expressions:

{ a 0 = a 1 α ; a 1 = k c r k + 1 ω n 2 ; a 2 = a 0 ω n 2 ; a 3 = 1. { a 0 = ( k c r k + 1 ) 1 A c r 2 A c r ω n 3 ; a 1 = k c r k + 1 ω n 2 ; a 2 = ( k c r k + 1 ) 1 A c r 2 A c r ω n ; a 3 = 1. (32)

Based on Equations (32), the parameters of the control object can be calculated in dependency of the natural frequency, oscillation amplitude and critical transfer coefficient, that are obtained from the undamped transient response of the closed loop system. In this way, the procedure of identification of the mathematical model can be performed in the closed-loop system.

3.2. Data-Driven Control Algorithm Synthesis

It is considered, that control process is described by the transfer function with inertia third order—Equation (13) and the characteristic equation is the following:

A ( s ) = a 0 s 3 + a 1 s 2 + a 2 s + a 3 . (33)

In this case, the system is characterized by the three poles—s1, s2, s3, that can be calculated based on the Vieta’s theorem for the calculation the roots of the cubic equation:

{ s 1 + s 2 + s 3 = a 1 a 0 ; s 1 s 2 + s 1 s 3 + s 2 s 3 = a 2 a 0 ; s 1 s 2 s 3 = a 3 a 0 . (34)

The dominant poles are the poles, that are situated more closely to the imaginary axe, and according to the [14] , the sum of dominant poles from characteristic Equation (33) is:

Σ dom_pol = s 1 + s 2 a 1 a 0 a 3 a 0 2 , (35)

where s1 and s2 are the dominant poles.

The characteristic Equation (33) has three poles and if it is known the sum of dominant poles (35), based on the Vieta’s theorem, it is possible from the system (34) to calculate the production of the dominant poles, that will be equal with:

Π dom_pol = s 1 s 2 2 a 3 a 1 + a 3 . (36)

The transfer function of the PID controller is given by Equation (1) and in conformity with Vieta’s theorem for the second order equation, it is imposed that the zeros of the transfer function of the PID controller to be equal with dominant poles of the control object:

{ s 1 + s 2 = k p k d ; s 1 s 2 = k i k d . (37)

Based on Equations (35) and (36) the system of Equations (37) can be rewritten as:

{ k p = a 1 a 3 2 a 0 k d ; k i = 2 a 3 a 1 + a 3 k d . (38)

From (38), it can be observed that tuning parameters for P and I components depend on the parameter of the control process (13), which are known and derivative component that is unknown:

k p , k i = f ( k d , a 0 , a 1 , a 2 , a 3 ) . (39)

It is proposed to use the maximum stability degree method with iterations [20] , in order to obtain the analytical expression for the calculation of the derivative tuning parameter.

Next, based on the maximum stability degree method with iterations, there is obtained the analytical expression for calculation the kd tuning parameter of the PID controller:

k d = 1 2 k ( 12 a 0 J 2 + 6 a 1 J 2 a 2 ) , (40)

where J is the stability degree.

The value of the stability degree is calculated according to the expression [20] :

J = a 1 4 a 0 . (41)

Based on Equations (40) and (41), the expression for calculation the kd tuning parameter is:

k d = 3 a 1 2 8 a 0 a 2 8 k a 0 . (42)

In this way, the tuning parameters of the PID controller for the case then control process is described by the transfer function with inertia third order are the following:

{ k p = Σ dom_pol k d ; k i = Π dom_pol k d ; k d = 3 a 1 2 8 a 0 a 2 8 k a 0 . { k p = a 1 a 3 2 a 0 k d ; k i = 2 a 3 a 1 + a 3 k d ; k d = 3 a 1 2 8 a 0 a 2 8 k a 0 . { k p = ( a 1 a 3 ) ( 3 a 1 2 8 a 0 a 2 ) 16 k a 0 2 ; k i = 3 a 1 2 a 3 8 a 0 a 2 a 3 4 k a 0 ( a 1 + a 3 ) ; k d = 3 a 1 2 8 a 0 a 2 8 k a 0 , (43)

where the parameters a 0 , a 1 , a 2 are known and there are calculated according to the equations (32).

4. Study Cases

4.1. Identification of the Mathematical Model of the DC Motor

In automatic control systems, the DC motor is frequently used as an actuator element.

Next, it is done the experimental identification of the mathematical model of the DC motor and in this study it was chosen the 2342L012 series Coreless encoder motor with technical parameters [20] :

J rotor inertia, equal to 5.7 gcm2;

ke back EMF constant, equal to 1.4 mV/min;

km torque constant, equal to 13.4 mNm/A;

R terminal resistance, equal to 1.9 Ω;

kn speed constant, equal to 713 min−1/V;

L rotor inductance, equal to 65 μH.

The input and output values of the DC motor are:

● Input value Ua: supply voltage;

● Output value θ ˙ = ω : rotor shaft speed;

● Output value θ : rotor shaft position.

The transfer function in the open loop, in which the control value is the rotational speed of the rotor shaft and the input is a voltage applied to the armature windings Ua is:

θ ˙ ( s ) U a ( s ) = k m ( L s + R ) ( J s + b ) + k e k m . (44)

According to the technical parameters, the analytical model of the DC motor is:

H ( s ) = θ ˙ ( s ) U a ( s ) = 641.885 0.00000177 s 2 + 0.052 s + 1 . (45)

Based on the proposed procedure of identification in the closed loop, the automatic control system was brought to the critically regime and the experimental curve is presented in Figure 3.

The presented data were normalised and based on the undamped transient response of the closed loop system, there are obtained the following parameters:

k c r = 5 , A c r = 0.1185 , T c r = 0.0011 s , ω n = 5712.

Figure 3. Undamped transient response of the system.

Based on Equation (32) there are calculated the parameters of the control object:

a 0 = 2.698 e 10 , a 1 = 1.839 e 07 , a 2 = 0.008802 , a 3 = 1.

The identified transfer function is the following:

H ( s ) = 1 2.698 e 10 s 3 + 1.839 e 07 s 2 + 0.008802 s + 1 = B ( s ) A ( s ) . (46)

Next in Figure 4, it is presented the comparison between the step response of the model of object analytical identified (transfer function (45))—curve 1; step response of the model of object identified by the proposed method (transfer function (46))—curve 2; the experimental curve of speed motor variation at the 5800 rpm—curve 3.

4.2. PID Control Algorithm Synthesis

It is supposed that control process is described by the transfer function:

H ( s ) = 1 ( 2 s + 1 ) ( 5 s + 1 ) ( 10 s + 1 ) = 1 100 s 3 + 80 s 2 + 17 s + 1 = B ( s ) A ( s ) , (47)

The automatic control system with P controller was simulated and it was obtained the undamped transient response of the closed-loop system and according to the identification algorithm there are obtained the following parameters of the model:

k c r = 12.5993 , T c r = 15.2394 s , A c r = 0.874 , ω n = 0.4123.

According to the obtained values—the natural frequency, oscillation amplitude, critical transfer coefficient and based on the Equations (32), there are calculated the parameters of the model:

{ a 0 = ( k c r k + 1 ) 1 A 2 A ω n 3 = 108.7 ; a 1 = k c r k + 1 ω n 2 = 80.43 ; a 2 = ( k c r k + 1 ) 1 A 2 A ω n = 18.39 ; a 3 = 1. (48)

Thus, the data-driven identified model is the following:

H ( s ) = 1 108.7 s 3 + 80.43 s 2 + 18.39 s + 1 = B ( s ) A ( s ) . (49)

Next, it is done the comparison between original step response of the control object and step response of the identified model, that are presented in Figure 5.

Next, to the model of object (49) is tuned the PID controller based on Equations (43):

Figure 4. Comparison of the DC motor output: 1—step response of the system with transfer (45); 2—step response of the system with transfer function (46); 3—experimental curve of DC motor speed variation.

Figure 5. Comparison of the step responses of the control object: 1—step response of the system with transfer (47); 2—step response of the identified model (49).

{ k p = a 1 a 3 2 a 0 k d = 3.9193 ; k i = 2 a 3 a 1 + a 3 k d = 0.0963 ; k d = 3 a 1 2 8 a 0 a 2 8 k a 0 = 1.4313.

The obtained results of tuning the PID controller were compared with maximum stability degree method with iterations (MSMI), where the tuning parameters were calculated according to the relations (10)-(12). For comparison, it was used the Ziegler-Nichols, where the tuning parameters were calculated according to Table 1 and it was used the parametrical optimization, based on the PID Tuner Toolbox from MATLAB. The obtained tuning parameters and obtained performances of the automatic control system (tr—rise time, ts—settling time, σ—overshoot) are presented in Table 2.

In Figure 6, there is presented the computer simulation of the automatic control system with PID controller tuned by: the proposed method in this paper—curve 1, maximum stability degree method with iterations—curve 2, Ziegler—Nichols method—curve 3, parametrical optimization—curve 4.

From Figure 6, it was observed that in case of using the proposed method for

Table 2. Tuning parameters and the performance of the automatic control system.

Figure 6. Transient responses of the automatic control system: 1—PID controller tuned by MSD method with dominant poles allocation; 2—PID controller tuned by MSMI; 3—PID controller tuned by Ziegler-Nichols method; 4—PID controller tuned by parametrical optimization.

tuning the PID controller, it is obtained the critically damped step response without overshoot. In the case of using the Ziegler-Nichols method, it is obtained oscillated transient response. In the case of using MSMI and parametrical optimization method, there are obtained the underdamped transient responses of the automatic control system.

5. Conclusions

Synthesis of the control algorithm is one of the main problems that concerned engineers during the design of automatic control systems. The solution to this problem supposes to be known some key parameters of the control process, or the mathematical model, that approximates the dynamics of the control process. Frequently the mathematical model of the control process is obtained in the experimental, or analytical way in the open loop. This implies being involved with the operator for system identification in the open loop. The Ziegler-Nichols method is become so used, due to the fact that does not require to be known the mathematical model of the control process and the procedure of tuning the controller supposes the extraction of some key parameters from step response of the closed-loop control system, when system is marginally stable.

In this paper, it is presented the procedure for data-driven model identification and control of the inertial systems. According to this procedure the first step involves being done the system identification, based on the undamped step response of the closed-loop system. The algorithm for mathematical identification supposes to be achieved the limit of stability of the closed-loop system and based on the parameters, that are extracted from the undamped step response, there are presented some simple expressions for calculation the parameters of the model.

In the second step, there are presented the expressions for calculation of the tuning parameters of the PID controller. These expressions were obtained based on the value of the maximum stability degree criterion and the tuning procedure of the PID controller ensures the system the critically damped step response.

The procedure of the data driven identification and control was verified by computer simulation and gave good performances in the case of tuning the PID controller, and as further research, the proposed tuning method can be extended to the frequency domain.

Acknowledgements

This research was funded by the postdoc project “Models and algorithms for control and behaviour approach of the interoperable systems”, No. 22.00208.5007.12/ PD I, running at the Technical University of Moldova.

Conflicts of Interest

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

References

[1] Wang, L., Chai, S., Yoo, D., Gan, L. and Ng, K. (2015) PID and Predictive Control of Electrical Drivers and Power Converters Using Matlab®/Simulink®. Wiley, Hoboken.
https://doi.org/10.1002/9781118339459
[2] Dumitrache, I. (2005) Ingineria Reglarii Automate [Automatic Control Systems]. Politehnica Press, Bucureşti.
[3] Hornsey, S. (2012) A Review of Relay Auto-Tuning Methods for the Tuning of PID-Type Controllers. An International Journal of Undergraduate Research, 5, 2.
[4] Basilio, J. and Matos, S.R. (2002). Design of PI and PID Controllers with Transient Performance Specification. IEEE Transactions on Education, 45, 364-370.
https://doi.org/10.1109/TE.2002.804399
[5] Bucz, Š. and Kozáková, A. (2018) Advanced Methods of PID Controller Tuning for Specified Performance. In: Shamsuzzoha, M., Ed., PID Control for Industrial Processes, IntechOpen, London, 74-119.
https://doi.org/10.5772/intechopen.76069
[6] O’Dwyer, A. (2009) Handbook of PI and PID Controller Tuning Rules. 3rd Edition, Imperial College Press, London.
[7] Astrom, K.J. and Hagglund, T. (1995) PID Controllers: Theory, Design and Tuning. 2nd Edition, Instrument Society of America, Research Triangle Park.
[8] Lazăr, C., Vrabie, D. and Carari, S. (2004) Sisteme automate cu regulatoare PID [Automatic systems with PID controllers]. Matrix Rom, Bucuresti.
[9] Fišer, J. and Zítek, P. (2019) PID Controller Tuning via Dominant Pole Placement in Comparison with Ziegler-Nichols Tuning. IFAC-PapersOnLine, 52, 43-48.
https://doi.org/10.1016/j.ifacol.2019.12.204
[10] Ziegler, J.G. and Nichols, N.B. (1993) Optimum Settings for Automatic Controllers. Journal of Dynamic Systems, Measurement, and Control, 115, 220-222.
https://doi.org/10.1115/1.2899060
[11] Scherlozer, A., Orsini, M. and Patole, S. (2016) Simulation and Numerical Analysis and Comparative Study of a PID Controller Based on Ziegler-Nichols and Auto Turning Method. Proceedings of the 12th IEEE International Conference on Control and Automation, Kathmandu, 1-3 June 2016, 1-16.
[12] Opelit, V. (1960) Osnovi Avtomaticeskogo Upravlenia [Bases of the Automatic Control]. Gosenergoizdat, Moskva.
[13] Preitl, Ş. and Precup, R.E. (2001) Introducere în Ingineria Reglării Automate [Introduction to the Automatic Control System]. Editura Politehnica, Timişoara.
[14] Lukas, V.A. (1990) Teoria Avtomaticheskogo Upravlenia [Automatic Control Theory]. 2nd Edition, Nedra, Moskva.
[15] Dincel, E. and Söylemez, M.T. (2020) Robust PID Controller Design via Dominant Pole Assignment for Systems with Parametric Uncertainties. Asian Journal of Control, 24, 834-844.
https://doi.org/10.1002/asjc.2484
[16] Schubladze, A.M. (1980) Sposobi Sinteza System Upravlenia Maksimalinoi Stepeni Ustoichivosti [Methods of Synthesis of Control Systems with Maximum Stability Degree]. Avtomatika i Telemehanika, 1, 28-37.
[17] Izvoreanu, B. (2010) The Iterative Algorithm of Tuning Controllers to the Model Object with Advanse Delay and Inertia Second Order. Proceedings of the 10th International Conference on Development and Application Systems DAS-2010, Suceava, 27-29 May 2010, 111-115.
[18] Salem, A., Moustafa, Hassan, M.A. and Ammar, M.E. (2014) Tuning PID Controllers Using Artificial Intelligence Techniques Applied to DC-Motor and AVR. System Asian Journal of Engineering and Technology, 2, 129-138.
[19] Fiodorov, I. (2013) Synthesis Algorithms of Controllers for Automatic Control Systems with Maximum Stability Degree. Annals of the University of Craiova, Electrical Engineering Series, 37, 139-143.
[20] Cojuhari, I., Fiodorov, I., Izvoreanu, B. and Moraru, D. (2022) Synthesis of PID Algorithm for Speed Control of the DC Motor. Proceedings of the 2022 International Conference on Development and Application Systems (DAS), Suceava, 26-28 May 2022, 1-5.
https://doi.org/10.1109/DAS54948.2022.9786125

Copyright © 2023 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.