Next Article in Journal
An Improved Shuffled Frog-Leaping Algorithm for Flexible Job Shop Scheduling Problem
Previous Article in Journal
Fusion of Multiple Pyroelectric Characteristics for Human Body Identification
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Networked Control System Time-Delay Compensation Based on Time-Delay Prediction and Improved Implicit GPC

College of Information Science and Engineering, Shenyang University of Technology, Shenyang 110870, China
*
Author to whom correspondence should be addressed.
Submission received: 18 November 2014 / Revised: 19 December 2014 / Accepted: 31 December 2014 / Published: 19 January 2015

Abstract

:
The random time delay in a networked control system can usually deteriorate the control performance and stability of the networked control system. In order to solve this problem, this paper puts forward a networked control system random time-delay compensation method based on time-delay prediction and improved implicit generalized predictive control (GPC). The least squares support vector machine is used to predict the future time delay of network. The parameters of the least squares support vector machine time-delay prediction model are difficult to determine, and the genetic algorithm is used for least squares support vector machine optimal prediction parameter optimization. Then, an improved implicit generalized predictive control method is adopted to compensate for the time delay. The simulation results show that the method in this paper has high prediction accuracy and a good compensation effect for the random time delay of the networked control system, has a small amount of on-line calculation and that the output response and control stability of the system are improved.

1. Introduction

A networked control system (NCS) is a fully-distributed and networked real-time feedback control system between sensors, actuators and controller signals transmitted over the network [1]. The communication network in the feedback control loop introduces a significant additional delay, especially in complex networks [2]. The time delay can be constant or time varying, which makes the analysis and control design more complex [3]. For the network-induced time-delay compensation problem, many scholars have conducted a great deal of research work. Robust control [4,5], intelligent control [6,7], predictive control [8,9], pinning control [1012] and other time-delay compensation methods have led to a lot of developments and applications.
Generalized predictive control (GPC) was proposed by Clarke in 1987. GPC has many advantages: the first one is based on the parameters of the model; secondly, it retains the advantage of adaptive control and has better robustness than adaptive control; finally, due to the adoption of multi-step prediction, rolling optimization and the feedback correction strategy, the control effect is more suitable for industrial process control requirements.
The auto regression model is utilized to predict the time delay, and an improved GPC algorithm for time-delay compensation was proposed [13]; however, the author did not give the details of the simulation parameters. Based on a random time-varying network delay, the GPC network based on a state space model is used to access an effective tracking performance [14]. Liu et al. gives a predictive control method for a forward channel and feedback channel with random time delay and gives the closed-loop predictive control system stable conditions [15]. However, the GPC algorithm requires solved Diophantine equations and a matrix inversion operation, which led to excessive online calculation; on the other hand, since the time delay is random, the parameter selection for the GPC algorithm requires a larger prediction step size, thereby increasing the calculation time. Furthermore because the network delay is uncertain, the GPC algorithm requires a larger prediction step, thus increasing the computing time, reducing the real-time performance of the system [16].
Based on the above analysis, the research motivation of this paper includes two aspects. The first is to find a suitable predictive method to predict time delay, to reduce the prediction step size of the GPC algorithm. The second is to improve the GPC algorithm, reducing the calculation amount of the GPC algorithm. This paper will carry out research work on these two aspects. In the literature [17], the author used the particle swarm optimization (PSO) algorithm optimized least squares support vector machine (LS-SVM) to predict the future time delay, compensating time delay through implicit GPC, but the embedding dimension is not optimized in the paper. At the same time, the control value of implicit GPC needs to wait for the next integer time sampling period to be applied to the controlled object. It is easy to cause the system response speed to slow and to produce a big overshoot, so it is necessary to improve it. On the basis of the literature [17], this paper discussed LS-SVM prediction accuracy with different parameters, firstly using the genetic algorithm-optimized parameters of the LS-SVM time-delay prediction model, and then, an improved implicit generalized predictive control method is used to compensate for the random time delay; the output performance of the system is improved. Through the simulation, the effectiveness of the proposed method in this paper is verified.

2. LS-SVM Time-Delay Prediction Model

