Optimal control issues related to the hard disk drive servo systems

167 413 0
Optimal control issues related to the hard disk drive servo systems

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

OPTIMAL CONTROL ISSUES RELATED TO THE HARD DISK DRIVE SERVO SYSTEMS ZHONGMING LI DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING NATIONAL UNIVERSITY OF SINGAPORE 2000 OPTIMAL CONTROL ISSUES RELATED TO THE HARD DISK DRIVE SERVO SYSTEMS BY ZHONGMING LI A THESIS SUBMITTED FOR THE DEGREE OF DOCTOR OF PHILOSOPHY NATIONAL UNIVERSITY OF SINGAPORE 2000 Acknowledgments I would like to express my greatest gratitude and sincere thanks to my supervisors, Professor Ben. M. Chen, Dr. Guoxiao Guo and Professor T. H. Lee, for their invaluable supervision and support to my study in National University of Singapore. It is simply impossible for me to finish this thesis without their kind patience, tremendous encouragement and enlightening discussions. I would also like to thank Mr. Kexiu Liu, Mr. Xinmin Liu, Mr. Weilu Wang, Mr. Daowei Wu, Mr. Qi Hao and other postgraduate students in Department of Electrical Engineering of National University of Singapore and Data Storage Institute. They have shared with me a lot of invaluable ideas and knowledge, while their friendship has brought much joy during my period of postgraduate research. I am also thankful to the National University of Singapore for providing the research scholarship to support my Ph.D. study. Finally, I want to thank my wife, Zhang Ye, and my parents for their endless love, support and encouragement. i Summary The magnetic hard disk drive (HDD) as an important data-storage medium has seen a 100% annual growth rate of areal density in the past few years. This trend has been supported by the steady increase of the track density, which is measured by track-per-inch ( or TPI) and data density. The improved servo control, compared with other ways of increasing the track density such as reducing the vibration via thicker and alternative disk, fluid dynamic bearing spindle motors, higher bandwidth or dual stage actuators, multi-sensing technology and etc., is the most cost-effective way. Thus to improve the servo design in the hard disk drives is the first choice and last band aid, for supporting the TPI growth. This thesis presents some new control design methods for HDD servo systems. We have studied the robust and perfect tracking (RPT) design in both the continuoustime and discrete-time domains. Also the H2 optimal control has been studied to achieve the highest tracking accuracy. All the different designs have been applied to two kinds of hard disk drive servo systems, namely the single-stage actuator system, in which the voice coil motor (VCM) has been be used in virtually all commercial disk drives until now, and dual-stage actuator system, in which a secondary milli or micro actuator rides piggyback on top of the VCM and works as a fine positioning actuator. The dual stage servo is regarded as the key technology to support the TPI growth breakthrough in the future. Robust and Perfect Tracking Control, a newly-developed control design method, is the first control method we considered. In RPT design, we cast the overall HDD servo system design into a RPT design framework. A first order dynamic measurement feedback controller is then designed to achieve the robust and perfect tracking for any step reference. Our controller is theoretically capable of making ii the Lp -norm of the resulting tracking error with ≤ p < ∞ arbitrarily small in the face of external disturbances and initial conditions. Some trade-offs are then made in order for the RPT controller to be implementable using the existing hardware setup and to meet physical constraints such as sampling rate and the saturation of control in the system. The implementation results of the RPT controller are compared with those of a PID controller. The results show that our servo system is simpler and yet has faster seeking times, lower overshoot and higher accuracy. Later the RPT design is applied to the dual-stage actuator hard disk drives. We considered two different control strategies in the dual-stage actuator hard disk drives. One is to apply robust and perfect tracking to VCM actuator and the conventional PID design to the micro-actuator. Another design is to apply the robust and perfect tracking to the micro-actuator, and conventional design to VCM loop. These two control designs both show higher performances than the singlestage actuator system. The emphasis of the second half of this thesis is the application of H2 optimal control to investigate the performance limit for track following operation, which is traditionally evaluated as Track Mis-registration (TMR) or equivalently Track Per-Inch (TPI). Through analysis, we established that minimizing the closed-loop H2 norm considering the noise and disturbance models can minimize the TMR. Therefore an H2 control approach by solving the AREs for the non-regular H2 optimal control problem, is applied towards the minimization of the TMR. Both single-stage actuator case and dual-stage actuator are considered and the numerical examples for these cases are studied. The control designs are compared with the conventional PID control as well. Furthermore, to deal with the control saturation due to the limited displacement range of the secondary stage actuator, we also studied the H2 optimal control design with the PQ method together. Compared iii with existing design methods, the proposed methods not need the tedious controller parameter tuning, and the optimal tracking performance is guaranteed by the design method. Although the control designs were tested only on a dual-stage servo loop with the piezo-electrically actuated suspension, the method is generic, and should be applicable to other types of dual stage actuators such as MEMS based actuated slider and actuated head without much glitch. iv Contents Acknowledgments i Summary ii Introduction 1.1 Background and Motivations . . . . . . . . . . . . . . . . . . . . . . 1.2 Hard Disk Drive (HDD) Servo Mechanism . . . . . . . . . . . . . . 1.3 Contributions And Organizations of Thesis . . . . . . . . . . . . . . 12 Modeling And Identification of Hard Disk Drive Actuators 16 2.1 Steps of System Identification . . . . . . . . . . . . . . . . . . . . . 17 2.2 Dual-actuator Structure in Hard Disk Drives . . . . . . . . . . . . . 20 2.3 Modeling And Identification of Micro-actuator . . . . . . . . . . . . 21 2.4 The Micro-actuator Model . . . . . . . . . . . . . . . . . . . . . . . 24 2.5 Modeling And Identification of Voice Coil Motor . . . . . . . . . . . 26 2.6 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 v Preliminary 33 3.1 Special Coordinate Basis (SCB) [100] . . . . . . . . . . . . . . . . . 33 3.1.1 Transformation of continuous-time system using SCB . . . . 34 3.1.2 Properties of Special Coordinate Basis . . . . . . . . . . . . 37 3.2 Robust and Perfect Tracking (RPT) Control . . . . . . . . . . . . . 39 3.2.1 State feedback Case: . . . . . . . . . . . . . . . . . . . . . . 42 3.2.2 Solutions to Measurement Feedback Case: . . . . . . . . . . 45 3.3 H2 Optimal Control . . . . . . . . . . . . . . . . . . . . . . . . . . 50 3.3.1 H2 Optimal Control Problem . . . . . . . . . . . . . . . . . 52 3.3.2 Infima of H2 optimal problem . . . . . . . . . . . . . . . . . 53 3.3.3 The Existence Conditions . . . . . . . . . . . . . . . . . . . 56 3.3.4 H2 Suboptimal State and Measurement Feedback Control . . 58 3.4 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 Robust and Perfect Tracking Control: Single-stage Actuator Case 60 4.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60 4.2 Control System Design Using the RPT Approach . . . . . . . . . . 62 4.3 Implementation Results . . . . . . . . . . . . . . . . . . . . . . . . 73 4.3.1 Track Following Test . . . . . . . . . . . . . . . . . . . . . . 73 4.3.2 Position Error Signal Test . . . . . . . . . . . . . . . . . . . 75 vi 4.4 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77 Robust and Perfect Tracking Control: Dual-stage Actuator Case 81 5.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81 5.2 Control Structure of Dual-stage Actuator . . . . . . . . . . . . . . . 83 5.3 Robust and Perfect Tracking Control Design of Dual-stage Actuator (I) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84 5.3.1 System Models . . . . . . . . . . . . . . . . . . . . . . . . . 84 5.3.2 Individual Servo Loop Controller Design . . . . . . . . . . . 87 5.3.3 Implementation Results . . . . . . . . . . . . . . . . . . . . 88 5.4 Robust and Perfect Tracking Control Design of Dual-stage Actuator (II) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92 5.4.1 Robust and Perfect Tracking Control for Discrete-time Systems 92 5.4.2 RPT Design for Dual-stage Actuator . . . . . . . . . . . . . 97 5.4.3 Simulation Results . . . . . . . . . . . . . . . . . . . . . . . 99 5.5 Concluding Remarks . . . . . . . . . . . . . . . . . . . . . . . . . . 103 H2 Optimal Control Towards The Highest TPI 105 6.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105 6.2 TMR and H2 Optimal Control Problem . . . . . . . . . . . . . . . . 107 6.3 H2 Output Feedback Optimal Problem and Controller Design . . . 110 vii 6.3.1 Control Design for Regular Case . . . . . . . . . . . . . . . . 110 6.3.2 Control Design for Singular Case . . . . . . . . . . . . . . . 112 6.3.3 Optimal Control Design Procedure Summary 6.4 Single-Stage Actuator Case . . . . . . . . 113 . . . . . . . . . . . . . . . . . . . . . . 115 6.5 Dual-Stage Actuator Case . . . . . . . . . . . . . . . . . . . . . . . 120 6.6 Dual-stage Case: H2 Design Using PQ Method . . . . . . . . . . . . 124 6.7 Summary and Discussion . . . . . . . . . . . . . . . . . . . . . . . . 128 Conclusions and Suggestions 129 7.1 Conclusions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129 7.2 Suggestions For Future Work . . . . . . . . . . . . . . . . . . . . . 131 Bibliography 133 A Author’s Publications 151 A.1 Journal Publications . . . . . . . . . . . . . . . . . . . . . . . . . . 151 A.2 Conference Publications . . . . . . . . . . . . . . . . . . . . . . . . 151 viii BIBLIOGRAPHY [32] T. B. Goh, Z. M. Li, Ben M. Chen, and T. H. Lee, “Control design for a dual-stage actuator in hard disk drives,” Proc. of the 1999 IEEE Hong Kong Symposium on Robotics and Control, Hong Kong, China, pp. 577582, July 1999. [33] T. B. Goh, Z. Li, B. M. Chen, T. H. Lee, and T. Huang, “Design and implementation of a hard disk drive servo system using Robust and Perfect Tracking approach,” IEEE Trans. on Control Systems Technology, Vol. 9, pp. 221-233, March 2001. [34] E. Grochowski and R. E. Fontana, Jr., “Magnetic recording technologyadvances through the year 2000 and beyond,” Proc. of Seventh Biennial IEEE Nonvolatile Memory Technology Conference, pp. 8-12, 1998. [35] E. Grochowski and R. F. Hoyt, “Future trends in hard disk drives”, IEEE Trans. on Magnetics, Vol. 32, No. 3, pp. 1850-1854, May, 1996. [36] E. Grochowski, R. F. Hoyt, and J. S. Heath, “Magnetic hard disk drive form evolution,” IEEE Trans. on Magnetics, Vol. 29, No. 6, pp. 4065-4067, 1993. [37] G. Guo, T. Huang, K. M. Tay, S. Weerasooriya, and A. Al-Mamun, “A DSP based hard disk drive servo test stand,” IEEE Trans. on Magnetics, Vol. 34, No. 2, pp. 480-482, March 1998. [38] L. Guo, D. Martin, and D. Brunnett, “Dual-stage actuator servo control for high density disk drives,” Proc. of the International Conference on Advanced Intelligent Mechatronics, pp. 132-137, 1999. [39] L. Guo, “A new disturbance rejection scheme for hard disk drive control,” IEEE Trans. on Mechatronics, Vol. 2, pp. 77-85, 1997. 137 BIBLIOGRAPHY [40] L. Guo, S. H. Lee, A. Hudson, and S.H. Chen, “A comprehensive timedomain simulation tool for HDD servo control design and mechanical enhancement,” IEEE Trans. on Magnetics, Vol. 35, pp. 879-884, 1999. [41] W. Guo, S. Weerasooriya, T. B. Goh, Q. H. Li, C. Bi, K. T. Chang, and T. S. Low, “Dual stage actuators for high density rotating memory devices,” IEEE Trans. on Magnetics, Vol. 34, No. 2, pp. 450-455, Part 1, March 1998. [42] W. Guo, Z. H. Wang, X. Yao, T. Huang, and C. Bi, ”A high bandwidth piezoelectric suspension for high track density magnetic data storage devices,” IEEE Trans. on Magnetics, Vol. 34, No. 4, pp. 1907-1909, 1998. [43] W. Guo, L. Yuan, L. Wang, and G. Guo, “Linear quadratic optimal dualstage servo control systems for hard disk drives,” Proc. of the 24th Annual Conference of the IEEE Industrial Electronics Society(IECON), Vol. 3, pp. 1405-1410, 1998. [44] Q. Hao, G. Guo, R. Chen, S. Chen, and T. S. Low, “TMR online optimization using quasi-newton method for HDD servo systems,” Proc. of the 2000 American Control Conference, Vol. 5, pp. 3412-3416, 2000. [45] H. Hanselmann and A. Engelke, “LQG-control of a highly resonant disk drive head positioning actuator,” IEEE Trans. on Industrial Electronics, Vol. 35, pp. 100-104, 1988. [46] S. Hara, T. Hara, L. Yi, and M. Tomizuka, “Novel reference signal generation for two-degree-of-freedom controllers for hard disk drives,” IEEE Trans. on Mechatronics, Vol. 5, No. 1, pp. 73-78, March 1999. 138 BIBLIOGRAPHY [47] S. Hara, M. Nishio, and T. Maruyama, “Integrated design for high robust performance with quick time-response: an application to head positioning control of a hard disk,” Proc. of the 1999 IEEE International Conference on Control Applications, 1999. Vol. 1, pp. 176-181, 1999. [48] T. Hara and M. Tomizuka, “On the Performance enhancement of multiRate controller for hard disk drives,” IEEE Trans. on Magnetics, Vol. 35, pp. 898-903, 1999. [49] D. Hernandez, S. S. Park, R. Horowitz, and A. K. Packard, “Dual-stage track-following servo design for hard disk drives,” Proc. of the American Control Conference, Vol. 6, pp. 4116-4121, San Diego, 1999. [50] M. Hirata, T. Atsumi, A. Murase, and K. Nonami, “Following control of a hard disk drive by using sampled-data H∞ control,” Proc. of the 1999 IEEE International Conference on Control Applications, Vol. , pp. 182-186, 1999. [51] M. Hirata, K. Z. Liu, T. Mita, and T. Yamaguchi, “Head positioning control of a hard disk drive using H∞ theory,” Proc. of the 31st IEEE Conference on Decision and Control, Vol. 1, pp. 2460-2461, 1992. [52] T. Hirano, L. S. Fan, T. Semba, W. Y. Lee, J. Hong, S. Pattanaik, P. Webb, W. H. Juan, and S. Chan, “High-bandwidth HDD tracking servo by a moving-slider micro-actuator,” IEEE Trans. on Magnetics, Vol. 35, No. 5, pp. 3670-3672, September 1999. [53] T. Hirano, L. S. Fan, T. Semba, W. Y. Lee, J. Hong, W. Imaino, S. Pattanaik, S. Chan, P. Webb, R. Horowitz, S. Aggarwal, and D. A. Horsley, “High-bandwidth high-accuracy rotary microactuators for magnetic hard 139 BIBLIOGRAPHY disk drive tracking servos,” IEEE Trans. on Mechatronics, Vol. 3, No. 3, pp. 156-166, September 1998. [54] H. T. Ho, “Noise impact on servo TMR,” Proc. of the American Control Conference, Vol. 5, pp. 2906-2909, 1997. [55] H. T. Ho, “On design issues of servo system for hard disk drives,” Proc. of the 23rd International Conference on Industrial Electronics, Control and Instrumentation (IECON), Vol. , pp. 58-61, 1997. [56] H. T. Ho, “Fast servo bang-bang seek control,” IEEE Trans. on Magnetics, Vol. 33, No. , pp. 4522-4527, November 1997. [57] A. S. Hoagland, “Magnetic data storage technology-the first century,” Digest of Papers of 37th IEEE Computer Society International Conference (Compcon), pp. 407-409, 1992. [58] D. A. Horsley, R. Horowitz, and A. P. Pisano, “Micro-fabricated electrostatic actuators for hard disk drives,” IEEE Trans. on Mechatronics, Vol. 3, No. 3, pp. 175-183, 1998. [59] D. A. Horsley, D. Hernandez, R. Horowitz, A. K. Packard, and A. P. Pisano, “Closed-loop control of a microfabricated actuator for dual-stage hard disk drive servo systems ”, Proc. of the American Control Conference, Vol. 5, pp. 3028-3032, 1998. [60] A. D. Hospodor, A. S. Hoagland, “The changing nature of disk controllers,” Proc. of the IEEE, Vol. 81, No. , pp. 586-594, April 1993. [61] X. Hu, S. Weerasooriya, T. S. Low, and B. M. Chen, “Dual stage actuator modeling and control in a CD-ROM drive,” Proc. of 24th Annual Con- 140 BIBLIOGRAPHY ference of the IEEE Industrial Electronics Society, Vol. 3, pp. 1394-1398, Germany, August, 1998. [62] X. Hu, W. Guo, T. Huang, and B. M. Chen, “Discrete-time LQG/LTR dual-stage controller design and implementation for high track density HDDs,” Proc. of the 1999 American Control Conference, San Diego, California, USA, pp. 4111-4115, June 1999. [63] X. Hu, Y. Niu, G. Guo, and T. Huang, “TMR-oriented optimization of suspension-based Milliactuators,” Journal of Information Storage and Processing Systems, Vol. 2, pp. 1-6, 2000. [64] Y. Huang, P. Mathur, and W. C. Messner, “Robustness analysis on a high bandwidth disk drive servo system with an instrumented suspension,” Proc. of the 1999 American Control Conference, Vol. 5, pp. 3620-3624, 1999. [65] Y. Huang, W. C. Messner, and J. Steele, “Feed-forward algorithms for time-optimal settling of hard disk drive servo systems,” Proc. of the 23rd International Conference on Industrial Electronics, Control and Instrumentation (IECON) Vol. 1, pp. 52-57, 1997. [66] T. Hurst, D. Abramovitch, and D. Henze, “Measurements for the PES Pareto method of identifying contributors to disk drive servo system errors”, Proc. of the American Control Conference, Vol. 5, pp. 2896-2900, 1997 [67] D. S. Hwang, S. C. Peng, and P. L. Hsu, “An integrated control/diagnostic system for a hard disk drive,” IEEE Trans. on Control Systems Technology, Vol. 2, pp. 318-326, Dec. 1994. 141 BIBLIOGRAPHY [68] T. Imamura, M. Katayama, Y. Ikegawa, T. Ohwe, R. Koishi, and T. Koshikawa, “MEMS-based integrated head/actuator/slider for hard disk drives,” Trans. on Mechatronics Vol. 3, No. 3, pp. 166-174, 1998. [69] M. Iwashiro, M. Yatsu, and H. Suzuki, “Time optimal track-to-track seek control by model following dead-beat control,” IEEE Trans. on Magnetics, Vol. 35, pp. 904-909, 1999. [70] B. K. Kim, W. K. Chung, H. S. Lee, H. T. Choi, I. H. Suh, and Y. H. Chang, “Robust time optimal controller design for hard disk drives,” IEEE Trans. on Magnetics, Vol. 35, No. 5, pp. 3598-3600, September 1999. [71] H. Kimura, “A new approach to the perfect regulation and the bounded peaking in linear multi-variable control systems,” IEEE Trans. on Automatic Control, Vol. 26, pp. 253-270, 1981. [72] M. Kobayashi, T. Yamaguchi, T. Yoshida, and H. Hirai, “Multi-sensing servo with carriage-acceleration feedback for magnetic disk drives,” Proc. of the 1998 American Control Conference, Vol. , pp. 3038-3042, Philadelphia, Pennsylvania, June 1998. [73] H. Kwakernaak and R. Sivan, “The maximumly achievable accuracy of linear optimal multi-variable control systems,” IEEE Trans. on Automatic Control, Vol. 17, pp. 79-86, 1972. [74] H. S. Lee, “Controller optimization for minimum position error signals of hard disk drives” Proc. of the American Control Conference, Chicago, Illinois, pp. 3081-3085, June 2000. [75] Z. M. Li, G. X. Guo, B. M. Chen and T. H. Lee, “Optimal control design towards the hightest track-per-inch in hard disk drives,” Journal of Infor142 BIBLIOGRAPHY mation Storage and Processing Systems (JISPS), Vol. 3, No. 1-2, pp. 27-41, April 2001. [76] Z. M. Li, K. X. Liu, B. M. Chen, and T. H. Lee, “Robust and Perfect Tracking Control Design of a Hard Disk Drive with a Dual-stage Actuator,” Proc. of the 2001 American Control Conference, Arlington, Virginia, USA, pp. 3849-3854, June 2001. [77] Y. Li and R. Horowitz, “Track-following controller design of MEMS based dual-stage servos in magnetic hard disk drives,” Proc. of IEEE International Conference on Robotics and Automation(ICRA ’00), Vol. 1, pp. 953958, 2000. [78] C. Lin, G. Guo, B. M. Chen, and C.C. Ko, “Optimal track following control for hard disk drives,” Proc. of the 6th International Workshop on Advanced Motion Control, Nagoya, Japan, pp. 502-506, March 2000. [79] Z. Lin, The implementation of special coordinate basis for linear multivariable systems in Matlab, Washington State University Technical Report Number ECE0100, Pullman, Washington, 1989. [80] Z. Lin, A. Saberi, P. Sannuti, and Y. Shamash, “Perfect regulation of linear multivariable systems - A low-and-high-gain design,” Proc. of the Workshop on Advances on Control and Its Applications, Lecture Notes in Control and Information Sciences, Vol. 208, pp. 172-193, 1996. [81] Z. Lin, Low gain feedback, Springer-Verlag, London, 1999. [82] C. J. Liou, S. C. Lin, and Y. Y. Chen, “Fuzzy seeking control on high precision hard disk driver,” Proc. of International IEEE/IAS Conference 143 BIBLIOGRAPHY on Industrial Automation and Control: Emerging Technologies, pp. 192199, 1995. [83] K. Liu, B. M. Chen and Z. Lin, “On the problem of robust and perfect tracking for linear systems with external disturbances,” Proc. of the 2000 American Control Conference, Conference, Chicago, Illinois, USA, pp. 887891, June 2000. [84] T. S. Low and W. Guo, “Modeling of a three-layer piezoelectric bimorph beam with hysteresis”, Journal of Microelectromechanical Systems, Vol. 4, No. 4, December, 2000. [85] T. S. Low, C. Bi, K. T. Chang, and C. S. Soh, “Control strategies for hard-disk spindle drives,” Proc. of 1995 International Conference on Power Electronics and Drive Systems, Vol. 1, pp. 489-495, 1995. [86] Ljung and Lennart, System identification : theory for the user, PrenticeHall, NJ, 1987. [87] C. D. Mee and E. D. Daniel, Magnetic recording: volume II computer data storage, McGraw-Hill, 1988. [88] J. McCormick and R. Horowitz, “A direct adaptive control scheme for disk file servos,” Proc. of the 1993 American Control Conference, pp. 346-351, San Francisco, California, 1993. [89] J. S. McAllister, “Disk flutter: causes and potential cures,” Data Storage, pp. 29-34, 1997. [90] J. S. McAllister, “The effects of disk platter resonances on track misregistration in 3.5 inch disk drives,” IEEE Trans. on Magnetics, Vol. 32, pp. 1762-1766, 1996. 144 BIBLIOGRAPHY [91] Y. Mizoshita, S. Hasegawa, and K. Takaishi, “Vibration minimized access control for disk drives,” IEEE Trans. on Magnetics, Vol. 32, No. 3, pp. 17931798, May 1996. [92] K. Mori, T. Munemoto, H. Otsuki, Y. Yamaguchi, and K. Akagi, “A dualstage magnetic disk drive actuator using a piezoelectric device for a high track density,” IEEE Trans. on Magnetics, Vol. 27, No. 6, pp. 5298-5300, November 1991. [93] G. Obinata, K. Saito, K. Hiramoto, and H. Doki, “Integrated optimal design of passive and active elements for hard disk servo systems,” Proc. of the 1999 IEEE International Conference on Control Applications, Vol. 1, pp. 92-96, 1999. [94] R. Oboe, A. Beghi, B. Murari, “Modeling and control of a dual stage actuator hard disk drive with piezoelectric secondary actuator,” Proc. of 1999 IEEE/ASME International Conference on Advanced Intelligent Mechatronics, pp. 138-143, 1999. [95] K. Ohkubo, Y. Yagishita, and T. Katayama, “An analysis of quantization errors in digital control systems and its application to a hard disk drive,” Proc. of The IEEE International Conference on Industrial Technology(ICIT ’96), pp. 61-65, 1996. [96] T. S. Perry, “Consumer electronics [Technology 2000 analysis and forecast]”, IEEE Spectrum, Vol. 37 No. 1, pp. 51-56, Jan., 2000. [97] H. Qi, G. Guo, R. Chen, S. Chen, and T. S. Low, “An optimal multirate control design with robustness specification for stochastic sampled-data HDD servo systems,” To be presented on Conference on Control and Decision 2000. 145 BIBLIOGRAPHY [98] A. Saberi, B. M. Chen, and P. Sannuti, Loop transfer recovery: analysis and design, Spring-Verlag, London, 1993. [99] A. Saberi and P. Sannuti, “Squaring down of non-strictly proper systems,” International Journal of Control, Vol. 51, No. 3, pp. 621-629, 1990. [100] P. Sannuti and A. Saberi, “A special coordinate basis of multivariable linear systems — Finite and infinite zero structure, squaring down and decoupling,” International Journal of Control, Vol. 45, No. 5, pp. 1655-1704, 1987. [101] A. Saberi, P. Sannuti and B. M. Chen, H2 optimal control, Prentice Hall, London, New York, 1995. [102] B. M. Scherzinger and E. J. Davison, “The optimal LQ regulator with cheap control for not strictly proper systems,” Optimal Control Applications & Methods, Vol. 6, pp. 291-303, 1985. [103] S. J. Schroeck and W. C. Messner, “On controller design for linear timeinvariant dual-input single-output systems,” Proc. of the American Control Conference, Vol. 6, pp. 4122-4126, San Diego, 1999. [104] T. Semba, T. Hirano, J. Hong, and L.-S Fan, “Dual-stage servo controller for HDD using MEMS microactuator”, IEEE Trans. on Magnetics, Vol. 35, pp. 2271-2273, 1999. [105] J. Stepan, “The identification of controlled systems and the limits of stability,” IFAC Symposium on Identification in Automatic Control Systems, Prague, pp. 1-11, 1967. 146 BIBLIOGRAPHY [106] K. Takashi, T. Immamura, Y. Mizoshita, S. Hasegawa, T. Ueno and T.Yamada, ”Micro-actuator control for disk drives,” IEEE Trans. on Magnetics, Vol. 32, No. 3, pp. 1863-1866, 1996. [107] S. Takakura, “Design of a tracking system using n-delay two-degree-offreedom control and its application to hard disk drives,” Proc. of the 1999 IEEE International Conference on Control Applications, Vol. 1, pp. 170175, 1999. [108] H. Tan, M. E. Greene, “A hard disk drive seek error recovery using variable structure control,” Proc. of the IEEE 21st International Conference on Industrial Electronics, Control, and Instrumentation (IECON), Vol. 2, pp. 725-729, 1995. [109] Y. Tang, S. X. Chen, and T. S. Low, “Micro electrostatic actuators in dualstage disk drives with high track density,” Vol. 32, No. 5, pp. 3851-3853, September 1996. [110] M. Tomizuka, “Mechatronics for computer data storage devices,” Proc of 1997 IEEE International Conference on Intelligent Engineering Systems, (INES ’97), pp. 25-30, 1997. [111] K. M. Tsuchiura, H. H. Tsukuba, H. O. Toride, and T. Takahashi, Disk system in sub-actuator for fine head displacement, US Patent No: 5189578, 1993. [112] P. R. J. van den Bosch, and A. C. van der Klauw, Modeling, identification and simulation of dynamical systems, CRC press, Florida, 1994. [113] V. Venkataramanan, B. M. Chen, T. H. Lee, and G. Guo, “Improvement of seeking time and settling response using modified seek controller and ro147 BIBLIOGRAPHY bust perfect tracking controller in hard disk drive servo systems,” Proc. of International Conference on Evolutionary Computing for Computer, Communication, Control and Power, Chennai, India, pp. 143-148, January, 2000. [114] L. Wang, L. Yuan, B. M. Chen, and T. H. Lee, “Modeling and control of a dual actuator servo system for hard disk drives,” Proc. of the 1998 International Conference on Mechatronic Technology, Hsinchu, Taiwan, pp. 533—538, 1998. [115] W. Wang, G. Guo and T.C. Chong, “HDD actuator resonance detection through acoustic signal analysis,” Accepted by IEEE Trans. on Magnetics, Presented at Intermag Toronto, April 2000. [116] S. Weerasooriya, The basic servo problem, Technical Report, Data Storage Institute, National University of Singapore, Singapore, 1996. [117] S. Weerasooriya and D. T. Phan, “Discrete-time LQG/LTR design and modeling of a disk drive actuator tracking servo system,” IEEE Trans. on Industrial Electronics, Vol. 42, pp. 240-247, 1995. [118] S. Weerasooriya, T. S. Low, “Adaptive sliding mode control of a disk drive actuator,” Proc. of the Asia-Pacific Workshop on Advances in Motion Control, pp. 177-182, 1993. [119] S. Weerasooriya, T. S. Low, A. Al-Mamun, “Design of a time optimal variable structure controller for a disk drive actuator,” Proc. of the International Conference on Industrial Electronics, Control, and Instrumentation (IECON ’93), Vol. 3, pp. 2161-2165, 1993. 148 BIBLIOGRAPHY [120] M. T. White and W. M. Lu, “Hard disk drive bandwidth limitations due to sampling frequency and computational delay,” Proc. of the 1999 IEEE/ASME International Conference on Advanced Intelligent Mechatronics, pp. 120-126, Atlanta, USA, 1999. [121] D. Wu, G. Guo and T.C. Chong, “Adaptive compensation of microactuator resonance in hard disk drives,” Accepted by IEEE Trans. on Magnetics, in press, Presented at Intermag Toronto, 2000. [122] L. Yi and M. Tomizuka, “Two-degree-of-freedom control with robust feedback control for hard disk servo systems,” IEEE/ASME Trans. on Mechatronics, Vol. 4, pp. 17-24, March 1999. [123] T. Yamada, T. Inoue, and T. Sugaya, “Sector servo system for high speed seeking and high track density,” IEEE Trans. on Magnetics, Vol 24, pp. 2955-2957, November 1988. [124] T. Yamaguchi, F. Tomiyama, H. Numasato, Y. Hamada, K. Shishida, K. Usui, and H. Hirai, “Modeling and TMR budget design for head positioning of high track-density disk drives,” IEEE Trans. on Magnetics, Vol. 35, pp. 892-897, 1999. [125] T. Yamaguchi and S. Nakagawa, “Recent control technologies for fast and precise servo system of hard disk drives,” Proc. of the 6th International Workshop on Advanced Motion Control, pp. 69-73, 2000. [126] T. Yamaguchi, K. Shishida, S. Tohyama, and H. Hirai, “Mode switching control design with initial value compensation and its application to head positioning control on magnetic disk drives,” IEEE Trans. on Industrial Electronics, Vol. 43, pp. 65-73, February 1996. 149 BIBLIOGRAPHY [127] T. Yamaguchi, K. Shishida, H. Hirai, K. Tsuneta, and M. Sato, “Improvement of servo robustness for digital sector servo system(hard disk drives),” IEEE Trans. on Magnetics, Vol. 28, pp. 2910-2912, September 1992. [128] T. Yamaguchi, H. Hirai, “Control of transient response on servo system using mode-switching control and its application to magnetic disk drives,” Control Engineering Practice, Vol. 6, pp. 1117-1123, 1998. [129] J. Zhang, DSP application board, DSI Internal Report, 1998. [130] K. Zhou, J. C. Doyle, and K. Glover, ”Robust and optimal control,” Prentice Hall, 1995. [131] B. Zhu, Y. Sun, L. Guo, and M. Tomizuka, “State truncation error in disk drive servo systems,” Proc. of the American Control Conference, 2000, pp. 3071-3074, Chicago, Illinois, June 2000. [132] X. K. Zunzanyika and J. J. Yang, “Simultaneous development & qualification in the fast-changing 3.5” hard-disk-drive technology,” Proc. of Annual Reliability and Maintainability Symposium, pp. 27-32, 1995. 150 Appendix A Author’s Publications A.1 Journal Publications 1. Z. M. Li, G. X. Guo, B. M. Chen and T. H. Lee, “Optimal control design towards the hightest track-per-inch in hard disk drives”, Journal of Information Storage and Processing Systems (JISPS), Vol. 3, No. 1-2, pp. 27-41, April 2001. 2. T. B. Goh, Z. Li, B. M. Chen, T. H. Lee, and T. Huang, “Design and implementation of a hard disk drive servo system using robust and perfect tracking approach”, IEEE Trans. on Control Systems Technology, Vol. 9, No. 2, pp. 221-233, March 2001. . A.2 Conference Publications 1. Z. M. Li, K. X. Liu, B. M. Chen, and T. H. Lee, “Robust and Perfect Tracking Control Design of a Hard Disk Drive with a Dual-stage Actuator”, Proceedings of the 2001 American Control Conference, Arlington, Virginia, 151 APPENDIX A. AUTHOR’S PUBLICATIONS USA, pp. 3849-3854, June 2001. 2. Z. M. Li, G. X. Guo, B. M. Chen and T. H. Lee, “Optimal control design to achieve hightest track-per-inch in hard disk drives”, Presented at the 11th Annual Symposium on Information Storage and Processing Systems, Santa Clara, California, USA, June 2000. 3. T. B. Goh, Z. Li, B. M. Chen, T. H. Lee, and T. Huang, “Design and implementation of a hard disk drive servo system using robust and perfect tracking approach”, Proceedings of the 38th IEEE Conference on Decision and Control, Phoenix, Arizona, USA, pp. 5247-5252, December 1999. 4. T. B. Goh, Z. M. Li, Ben M. Chen, and T. H. Lee, “Control design for a dual-stage actuator in hard disk drives”, Proceedings of the 1999 IEEE Hong Kong Symposium on Robotics and Control, Hong Kong, China, pp. 577-582, July 1999. 152 [...]... performance In this thesis, the presented work is mainly focused on the optimal control design for the track-following servo in the hard disk drives Our concern is to increase the servo bandwidth of the hard disk drive systems via the optimal control methods Since the dual stage actuator structure is another main concern recently, all the control designs that we considered have been applied to both the single-stage... But the complexity and cost of manufacturing the dual-stage actuators, together with the impressive performance of the single-stage actuator, prevented the use of the dual-stage actuators in hard disk drives Now with the development of hard disk drives, the research interest of dual-stage actuator hard disk drives becomes stronger and stronger We first check the mechanism of dual-stage actuators in hard. .. allowed to offset the heads from the target The solution to this problem is to construct a type-one position loop All the above factors need to be taken into account when doing the servo design work [87] 1.3 Contributions And Organizations of Thesis In this thesis our research emphasis is the optimal control applications in the hard disk drive servo systems, mainly the robust and perfect tracking control. .. of these control design methods, such as high order of the controller, the difficulty of parameter tuning and etc., there is still the need to study and apply the newly developed control methods in the hard disk servo to meet the higher performance requirement The dual-stage actuator is considered as another solution to the problem of increasing the servo bandwidth The dual-actuator method to increase... used The design method is applied to both the single-stage actuator system and the dual-stage actuator system At last, the newly developed PQ method has been considered to be used with H2 optimal control to have a more implementable control design 15 Chapter 2 Modeling And Identification of Hard Disk Drive Actuators Before carrying out the control design for the hard disk drive servo, we should obtain the. .. DISK DRIVE ACTUATORS 2.2 Dual-actuator Structure in Hard Disk Drives As we know, the linear voice coil motor actuators have been working in most of the disk drives from the 1950’s to the 1980’s It is thus understandable that to overcome the limitations of VCM in the hard disk drives, adding a micro-actuator to the system would be a reasonable attempt in next step This type of dual-stage servo system has... proposed One is to make use of the RPT control design work for VCM loop and design a PI controller for the micro-actuator loop The design philosophy is to push the micro-actuator servo bandwidth as high as we desire The simulation and implementation results are given The other design is to apply the discrete-time RPT control to the micro-actuator loop, while the traditional control applies to the VCM loop... refers to the case that there is a small actuator mounted on a large conventional voice coil motor (VCM) actuator This small actuator is referred as the fine or secondary actuator and the large actuator is referred to as the coarse or primary actuator The dual-stage actuator structure has been used in optical disk drives for a long time Now it is drawing more and more interests among the hard disk drive servo. .. Mainly, there are two obstacles to increase the bandwidth One is the sampling frequency, and the other is the mechanical resonance The sampling frequency of the 3.5-inch hard disk drives has been increasing to meet the development of the track density, and most recent rate is about 20 kHz On the other hand, it is not easy to increase the mechanical resonance frequency of the VCM arm assembly in the disk drives,... computers to desktop and laptop computers With the rapid development of the data storage capacity and low cost, the hard disk drive is even considered as one of the key components in the future consumer electronics, such as, to store the digital video and audio data in so-called hard disk recorder (HDR) [96] The rapid evolution of magnetic hard disk drives in form factor, performance and cost during the . OPTIMAL CONTROL ISSUES RELATED TO THE HARD DISK DRIVE SERVO SYSTEMS ZHONGMING LI DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING NATIONAL UNIVERSITY OF SINGAPORE 2000 OPTIMAL CONTROL ISSUES RELATED. accuracy. Later the RPT design is applied to the dual-stage actuator hard disk drives. We considered two different control strategies in the dual-stage actuator hard disk drives. One is to apply robust. to VCM actuator and the conventional PID design to the micro-actuator. Another design is to apply the robust and perfect tracking to the micro-actuator, and conventional design to VCM loop. These

Ngày đăng: 17/09/2015, 17:17

Từ khóa liên quan

Tài liệu cùng người dùng

Tài liệu liên quan