DSP控制电液伺服驱动DSP Control of ElectroHydraulic Servo Actuators_第1页
DSP控制电液伺服驱动DSP Control of ElectroHydraulic Servo Actuators_第2页
DSP控制电液伺服驱动DSP Control of ElectroHydraulic Servo Actuators_第3页
DSP控制电液伺服驱动DSP Control of ElectroHydraulic Servo Actuators_第4页
DSP控制电液伺服驱动DSP Control of ElectroHydraulic Servo Actuators_第5页
已阅读5页,还剩4页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、dsp控制电液伺服驱动dsp control of electro-hydraulic servo actuatorsabstracthydraulic actuators are characterized by their ability to impart large forces at high speeds and are used in many industrial motion systems. in applications where good dynamic performance is important it is common to contain the actu

2、ator in a servo loop comprising a feedback transducer and electronic controller. the majority of electronic servo-controllers used in these systems are analogue based implementations of the well-known pid type. however, the requirement to implement advanced control strategies has led to an increased

3、 interest in the use of digital signal processors (dsps) in this field. one design approach which merits special consideration is the use of computer simulation software to model the hydraulic plant and electronic servo-controller, and to generate and test embedded code for the target dsp. this appl

4、ication report discusses some of the issues involved in controlling linear hydraulic actuators, and the suitability of the tms320c28x dsp for such systems.1 introductionthe range of applications for electro-hydraulic servo systems is diverse, and includes manufacturing systems, materials test machin

5、es, active suspension systems, mining machinery, fatigue testing, flight simulation, paper machines, ships and electromagnetic marine engineering, injection moulding machines, robotics, and steel and aluminium mill equipment. hydraulic systems are also common in aircraft, where their high power-to-w

6、eight ratio and precise control makes them an ideal choice for actuation of flightsurfaces.although electrical motors are sometimes used in many of these applications, motion control systems requiring either very high force or wide bandwidth are often addressed more efficiently with electro-hydrauli

7、c rather than electromagnetic means. in general, applications with bandwidths of greater than about 20 hz or control power greater than about 15 kw, may be regarded as suitable for servo-hydraulic techniques.apart from the ability to deliver higher forces at fast speeds, servo-hydraulic systems offe

8、r several other benefits over their electrical counterparts. for example, hydraulic systems are mechanically “stiffer”, resulting in higher machine frame resonant frequencies for a given power level, higher loop gain and improved dynamic performance. they also have the important benefit of being sel

9、f-cooled since the driving fluid effectively acts as a cooling medium carrying heat away from the actuator and flow control components. unfortunately hydraulic systems also exhibit several inherent non-linear effects which can complicate the control problem.the vast majority of electronic closed loo

10、p controllers are based on simple analogue circuit designs offering robust, low cost implementations of the well known pid control strategy. this approach works well in systems with simple topology and limited bandwidth. however the growing use of complex control strategies, coupled with the need to

11、 support enhanced features such as data-logging and digital communications, has led to increased interest in the use of digital processors for control of hydraulic servo-systems. nowhere is this more apparent than in the field of mechanical test equipment, where the use of a programmable digital pro

12、cessor allows the same servo controller to be used with a wide range of hydraulic systems.this application report reviews some of the issues facing the hydraulic control engineer and discusses the suitability of high-speed dsps for control of servo-hydraulic systems. the application report begins wi

13、th an evaluation of the dsp for use in electro-hydraulic servo-controllers, and introduces the tms320c28x family: a dsp platform optimized for digital control applications. section 3 describes the principal components of the hydraulic system. in section 4, mathematical models for the various plant e

14、lements are developed and using simulink. section 5 presents a case study of a hydraulic control system and deals with fitting real data to the model to validate its behavior. the application report concludes with a brief summary and discussion of the application and design process.2 the c2000 dsp f

15、or digital control2.1 the benefits of dsp for digital controlembedded digital controllers offer several important benefits to the electronic design engineer, including: immunity from errors arising from component tolerance, thermal drift and aging improved noise immunity ability to modify and store

16、control parameters ability to easily implement digital communications system fault monitoring and diagnostic capabilities data logging capability ability to perform automated calibrationthe performance of a high quality hydraulic actuator is very dependant on the servo-controller. dsps lend themselv

17、es well to implementing real-time control algorithms, and have been widely used in high-performance digital controllers for many years.in addition to the benefits above, a dsp allows the engineer to: implement advanced control strategies, including multi-variable and complex control algorithms using

18、 modern intelligent methods such as neural networks and fuzzy logic. perform adaptive control, in which the algorithm dynamically adapts itself to match variations in system behavior. implement complex topologies such as multi-axis control where synchronization of multiple force patterns is required

19、. perform diagnostic monitoring, including frequency spectrum analysis to identify mechanical vibrations and predict failure modes. efficiently implement high-order digital filters including sharp cut-off notch filters to remove energy that would otherwise excite resonant modes and possibly lead to

20、instability. reduce system cost by taking advantage of a rich integrated peripheral set to minimize component count and board size.the use of digital controllers is sometimes avoided on the expectation that the user is obliged to invest time in learning new programming languages, and will face diffi

21、culties in testing and de-bugging the code. the texas instruments c28x dsp platform includes a high performance c compiler and an extensive set of software libraries to minimize development effort.recent developments in simulation software also enable designers to model fixed-point digital processor