The time delay in the networked control system includes: the sensor for the controller time delay τsc, the controller to the actuator time delay τca and the controller calculated time delay τc, shown as in Figure 1.
The sensor for the controller time delay and the controller to actuator time delay do not have the same variation rules, and the effect on the system performances is not the same either. Under normal circumstances at time k, the sensor to the controller time delay τsc(k) can be measured, and the controller to actuator time delay τca (k) and controller computing time τc(k) are unknown, but just moments before k is known, so the historical time delay can be used to predict the current network time delay. In the networked control system discussed in this paper, the controller and actuator are event driven, and the sensor is clock-driven; therefore, the forward and feedback channel time delay of networked control system can be combined for analysis [13]. The system total delay can be expressed as τ(k) = τca (k) + τsc (k) + τc (k). Because the time delay can be combined for analysis, the total system time delay τ(k) can be predicted through an appropriate prediction model.
Figure 2 gives 500 groups’ time delay test data collected from an IEEE 802.11b-based networked control system. From the figure, it can be seen that time delay has a strong, nonlinear characteristic, and the mean value of the time delay sequence is within a range of variation over a longer time, but, in a certain interval during a shorter time.
The predictability and similarity of the time-delay sequence can be measured by the Hurst parameter; the time-delay sequence has self-similarity when H ∈ (0.5,1); the greater H is, the greater is the sequence similarity. In this paper, the R/S (rescaled range analysis) method is used to calculate the Hurst parameter of the time-delay sequence, and it can be described as:
( R / S ) n = A n H
where in n is the number of samples, R is the rescaling range, that is R = max(Xt,n −min Xt,n), t = 1,2,…,n, S is the standard deviation, H is the Hurst parameter and A is a constant. Given the chart of the relationship between lg(R/S)n about lg n, the least squares method is used for calculating the slope, and then, the slope is Hurst parameter.
The Hurst parameter of the time-delay sequence is commutated by the R/S method, as shown in Figure 3. Using a straight line linear fitting of these data points, the slope of the line is the Hurst parameter, H is 0.936, apparently satisfying 0.5 < H <1, which also shows that the time-delay sequence has self-similarity. Therefore, the time-delay sequence can be predicted through the LS-SVM model.
The standard SVM algorithm is complex; based on the standard SVM, LS-SVM sets the loss function of SVM as square errors, converts the inequality constraints into equality constraints and reduces the undetermined parameters. At the same time, it transforms the quadratic programming problem into linear equations, which can reduce the complexity of the solution [17].
LS-SVM uses the following function to estimate the random time delay of the networked control system [18]:
y = w T Φ ( x ) + b
Nonlinear function Φ(·) can transform the input space to a high dimensional feature space, so that the nonlinear fitting of input space can be seen as a linear fitting of the high dimensional feature space. Let {xi, yi}, i = 1, 2,⋯, N be a training set, based on the risk minimization principle; the regression problem can be expressed as a constrained optimization problem:
min J ( w , e ) = 1 2 w T w + 1 2 γ i = 1 N e i 2 , γ > 0
y i = w T Φ ( x i ) + b + e i
Wherein xi is a time-delay input set, yi is a time-delay output prediction set, xi and yi can be expressed as xi =[di di+1di+m−1], yi = [di+m] and m is the embedding dimension; and the current time and past m − 1 time-delay value can be used to predict the next time-delay value of the system. λ is the regularization parameter. b is the constant value deviation. The Lagrange function can be established to solve the above optimization problem:
L ( w , b , e , a ) = J ( w , e ) i = 1 N a i ( w T Φ ( x i ) + b + e i y i )
ai is the Lagrange multiplier. Calculate the partial differential of w, b, e, a, and simplify it; then, the next equation can be obtained:
[ 0 l T l Ω + γ 1 l ] [ b a ] = [ 0 y ]
For the given training set {xi,yi}, Equation (6) is used to calculate parameters a and b, at the same time. When the given set x combines with the actual training set xi, the following equation can be used to calculate y, the prediction output of the system.
y = i = 1 N a i K ( x , x i ) + b
In this paper, the radial basis function (RBF) is chosen as the kernel function of LS-SVM, it is:
K ( x i , x j ) = exp ( x i x j 2 2 σ 2 )
From the above modeling process, based on the kernel function of RBF, LS-SVM performance depends mainly on γ and σ2, but the selection of two parameters lacks uniform standards and theoretical guidance; therefore, the selection of LS-SVM parameters is an unsolved problem [19]. At the same time, for the time-delay prediction problem, the embedding dimension m is an important parameter also; m that is too small will reduce the prediction accuracy; m that is too large will increase the computational complexity. The following Tables 13 give the mean square error (MSE) comparison of three different values of the parameters.
From the above data in the Tables, three parameters can greatly affect the prediction accuracy, and only optimizing a parameter separately cannot guarantee that the other parameters are optimal, leading to the prediction precision being not ideal. In order to obtain the best prediction results, it is necessary to make m, γ, σ2 achieve the optimal values at the same time.

