- 积分
- 992
- 注册时间
- 2014-12-4
- 最后登录
- 1970-1-1
- 打卡等级:偶尔看看
- 打卡总天数:105
- 打卡总奖励:319
|
发表于 2018-3-16 00:03:14
|
显示全部楼层
简单的答案是每个控制回路都应该有一个反馈。 由于大多数液压伺服系统只有位置反馈,因此只需要一个位置环。
The simple answer is that every control loop should have a feedback. Since most hydraulic servo systems only have position feedback, there only needs be a position loop.
A more in depth answer is that many of the inner and outer loop gains overlap or act on the same data.
For instance:
The posltion loop derivative gain is multiplied by the velocity error.
The velocity loop proportional gain is multipled by the velocity error.
Adjusting velocity loop proportional gain may require adjust the position loop derivative gain to compensate. To avoid this the outer position loop is usually implemented as a PI controller.
The posltion loop proportonal gain is multiplied by the position error.
The velocity loop integrator gain is multipled by the position error.
These two gains overlap too.
I can show the math. It does get messy. This is one of those things you do not see in text books.
The computer translator was not working well. |
|