- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
温度研究
Motor Position Digital Control
Overview
This tutorial shows how to use the root locus design method for digital DC motor position control. This tutorial uses
LabVIEW 8.2 with LabVIEW Control Design Toolkit.
These tutorials are based on the Control Tutorials developed by Professor Dawn Tilbury of the Mechanical Engineering
department at the University of Michigan and Professor Bill Messner of the Department of Mechanical Engineering at
Carnegie Mellon University and were developed with their permission.
In this example, the controller will be designed by a Root Locus method. A digital DC motor model can obtain from
conversion of analog DC motor model, as we will describe. According to the Modeling DC Motor Position page, the
open-loop transfer function for DC motors position is:
where:
? electric resistance (R) = 4 ohm
? electric inductance (L) = 2.75E-6 H
? electromotive force constant (K=Ke=Kt) = 0.0274 Nm/Amp
? moment of inertia of the rotor (J) = 3.2284E-6 kg*m^2/s^2
? damping ratio of the mechanical system (b) = 3.5077E-6 Nms
? input (V): Source Voltage
? output (sigma dot): Rotating speed
? The rotor and shaft are assumed to be rigid
The design requirements are:
? Settling time: Less than 0.04 seconds
? Overshoot: Less than 16%
? Steady-state error: 0 with a step disturbance input
Continuous to Discrete Conversion
The first step in the design of a discrete-time system is to convert a continuous transfer function to a discrete transfer
function. LabVIEW MathScript can be used to convert the above transfer function to a discrete transfer function by
using the
c2d
command. The
c2d
command requires three arguments: system, a sampling time (T) and a type of hold circuit. In this example we will use
the zero-order hold (
zoh).
From the design requirement, let the sampling time, T, equal 0.001 seconds, which is 1/100 of the required time
constant or 1/40 of the required settling time.
In LabVIEW, click Tools #62;#62; MathScript Window. In the MathScript Window, selec
文档评论(0)