3. Genetic Algorithm

The genetic algorithm (GA) uses the biological genetics view, through natural selection, exchange, mutation operation, etc. Through the population, evolution is carried out, and it has a strong global search ability and can obtain the global optimal solution in a relatively short time [20].

3.1. Individual Coding

The LS-SVM time-delay prediction model needs the parameters m, γ and σ2. The individual design is shown in Figure 4: the former n1 bits represent m; the middle n2 bits represent γ; the later n3 bits represent σ2.
Each of the individual can convert a binary classification string into decimal representation as the actual parameters:
p = min ( p ) + max ( p ) min ( p ) 2 k 1 × d
In the above equation, p is the parameters decimal value, min(p) is the parameters minimum, max(p) is the parameters maximum value, k is the length of the parameters binary string, d is the decimal value of the parameters binary string.

3.2. Population Initialization

The standard GA algorithm initial population is random, has a lot of uncertainty and no uniformity, and it cannot contain the global optimal solution information, so leading to the local optimal problem; thus, in this paper, uniform design is used to produce the initial population to ensure the diversity of the initial population and the uniformity of the individual step distribution [21].

3.3. Fitness Function

The GA algorithm search target is to find the appropriate m, γ, σ2, so that it can improve the prediction precision of the delay; thus, the fitness function is related to the accuracy of the time-delay prediction model. Set the i-th group time-delay prediction mean square error as:
m s e ( i ) = 1 n i = 1 n ( y i y ^ i ) 2
In the above equation, n is the number of the time-delay sequence, yi is the actual value and y ^ i is the LS-SVM prediction value of the i-th time-delay. For easy calculating, the i-th prediction time-delay fitness function directly uses the mean square error:
f ( i ) = m s e ( i )

3.4. The Design of the Genetic Operator

For the selection operators, calculate the individual fitness value and order the fitness from big to small; the smaller fitness shows a smaller error; thus, it is the best individual. Use that individual to keep the strategy, and choose the R-th optimal individuals as the next generation. The other nR individual crossover and mutation operation produces a new individual as the next generation.
For the crossover operator, in the individuals, three parts separately select three intersections; then, the crossover operator can respond to the part of another individual. After this, test the generated individual, and verify whether the choice of parameters is in a certain range; if not, repeat the crossover operation again.
For the mutation operator, for the three parts of an individual, adopt the traditional flip variation method on the variation operation, and randomly select one individual bit, according to the rules that convert zero to one and one to zero. Carry out the variation operation, and then, test whether the individual variation is in the parameter range; if not, repeat the crossover operation again.

3.5. GA Optimized LS-SVM Time-Delay Prediction Method