22、s, and to automatically generate optimized source code which may be compiled and run on the target processor directly from the simulation environment. this “hardware-in-the-loop” approach enables the control algorithms generated by the model to be executed on a real target processor such as the c28x

23、 during simulation, and increases the level of design confidence. the ease with which control algorithms can be created and modified in this manner can save months of development time and leads to earliererror detection compared with traditional hand coding methods.2.2 the tms320c28x dsp familythe c

24、hoice of processor to implement a given control algorithm is influenced by many factors. the most basic and obvious is that the device must be able to compute the control algorithm swiftly enough to keep up with the real-time demands of the system. in many cases, such as the simple pid controller, t

25、he control task is relatively simple, but to implement more complex control strategies and in cases where additional processor tasks are to be performed, more cpu bandwidth is required and it is desirable to select a processor which is optimized to perform real-time computations. a multi-bus archite

26、cture and rich instruction set makes dsps well suited to executing demanding real-time control algorithms. the tms320c28x family from texas instruments represents the state-of-the-art in control dsps and is the ideal architecture for digital control applications.figure 1. block diagram of the tms320

27、f280x dsp familythe tms320c28x dsp incorporates a high-performance 32-bit fixed-point dsp core, featuring a low latency interrupt mechanism, highly efficient instruction set including “atomic” instructions, and an execution pipeline for high-speed code execution from internal flash memory. the c28x

28、has on-chip rom and ram memory blocks, and a rich set of integrated peripherals including a high speed a/d converter, several serial ports, and multiple pwm generation units.several optimized libraries are available for the c28x platform, including a set of c language peripheral header files, and an

29、 optimized mathematical library supporting 32-bit fixed point functions. the combination of a high performance dsp core, a rich integrated peripheral set, and an extensive library of optimized control algorithms renders the c28x an excellent choice for digital control applications.1引言摘要液压驱动的特点是,它能够以

30、高转速传递大转矩,在许多工业运动系统中得到应用。 在应用中良好的动态性能,是重要的是共同遏制驱动伺服回路组成反馈传感器和电子控制器。大多数电子伺服控制器使用这些系统是基于模拟实现了著名的pid型。 然而, 规定实施先进控制策略,也带来了更多的利率,使用数字信号处理器 (三十八)在这一领域的合作。 一个设计方法值得考虑,特别是利用计算机仿真软件来模拟液压装置和电子式伺服控制器,以产生和嵌入式测试码为目标dsp 。 这项申请报告讨论的一些问题涉及线性控制液压驱动,和适用性的tms320c28x处理器dsp的这类系统。电液伺服系统的应用范围是多种多样的,包括制造系统,材料试验机, 主动悬架系统,采矿

31、机械,疲劳测试,模拟飞行,造纸机械,船舶和海洋电磁工程,注塑机, 机械,钢铁和铝轧机设备。 液压系统也很常见,在航空器上 其高功率-重量比和精确控制,使他们成为理想的选择自动飞行的表面。虽然电动机有时被用在许多这些应用, 运动控制系统的要求不是很高武力或带宽往往给更有效率电液伺服而非电磁手段。 一般来说,申请带宽大于约20赫兹或控制功率大于15千瓦; 可视为适合液压伺服控制技术。除了能够提供更高的力量在速度快, 液压伺服控制系统,提供其他几个好处超过其电气同行。 例如,液压系统都是机械式的严厉 ,导致较高的机架共振频率为某一功率水平, 高闭环增益和改进动态性能。 它们也有重要的好处是自冷自驾车

32、有效液作为冷却介质进行 热离器和流量控制元件。 不幸的液压系统还具有若干固有的非线性效应,可以复杂的控制问题。绝大多数的电子闭环控制是基于简单的模拟电路设计,提供强劲 低成本实现众所周知的pid控制策略。 这种做法行之有效,在系统简单拓扑和有限的带宽。 然而越来越多地使用复杂的控制策略, 再加上需支持增强功能,如数据记录系统和数字通信 导致利息增加,在使用数字处理器控制的液压伺服系统。 这一点是最明显的领域中的力学性能测试设备 凡使用一种可编程数字处理器允许同一伺服控制器,可用于多种 液压系统。这项申请报告审查面临的一些问题液压控制工程师和探讨适合高速多dsp 控制液压伺服控制系统。 申请报告

33、开始评估的dsp用于电液伺服控制器 并介绍了tms320c28x处理器家族:一个dsp平台优化的数字控制应用。 第3节的主要组成部分的液压系统。 在第4 ,数学模型,对各种植物成分的开发和利用仿真。 第5列的案例研究了液压控制系统,并处理拟合真实数据模型 为了验证其行为。 申请报告最后简要介绍和讨论中的应用及设计过程。2 c2000 dsp的数字控制 2。1效益的dsp数字控制 嵌入式数字控制器可提供若干重要利益的电子设计工程师,其中包括: 待添加的隐藏文字内容1免于错误引起组成宽容,笔 0001-5733漂移和老化改进的抗干扰能力修改和贮存控制参数能力,我很容易 物排斥数码通讯系统故障监测和诊断能力数据记录能力能力进行自动校准表现了高

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论