ijcccv11n1.dvi INTERNATIONAL JOURNAL OF COMPUTERS COMMUNICATIONS & CONTROL ISSN 1841-9836, 11(1):67-76, February 2016. Predictive Input Delay Compensation with Grey Predictor for Networked Control System A. Kuzu, S. Bogosyan, M. Gokasan Ahmet Kuzu* 1. Istanbul Technical University Electric-Electronics Faculty Control and Automation Engineering Department Turkey, 34469 Maslak, Istanbul kuzuah@itu.edu.tr 2. TUBITAK BILGEM Turkey, 41100 Gebze, Kocaeli *Corresponding author: ahmet.kuzu@tubitak.gov.tr Seta Bogosyan ECE Department University of Alaska Fairbanks, Fairbanks, USA sbogosyan@alaska.edu Metin Gokasan Istanbul Technical University Electric-Electronics Faculty Control and Automation Engineering Department Turkey, 34469 Maslak, Istanbul gokasan@itu.edu.tr Abstract: The performance of networked control systems is affected strictly by time delay. Most of the literature in the area handle the problem from a stability per- spective. However, stability optimized algorithms alone are not sufficient to reduce synchronization problems caused by time delay between the action and reaction in geographically distant places, and the effect and performance of other system compo- nents should also be taken into account. In teleoperation applications the reference is often provided by a human, known as the operator, and due to the nature of the human system, references provided by the human operator are of a much lower band- width when compared to common control reference inputs. This paper focuses on the operator, and proposes an approach to predict the manipulator’s motion (created by the operator) ahead of time with an aim to reduce the time delay between the mas- ter and slave manipulator trajectories. To highlight the improvement offered by the developed approach, hereby called Predictive Input Delay Compensator (PIDC), we compare the performance with the only other study in the literature that handles this problem using the Taylor Series approach. The performance of these two approaches is evaluated experimentally for the forward (control) path on a PUMA robot, manip- ulated by a human operator and it has been demonstrated that the efficient latency in the forward path is decreased by 100ms, on average, reducing the forward latency from 350ms to 250ms. Keywords: communication network delay, delay regulator, Grey predictor, Taylor series, teleoperation. 1 Introduction Because of their huge potential to contribute to human life in many different ways, tele- operation and bilateral control systems have been attracting significant interest in control and Copyright © 2006-2016 by CCC Publications - Agora University 68 A. Kuzu, S. Bogosyan, M. Gokasan communication communities. Telesurgery using remote medical robots, exploration in hazardous environments using teleoperating robots could be good examples of such promising applications. The ultimate aim of a networked control system is the synchronization of the position and/or force between the master and slave in geographically distant motion control systems. Currently, the most widely used network communication medium is the Internet. However, the Internet brings a variable delay between the transmitted channels. This makes control implementations over the Internet challenging. The problem of variable can be eliminated via delay regulators [1] resulting in constant, and often relatively long delays. Time delay compensation problem in bilateral control systems has been addressed by many different approaches. To name a few of the major methods, scattering variables [2], wave variables [3], Smith-Predictor (SP) [4], Astrom’s modified SP [5], sliding-mode control (SMC) [6] and , via the design of communication disturbance observer (CDOB) [7]. Moreover optimal control methods are used to find an optimal solution in terms of stability and performance constraints of the system [8]. The focus of this study will again be on the performance improvement of master-slave position tracking in networked robot control systems. While the ultimate goal of the networked control is full synchronization, network delay between master and slave is a major obstacle for the desired performance, and network delays happen randomly. In teleoperation applications the reference is often provided by a human, known as the operator. Due to the nature of the human system, references provided by the human operator are of a much lower bandwidth when compared to common control reference inputs, and this can sometimes be problematic. All of the above mentioned studies discuss system stabilization under network delay [9], but do not address the operator delay, which also contributes to the delay between master and slave. Meanwhile, the prediction of the input delay (in this case, created by the human operator) has the potential to reduce this network latency. However, to the authors’ best knowledge, the only study in the literature addressing this concept is [9], which uses a Taylor series based analytical approach to handle this problem. Taylor series simply performs the extrapolation of position based on velocity, meanwhile acceleration has significant effect on both velocity and position, and affects the prediction error negatively. In this study, we propose a method based on Grey Prediction for Predictive Input Delay Compensation, and demonstrate experimentally the advantages of the proposed method over the one using Taylor Series in predicting the operator’s motion. The Grey prediction not only performs extrapolation, but unlike the Taylor Method fits a differential equation to the system dynamics. As a result, grey prediction is more effective in considering the transients, hence, the acceleration. The organization of the paper is as follows. Section II presents the benchmark Taylor Series based predictor. Section III presents Grey Prediction. Section IV introduce the Networking Control System and the application of the both two predictor on it. Section V introduce the experimental setup and results with conclusions in Section VI. 2 Taylor based PIDC as Benchmark System In this section, we will first discuss the benchmark PIDC approach based on Taylor Series. Subsystems of the human, such as skeleton, muscle, and neural systems behave similar to mass- spring-damper like structures, hence result in a high time constant for the operator. This also makes it acceptable to assume the human motion output to be continuously differentiable in time [9]. By accepting this assumption, future signal values can be predicted using simple geometric approaches. The prediction formula is Predictive Input Delay Compensation with Grey Predictor for Networked Control System 69 lim T→0 qmi(n + H) ≈ (H + 1)qmi(n) −Hqmi(n−1) (1) Here qmi(n + H) denotes H step further value , qmi(n) denotes current value and finally qmi(n−1) denotes previous value. We must mention that, there are just two error source which is neglected. One is high order terms and the second is discretization. 3 Grey based PIDC Grey system theory [10] is developed for systems characterized by uncertain information. Grey Prediction is a scientific quantitive prediction method which is based on the theoretical treatment of the original data to determine the future output of the system [11]. Basically, it can be defined as a local curve fitting extrapolation method, which requires four data sets only. In Grey Systems, GM(n,m) denotes a grey model. Here n denotes the order of the difference equation, and m is the number of the variables. The commonly used Grey Model is of the GM(1,1) type. It represents the first order derivative, and one input variable is used for prediction purposes. The process of the Grey Prediction can be given as below [?]: Step 1: Collecting the original data sequence, and using generalized coordinate, q (0) mi = { q (0) mi(1),q (0) mi (2), . . . ,q (0) mi(N) } , N ≥ 4 (2) where q (0) mi(N) = qmi(n) (3) q (0) mi (N −1) = qmi(n−1) (4) . . . q (0) mi (1) = qmi(n−N + 1) (5) (6) Here N denotes buffer size, q denotes generalized coordinate, m subscript denotes master side not slave side, i subscript denotes ith joint angle. For instance qm3 denotes master manipulators 3rd joint angle. Moreover, q (0) mi denotes zero order AGO of qmi. Step 2: Conducting an accumulated generation operation, AGO, on the original data sequence in order to diminish the effect of data uncertainty; q (1) mi = { q (1) mi(1),q (1) mi (2), . . . ,q (1) mi(N) } , N ≥ 4 (7) Where q (1) mi(k) = k ∑ i=1 q (0) mi(i),k = 1,2, . . . ,N (8) Here the q (1) mi denotes first order AGO of qmi. Step 3: Establishing the Grey difference equation and then calculating its background values; q (0) mi(k) = −aizi 1(k) + bi (9) zi (1)(k) = 0.5 { q (1) mi(k) + q (1) mi(k −1) } (10) 70 A. Kuzu, S. Bogosyan, M. Gokasan Here the ai denotes developing coefficient in Grey Theory, bi denotes Grey input. Step 4: Constructing data matrix B and data vector Y; B =       −zi (1) (2) 1 −zi (1) (3) 1 ... ... −zi (1) (N) 1       (11) Yi = [ q (0) mi (2) ,q (0) mi (3) , . . . ,q (0) mi (N) ]T (12) Step 5: Resolving the matrix; Yi = Biâi (13) âi = B T i B −1 i B T i Yi = [ ai bi ] (14) Step 6: Deriving the solution to the Grey difference equation; q (1) mi (k + 1) = [ q (0) mi (1) − bi ai ] e−aik + bi ai (15) Step 7: Conducting the inverse accumulated generation operation to obtain a prediction value q (0) mi (k + 1) = [ q (0) mi (1) − bi ai ] e−aik(1 −eai) (16) Step 8: By Substituting k with N + H −1 q (0) mi (N + H) = [ q (0) mi(1) − bi ai ] e−ai(N+H−2)(1 −eai) (17) Step 9: By Rearranging formula qmi (n + H) = [ qmi(n−N + 1) − bi ai ] e−ai(N+H−2)(1 −eai) (18) 4 A Configuration for the Networked Control System Here we will introduce our proposed networked control system configuration to explain the requirement and the performance measure of the Predictive Input Delay Compensator (PIDC) algorithms. However first, we will introduce our standard configuration without the PIDC. In the standard configuration, the operator forces the master manipulator to a desired posture, which in turn will dictate the slave motion. In order for the slave to track the master motion in the closest possible way, on the master side, an Astrom Smith Predictor (ASP) generates the control signal for the model plant. Then the control signal generated on the master side, is transmitted to the slave side passing through a Delay Regulator Send unit (DRSm)" through the Internet to Delay Regulator Receive unit (DRRs). On the slave side, a Model Tracking Control (MTC) algorithm inputs the received control to an other model process (same as the model plant at master side) and forces the slave manipulator to track the trajectory of the model plant. Predictive Input Delay Compensation with Grey Predictor for Networked Control System 71 The angular displacement output of the MTC is fed back to the ASP passing through a Delay Regulator Send unit (DRSs) through the Internet to Delay Regulator Receive unit (DRRm). [1] Here τoq{1,2,3} denote the joint torques generated by the operator, τqm{1,2,3} denote the joint torques applied to the manipulator after the addition of gqm{1,2,3} gravitational compensation terms. τmq{1,2,3} denote the torque signals fed to DRSm to be sent to slave side. τ̄mq{1,2,3} denote the delay regulated torque signals coming through the Internet from the master to the slave. τcq{1,2,3} denote the joint torques generated by MTC, τqs{1,2,3} denote the joint torques applied to the manipulator after the addition of gqs{1,2,3} gravitational compensation terms. Finally qs{1,2,3} denote the slave manipulator’s joint angle (actual) positions. In this study, the Predictive Input Delay Compensator (PIDC) unit is added to this con- figuration between the operator and ASP . With this addition, it is now possible to predict and compensate the delay caused by the operator, which will allow sending the master side informa- tion to the slave side with less delay. This reduced delay increases the synchronization between the master and slave trajectories. To reduce nonlinearities of the master and slave manipulators, namely to increase the compliance on the master side and compensate the gravity on the slave side, gravity compensation blocks GCm and GCs added, respectively. The overall master-slave architecture is given in Fig. 1. However the function detail of each block is outside the scope of this study, and will not be discussed. 5 Experimental System and Results Next, experiments have been performed to conduct a comparative performance evaluation for the Taylor based and Grey prediction approaches. The 6-DOF PUMA560 Industrial Robot is used for experimentation. The manipulator is operated as a 3-DOF system by the operator as can be seen in Fig. 2. The well-known Euler-Lagrange based dynmaic model of the manipulator has the following general form: M(q).q̈ + V (q, q̇).q̇ + G(q) = Γ (19) where, q : nx1 position vector M(q) : nxn inertia matrix of the manipulator V (q, q̇) : nx1 vector of Centrifugal and Coriolis terms G(q) : nx1 vector of gravity terms Γ : nx1 vector of torques In this study the system will be taken on the consideration as an independent joint control system. This approach allows each manipulator joint to be controlled independently as a SISO system, with the nonlinearities and couplings taken as a disturbance affecting each joint actuator. For our experimental system, since the human speed is considerably low, the main nonlin- earities come from the gravity effect G(q). For that reason, in our experiments we apply system gravity compensation G̃(q) ≈ G(q), to cancel and/or reduce the gravity effect on the experimental system to a negligible level. The use of an independent joint control system approach, simplifies the system to be estimated to a one-degree-of-freedom process. 72 A. Kuzu, S. Bogosyan, M. Gokasan Figure 1: Extended Control Scheme of Networked Control Experiments are performed for three cases. Then, q̃mi is also evaluated for three separated case. These cases and evaluation formulas are; Case 1: No PIDC q̃mi(n) = qmi(n) (20) Case 2: Taylor Series based Benchmark PIDC q̃mi(n) = (H + 1)qmi(n) −Hqmi(n−1) (21) Predictive Input Delay Compensation with Grey Predictor for Networked Control System 73 Figure 2: Experimental Setup Case 3: Grey Theory based Proposed PIDC q̃mi(n) = [ qmi (n −N + 1) − bi ai ] e−ai(n+H−1)(1 −eai) (22) The results of those experiments are seen in Fig. 3. Here, Fig. 3a and Fig. 3b depict the results for the first joint , Fig. 3c and Fig. 3d for the second joint, Fig. 3e and Fig. Fig. 3f for the third joint. The performance of each joint is further demonstrated by also highlighting the zoomed version of the region marked in red. The figures in the right are zoomed versions for the highlighted sections in the diagrams on the left side. For each figure, the grey line represents the operator motion, which is taken as the reference motion to be predicted. The solid line depicts the Grey Predictor’s output, and finally dashed line demonstrates the output of the benchmark Taylor Series based predictor. In each figure, it is easily seen that when the angular velocity is low, both algorithms demonstrate similar performance. However when the acceleration increases, the performances show differences. Only operation intervals where there is significant operator motion have been selected in the zooms of Fig. 3b, Fig. 3d and Fig. 3f. In all three figures, we see that the Grey Prediction method achieves a faster prediction of 100ms on average when compared with the Taylor based approach. On the other hand, the benchmark method demonstrates a prediction performance that varies between 10ms and 100ms, and demonstrates a poor performance in tracking transients as indicated by the high amplitude oscillation observed in Fig. 3b starting at 5.7ms, and in Fig. 3d starting at 2.8ms for the benchmark system output. Hence, it can be said that the proposed Grey based PIDC demonstrates a faster and more accurate prediction performance then the Taylor based PIDC. 74 A. Kuzu, S. Bogosyan, M. Gokasan 0 5 10 15 20 −20 −15 −10 −5 0 5 10 15 20 A n g u la r P o si tio n s( d e g ) Time(s) Reference Grey Prediction Benchmark Prediction (a) 5.5 6 6.5 5.2 5.4 5.6 5.8 6 6.2 6.4 6.6 6.8 7 7.2 A n g u la r P o si tio n s( d e g ) Time(s) Reference Grey Prediction Benchmark Prediction (b) 0 5 10 15 20 −10 0 10 20 30 40 50 A n g u la r P o si tio n s( d e g ) Time(s) Reference Grey Prediction Benchmark Prediction (c) 2.5 2.6 2.7 2.8 2.9 3 15.4 15.45 15.5 15.55 15.6 15.65 15.7 15.75 15.8 15.85 15.9 A n g u la r P o si tio n s( d e g ) Time(s) Reference Grey Prediction Benchmark Prediction (d) 0 5 10 15 20 −30 −20 −10 0 10 20 30 40 50 60 70 A n g u la r P o si tio n s( d e g ) Time(s) Reference Grey Prediction Benchmark Prediction (e) 2.8 3 3.2 3.4 3.6 3.8 13 13.2 13.4 13.6 13.8 14 14.2 14.4 A n g u la r P o si tio n s( d e g ) Time(s) Reference Grey Prediction Benchmark Prediction (f) Figure 3: Measured and Predicted Angular Positions of each joint and zoomed versions a) joint 1, b) zoomed area of joint 1, c) joint 2, d) zoomed area of joint 2, e) joint 3, f) zoomed area of joint 3 Predictive Input Delay Compensation with Grey Predictor for Networked Control System 75 6 Conclusion In this study, a Grey system theory based PIDC is developed and implemented for the prediction of the master manipulator motion in order to reduce the transmission latency between the master and slave. Our philosophy is to reduce the latency in every way possible within our capability, considering network latency is unavoidable and random. Experiments are conducted on a PUMA 560 manipulator which is just compensated for grav- itational force to allow easy manipulation for the operator. The operator randomly manipulates the arm, while both the benchmark and proposed schemes predict the future trajectory of the robot motion created by the operator. The proposed approach outperforms the Taylor Series based benchmark approach, by predicting the joint motions approximately 100ms ahead on aver- age, while the benchmark’s predictor performance varies between 2.8ms-100ms. Based on these results, it can be concluded that Grey Prediction meets our motion prediction requirements better then the Taylor Series based approach, which is currently the only other study in the literature to address input delay compensation. Acknowledgment This study has been supported by National Science Foundation-Computer & Information Sciences and Engineering (NSF-CISE) , and NSF Office of International Science & Engineering (NSF-OISE). The authors declare that there is no conflict of interests regarding the publication of this article. Bibliography [1] Kuzu, A. et al (2011); Control and measurement delay compensation in bilateral position control, Mechatronics (ICM), 2011 IEEE International Conference on, April 2011, 1003– 1010. [2] Mori, T (2012); Modified bilateral control by using intervention impedance based on passiv- ity of flexible master-slave manipulators and its design methods, Control, Automation and Systems (ICCAS), 2012 12th International Conference on, 748–753. [3] Hashemzadeh, F (2012); A new method for bilateral teleoperation passivity under vary- ing time delays, Mathematical Problems in Engineering, Hindawi Publishing Corporation, http://dx.doi.org/10.1155/2012/792057. [4] Lai, C.L. and Hsu, P.-L. (2010); Design the remote control system with the time-delay estimator and the adaptive smith predictor, Industrial Informatics, IEEE Transactions on, 6(1): 73–80. [5] Astrom, K. (1994); A new smith predictor for controlling a process with an integrator and long dead-time, Automatic Control, IEEE Transactions on, 39(2): 343–345. [6] Gadamsetty, B. et al (2010); Sliding mode and ekf observers for communication delay com- pensation in bilateral control systems, Industrial Electronics (ISIE), 2010 IEEE Interna- tional Symposium on, 328–333. [7] Natori, K. et al (2010); Time-delay compensation by communication disturbance observer for bilateral teleoperation under time-varying delay, Industrial Electronics, IEEE Transactions on, 57(3): 1050–1062. 76 A. Kuzu, S. Bogosyan, M. Gokasan [8] Yashiro, D. and Ohnishi, K. (2008); L2 stable four-channel control architecture for bilat- eral teleoperation with time delay, 10th IEEE International Workshop on Advanced Motion Control, 324–329. [9] Baran, E. and Sabanovic, A. (2012); Predictive input delay compensation for motion control systems, Advanced Motion Control (AMC), 2012 12th IEEE International Workshop on, March 2012, 1–6. [10] Ju-Long, D. (1982); Control problems of grey systems, Systems & Control Letters, 1(5): 288–294. [11] Liu, S. and Lin, Y. (2006); Grey information: theory and practical applications, Springer.