To sum up, the GA-optimized LS-SVM time-delay prediction method steps are:
  • Step 1: Confirm the original character space of the optimized parameters, and the initial evolution algebra is zero.
  • Step 2: Code the parameters m, γ, σ2.
  • Step 3: Generate h individual initial populations.
  • Step 4: Convert the time-delay sequence, which is the original length, into the input and output matrix, according to xi=[di di+1di+m−1], yi=[di+m] The LS-SVM algorithm is used to train and predict according to the parameters γ, σ2, recording every group time-delay prediction accuracy and each individual fitness value.
  • Step 5: Choose the best R prediction performance individual for the next generation, and for the other individual, carry out the selection, crossover and mutation operators, producing a new population. The evolution algebra is increased one.
  • Step 6: Judge whether this meets the end conditions, and if it meets them, jump to Step 7 or return to Step 4 otherwise.
  • Step 7: Output the best individual m, γ, σ2, and adopt the optimum m, γ, σ2 as the LS-SVM algorithm parameters to build up the time-delay prediction model. Output the best prediction value.

4. Improved Implicit GPC Time-Delay Compensation Algorithm

Set the total time delay between the controller and actuator, sensor and controller in the NCS as d(k). The NCS can be expressed as an auto-regression and moving average with exogenous (ARMAX) model with time-varying discrete parameters:
A ( q 1 ) y ( k ) = q d ( k ) B ( q 1 ) u ( k ) + C ( q 1 ) v ( k )
wherein:
A ( q 1 ) = 1 a 1 ( k ) q 1 a 2 ( k ) q 2 a n ( k ) q n B ( q 1 ) = b 0 ( k ) + b 1 ( k ) q 1 + b 2 ( k ) q 2 + + b m ( k ) q m C ( q 1 ) = 1 c 1 ( k ) q 1 c 2 ( k ) q 2 a l q l
dmind(k) ≤ dmax is the whole time-delay of the NCS; u(k) is the input; y(k) is the output; v(k) is the interference; and ai(k), bi(k), ci(k) are the time-varying parameters of the system.

4.1. The Identification of the Time-Varying Parameters

After the random time delay has been predicted through the LS-SVM algorithm, the networked control system can be written as a regression model.
y ( k ) = ϕ T θ ( k ) + v ( k )
In the above equation:
ϕ T ( k ) = [ y ( k 1 ) , y ( k 2 ) , , y ( k n ) ; u ( k d ^ ( k ) ) , u ( k d ^ ( k ) 1 ) , , u ( k d ^ ( k ) m ) ; v ( k 1 ) , v ( k 2 ) , , v ( k l ) ] ; θ T ( k ) = [ a 1 ( k ) , a 2 ( k ) , , a n ( k ) ; b 1 ( k ) , b 2 ( k ) , , b m ( k ) ; c 1 ( k ) , c 2 ( k ) , , c l ( k ) ]
Then, the next equations can be obtained:
θ ^ ( k ) = θ ^ ( k 1 ) + P ( k 1 ) ϕ ( k 1 ) r + ϕ T ( k 1 ) P ( k 1 ) ϕ ( k 1 ) [ y ( k ) ϕ T ( k 1 ) θ ^ ( k 1 ) ] ;
P ( k ) = P ( k 1 ) P ( k 1 ) ϕ ( k 1 ) ϕ T ( k 1 ) P ( k 1 ) r + ϕ T ( k 1 ) P ( k 1 ) ϕ ( k 1 )
In the above equations, r is the forgetting factor, 0 ≤ r ≤ 1; the initial value, P(0) = δ2I, θ(0) = 0, δ2 is a sufficiently large constant and I is the unit matrix. Through the above method, the time-varying parameters ai(k), bi(k), ci(k) of the system can be identified.

4.2. Improved Implicit GPC

Scroll the optimization to make the objective function minimum:
J = E { j = 1 P [ y ( k + j ) y r ( k + j ) ] 2 + j = 1 M λ [ Δ u ( k + j 1 ) 2 ] }
In the equation, E is the mathematical expectation, P is the maximum prediction length, M is the control length, MP, λ are the weighting coefficients, Δu(k+j−1) is the control increment and yr(k + j) is the input reference trajectory. The GPC algorithm calculates y(k + j), needed to solve the Diophantine equation. To avoid complex calculation, an improved implicit GPC algorithm is presented in this paper. This algorithm directly identifies the controller parameters and does not need to solve the inverse matrix of the GPC algorithm. The algorithm, given the dth optimal prediction value, is:
y ( k + d | k ) = X ( k ) w ( k )
X ( k ) = [ Δ u ( k ) , Δ u ( k + 1 ) , , Δ u ( k + d 1 ) , 1 ]
w ( k ) = [ g d 1 , g d 2 , g 0 , f ( k + d ) ] T
Define the input soft coefficient β as:
Δ u ( k + n ) = ( 1 + i = 1 n β i ) Δ u ( k ) ( n = 1 , L , M 1 )
The above equation can prevent input signal intensity changes, and it also restricts the change of the input signal. The control increment value matrix is:
Δ U = Q Δ u ( k ) = [ Δ u ( k ) , ( 1 + β ) Δ u ( k ) , L , ( 1 + j = 1 M 1 β j ) Δ u ( k ) ] T
Rewrite Equation (18) of the performance index as the vector form:
J = ( Y Y r ) T ( Y Y r ) + λ Δ U T Δ U
Set ∂J/∂ΔU = 0; then, Equations (25) and (26) can be obtained:
Δ u ( k ) = [ ( G Q ) T ( G Q ) + λ Q T Q ] 1 ( G Q ) T [ W F k y ( k ) H k Δ u ( k 1 ) ]
u ( k ) = u ( k 1 ) + Δ u ( k )
In the above equations:
Q = [ 1 0 0 0 0 0 a 2 a 3 a 4 a n 0 0 a 3 a 4 a n 0 0 0 0 a n ]
F k = [ a 1 a 2 a 3 a 4 a n a 2 0 a 3 a 4 a n a 3 0 0 a 4 a n a n 0 0 0 a n ]
G = [ g 0 0 g 1 g 0 O g N 1 g N 2 g 0 ]
H k = [ b 2 b 3 b 4 b n 0 b 3 b 4 b n 0 0 0 0 ]
Due to the existence of the soft change matrix, it can be seen that no matter how the length of the predictive domain changed, the control value always is Δu(k). Secondly, the calculation of the inverse matrix is avoided, greatly reducing the calculation time and ensuring the speediness of the system. However, the algorithm still retains the basic characteristics of the generalized predictive control.
In order to accelerate the response speed of the system and to restrain overshooting, this paper proposed an improved implicit GPC algorithm. The next step control increment value is used for the compensation of Equation (26), and the real control value can be obtained as:
u ( k ) = u ( k ) + Δ u ( k + 1 ) , ( 0 , 1 )
The above equation is equivalent to an increase of the differential effects on control system; it will accelerate the response speed of the system.
Since the improved implicit GPC algorithm is used in the controller, so the control value sequence of the future N cycles (N is the length of the control sequence) at time k can be calculated, but the specific use of the control sequence that acts on the actuator can be determined according to the relationship between the time delay and the sampling period.
Assuming that the system sampling period is T, the time delay of the current control cycle is τ. Let:
n = { [ τ / T ] , if τ / T is an integer [ τ / T ] + 1 , if τ / T is not an integer
Select u(k + n | k) as the current control value. Therefore, after a delay of τ, the control value is acting on the controlled object at the k + n moment; the control system with time delay is transformed into a control system without time delay.
The improved implicit GPC time-delay compensation steps of this paper can be expressed as follows:
  • Step 1: Set the initial value.
  • Step 2: Update the input time-delay sequence, and put the newest measurement of the time delay into the time-delay sequence.
  • Step 3: The GA-optimized LS-SVM algorithm is used to estimate the network time delay at the current time.
  • Step 4: Identify time-varying parameters through the prediction time delay by Equations (16) and (17).
  • Step 5: Calculate the optimal prediction value by Equation (18).
  • Step 6: Calculate the current real control value by Equations (31).
  • Step 7: According to Equation (32), the control value u(k + n | k) is calculated and sent to the actuator;
  • Step 8: Repeat Step 2 to Step 7 until the end of the simulation.

5. Simulation

The true time toolbox is used to build an IEEE 802.11b wireless NCS. Sensors are time driven, and controllers and actuators are event driven. The sampling period is 10 ms; the network speed is 80,000 bits/s; the minimum frame size is 80 bits; the packet size is 80 bits. The interfering node is added to the system; the interference ratio is 10%; and the interference can create the network time-delay random variation. An unstable controlled object is chosen as:
G p ( s ) = 2 50 s 2 5 s 1
The structure of the IEEE 802.11b network is as shown in Figure 5. The whole simulation structure is as shown in Figure 6. In these figures, Snd means send node, Rcv means receive node.
Then, 300 groups’ time-delay test data are collected, and the first 200 groups’ data are used to train the GA-optimized LS-SVM time-delay prediction model. The last 100 groups’ data are used to verify it. GA algorithm parameters: the number of iterative evolutions is 200; the population quantity is 20; the crossover probability is 0.9; the variation probability is 0.1; the coding length of m, γ, σ2 is 10 bits; the m value range is from one to 20; the γ value range is from 0.01 to 1000; the σ2 value is range from 0.01 to 100; after GA optimized, m = 9, γ = 339.8592 and σ2 = 2.347; the MSE is 1.26 for the actual and predicted time delay. Figure 7 is the curve of fitness. Figure 8 is a 100 groups’ comparison of the predicted and actual time delay. Figure 9 shows the comparison of the predicted and actual time delay with auto regression (AR) algorithm in the literature [13]; the order of p is nine; the MSE is 10.2791 for the actual and predicted time delay. From the contrast in Figure 8, Figure 9 and the MSE, it can be shown that the time-delay prediction precision of the GA-optimized LS-SVM prediction method is better than the AR algorithm in the literature [13].
In order to verify the time-delay compensation ability of the improved implicit GPC control algorithm, the simulation is conducted through the built IEEE 802.11b wireless NCS. The improved implicit GPC parameters of the control algorithm are P = 6, M = 6, β = 0.2, ∂ = 0.1. A comparison of the method in the literature [17] is shown in Figure 10 for the square-wave tracking and in Figure 11 for the square-wave tracking with an added white noise amplitude of 0.2 at the output.
The simulation results show that the GA optimized LS-SVM time-delay prediction with improved implicit GPC time-delay compensation method is better than the method in literature [17] in overshoot and response time; it can better track system input and ensure the stability of the system.
A measured control cycle needs 3.4 ms for the method in the literature [17] and 2.1 for the method in this paper. The results showed that the method in this paper is about 1.61-times faster than the method in the literature [17]. Therefore, the method in this paper enhances the time-delay compensation capability and does not increase the execution time; therefore, it is more suitable for the time-delay compensation of a networked control system.

6. Conclusions

In the network control system, uncertain factors, such as network delays, can usually deteriorate the control performance and stability of networked control systems. Therefore, a time-delay compensation method based on time-delay prediction and improved implicit GPC is proposed. First, the GA-optimized LS-SVM prediction model is used to estimate the time delay in the networked control system. Then, an improved implicit GPC with predictive time delay is used to obtain the system future control value, to compensate for the time delay of the networked control system. Finally, through the simulation results, the method presented in the paper has a better compensation effect and a smaller calculation time.
In this paper, the parameters of the LS-SVM prediction model are optimized by the genetic algorithm off-line. Additionally, if the time-delay sequence appears to have substantial changes, the prediction accuracy will be reduced. Therefore, the future work is to increase the threshold value; when the cumulative error is larger than the threshold, the optimization process of the parameters is repeated, and more appropriate prediction parameters can be obtained.

Acknowledgments

This work is partially supported by the National Nature Science Foundation of China (Grant No. 61034005) and the Liaoning Province Doctor Startup Fund (Grant No. 20141070).

Author Contributions

Zhong-Da Tian participated in the concept, design and interpretation and commented on the manuscript. A substantial amount of Shu-Jiang Li’s contribution was to the draft writing and critical revision of this paper. Yan-Hong Wang and Hong-Xia Yu participated in the data collection, analysis and algorithm simulation. All authors read and approved the manuscript.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Tian, Z.-D.; Gao, X.-W.; Li, K. A Hybrid Time-delay Prediction Method for Networked Control System. Int. J. Autom. Comput. 2014, 11, 19–24. [Google Scholar]
  2. Lü, J.-H.; Chen, G.-R. A time-varying complex dynamical network model and its controlled synchronization criteria. IEEE Trans. Autom. Control. 2005, 50, 841–846. [Google Scholar]
  3. Vatanski, N.; Georges, J.P.; Aubrun, C.; Rondeau, E.; Jämsä-Jounela, S.L. Networked control with delay measurement and estimation. Control Eng. Pract. 2009, 17, 231–244. [Google Scholar]
  4. Qi, X.-M.; Zhang, C.-J.; Gu, J. Robust fault detection filter for non-linear state-delay networked control system. Int. J. Autom. Control. 2012, 6, 215–230. [Google Scholar]
  5. Shi, Y.; Huang, J.; Yu, B. Robust tracking control of networked control systems: Application to a networked DC motor. IEEE Trans. Ind. Electron. 2013, 60, 5864–5874. [Google Scholar]
  6. Xu, F.-X.; Cheng, Y.; Ren, H.-L.; Wang, S.-L. Research on Adaptive Neural Network Control System Based on Nonlinear U-Model with Time-Varying Delay. Math. Probl. Eng. 2014, 2014, 420713. [Google Scholar]
  7. Han, C.-W.; Fuzzy, Neural; Network-based, Time. Delay Prediction for Networked Control Systems. Appl. Math Inf. Sci. 2014, 8, 407–413. [Google Scholar]
  8. Yang, R.-N.; Liu, G.-P.; Shi, P.; Thomas, C.; Basin, M.V. Predictive output feedback control for networked control systems. IEEE Trans. Ind. Electron. 2014, 61, 512–520. [Google Scholar]
  9. Song, H.-B.; Liu, G.-P.; Yu, L. Networked predictive control of uncertain systems with multiple feedback channels. IEEE Trans. Ind. Electron. 2013, 60, 5228–5238. [Google Scholar]
  10. Yu, W.-W.; Chen, G.-R.; Lü, J.-H. On pinning synchronization of complex dynamical networks. Automatica 2009, 45, 429–435. [Google Scholar]
  11. Zhou, J.; Lu, J.-A.; Lü, J.-H. Pinning adaptive synchronization of a general complex dynamical network. Automatica 2008, 44, 996–1003. [Google Scholar]
  12. Yu, W.-W.; Chen, G.-R.; Lü, J.-H.; Kurths, J. Synchronization via pinning control on general complex networks. SIAM J. Control Optim. 2013, 51, 1395–1416. [Google Scholar]
  13. Shi, W.-G.; Shao, C.; Sun, Z.-Y. Improved GPC network-control algorithm based on AR model time-delay prediction. Control Decis. 2012, 27, 470–480, In Chinese. [Google Scholar]
  14. Tang, B.; Liu, G.-P.; Gui, W.-H.; Wang, Y.-L. State-space model based generalized predictive control for networked control systems, Proceedings of 17th IFAC World Congress, Seoul, Korea, 6–11 July 2008; pp. 13006–13001.
  15. Liu, G.-P.; Xia, Y.-Q.; Chen, J.; Rees, D.; Hu, W.-S. Networked predictive control of systems with random network delays in both forward and feedback channels. IEEE Trans. Ind. Electron. 2007, 54, 1282–1297. [Google Scholar]
  16. Tran, Q.N.; Özkan, L.; Backx, A. Generalized predictive control tuning by controller matching. J. Process Control. 2015, 25, 1–18. [Google Scholar]
  17. Tian, Z.-D.; GAO, X.-W.; Li, K. Networked control system time-delay compensation algorithm based on predictive control. Syst. Eng. Electron. 2013, 35, 2165–2169, In Chinese. [Google Scholar]
  18. Pan, J.-S.; Hong, M.-Z.; Zhou, Q.-F.; CAI, J.-Y.; Wang, H.-Z.; Luo, L.-K.; Yang, D.-Q.; Dong, J.; Shi, H.-X.; Ren, J.-L. Integrated application of uniform design and least-squares support vector machines to transfection optimization. BMC Biotechnol. 2009, 9, 52–57. [Google Scholar]
  19. Ayat, N.E.; Cheriet, M.; Suen, C.-Y. Automatic model selection for the optimization of the SVM kernels. Pattern Recognit. 2005, 38, 1733–1745. [Google Scholar]
  20. Qi, H.-L.; Zhao, H.; Liu, W.-W.; Zhang, H.-B. Parameters optimization and nonlinearity analysis of grating eddy current displacement sensor using neural network and genetic algorithm. J. Zhejiang Univ. Sci. A 2009, 10, 1205–1212. [Google Scholar]
  21. Xiang, C.-S.; Zhou, Z.-Y. A joint optimization algorithm and its application in chaotic time series prediction. J. Cent. South Univ. (Sci. Technol.) 2012, 43, 581–587. [Google Scholar]
Figure 1. Networked control system with time delay.
Figure 1. Networked control system with time delay.
Algorithms 08 00003f1
Figure 2. Typical random time delay of a network.
Figure 2. Typical random time delay of a network.
Algorithms 08 00003f2
Figure 3. Hurst parameter of the time delay sequence.
Figure 3. Hurst parameter of the time delay sequence.
Algorithms 08 00003f3
Figure 4. Design of individuals.
Figure 4. Design of individuals.
Algorithms 08 00003f4
Figure 5. The structure of the IEEE 802.11b network.
Figure 5. The structure of the IEEE 802.11b network.
Algorithms 08 00003f5
Figure 6. The structure of the networked control system (NCS) in this paper.
Figure 6. The structure of the networked control system (NCS) in this paper.
Algorithms 08 00003f6
Figure 7. The curve of fitness.
Figure 7. The curve of fitness.
Algorithms 08 00003f7
Figure 8. GA-optimized least squares (LS-SVM) time-delay prediction result.
Figure 8. GA-optimized least squares (LS-SVM) time-delay prediction result.
Algorithms 08 00003f8
Figure 9. Auto regression (AR) time-delay prediction result.
Figure 9. Auto regression (AR) time-delay prediction result.
Algorithms 08 00003f9
Figure 10. Square-wave tracking comparison.
Figure 10. Square-wave tracking comparison.
Algorithms 08 00003f10
Figure 11. Square-wave tracking comparison with added white noise.
Figure 11. Square-wave tracking comparison with added white noise.
Algorithms 08 00003f11
Table 1. The influence of m on prediction precision.
Table 1. The influence of m on prediction precision.
mγσ2MSE
2100.0019.0126
4100.0014.6340
6100.0011.8533
8100.0011.9399
10100.0011.9049
Table 2. The influence of γ on prediction precision.
Table 2. The influence of γ on prediction precision.
mγσ2MSE
410.00158.7254
4100.0014.6340
41000.0012.9191
41,0000.0012.8989
410,0000.0012.8987
Table 3. The influence of σ2 on prediction precision.
Table 3. The influence of σ2 on prediction precision.
mγσ2MSE
4100.0014.6340
4100.014.4829
4100.14.9062
410112.6718
4101028.6581

Share and Cite

MDPI and ACS Style

Tian, Z.-D.; Li, S.-J.; Wang, Y.-H.; Yu, H.-X. Networked Control System Time-Delay Compensation Based on Time-Delay Prediction and Improved Implicit GPC. Algorithms 2015, 8, 3-18. https://0-doi-org.brum.beds.ac.uk/10.3390/a8010003

AMA Style

Tian Z-D, Li S-J, Wang Y-H, Yu H-X. Networked Control System Time-Delay Compensation Based on Time-Delay Prediction and Improved Implicit GPC. Algorithms. 2015; 8(1):3-18. https://0-doi-org.brum.beds.ac.uk/10.3390/a8010003

Chicago/Turabian Style

Tian, Zhong-Da, Shu-Jiang Li, Yan-Hong Wang, and Hong-Xia Yu. 2015. "Networked Control System Time-Delay Compensation Based on Time-Delay Prediction and Improved Implicit GPC" Algorithms 8, no. 1: 3-18. https://0-doi-org.brum.beds.ac.uk/10.3390/a8010003

Article Metrics

Back to TopTop