- 主题:有学过控制的大佬么,这种情况用什么控制策略啊?
开发一款家用的冷热水混水器。
目标:热水喝冷水混合后形成预期流量和温度的温水,也就是说是两个控制目标:流量
和温度。
目前的硬件组成是:冷、热水管上各一个电磁阀来控制流量,混合成温水的管路上一个
温度传感器、一个流量传感器。
以前学的都是单目标,单控制对象的反馈控制。
这种双目标,2个控制对象的应该用什么控制策略啊?有大佬给说两句么?谢谢
--
FROM 111.193.230.*
这方面纯外行,给你一个chatgpt的答案作为参考。
In the context of developing a dual-objective control system for a household cold-hot water mixer with the goals of regulating both flow rate and temperature, a suitable approach would involve employing a multi-variable control strategy. This ensures that the system adequately addresses the requirements of both flow control and temperature regulation.
A common control strategy for such applications is the Model Predictive Control (MPC) method. MPC is a powerful technique that considers multiple control objectives and constraints simultaneously. It employs a predictive model of the system dynamics to optimize control inputs over a specified prediction horizon. In the case of a water mixer, this would involve predicting the future behavior of the system based on current and past measurements, and adjusting the control inputs (valve positions) to achieve the desired flow rate and temperature.
Additionally, a Proportional-Integral-Derivative (PID) controller can be implemented for each of the two control objectives (flow rate and temperature). PID controllers are well-established in control engineering and can effectively regulate individual parameters by adjusting control inputs based on proportional, integral, and derivative terms.
Combining MPC with PID controllers for each target parameter would provide a robust and flexible control strategy for the dual-objective water mixer. This approach allows for precise control over both flow rate and temperature, ensuring the desired outcomes are achieved.
Source:
- Astrom, K. J., & Murray, R. M. (2008). Feedback Systems: An Introduction for Scientists and Engineers. Princeton University Press.
【 在 sqsl 的大作中提到: 】
:
: 开发一款家用的冷热水混水器。
:
: 目标:热水喝冷水混合后形成预期流量和温度的温水,也就是说是两个控制目标:流量
: 和温度。
#发自zSMTH@23054RA19C
--
FROM 36.40.176.*
收到,谢谢
【 在 VincentGe 的大作中提到: 】
: 这方面纯外行,给你一个chatgpt的答案作为参考。
: In the context of developing a dual-objective control system for a household cold-hot water mixer with the goals of regulating both flow rate and temperature, a suitable approach would involve employing a multi-variable control strategy. This ensures that
: the system adequately addresses the requirements of both flow control and temperature regulation.
: ...................
--
FROM 111.193.230.*
先建立个Mimo的模型,
--
FROM 223.104.67.*
mimo是通信技术?
【 在 xyeah 的大作中提到: 】
: 先建立个Mimo的模型,
--
FROM 111.193.230.*
调节流量时,就等比例放大冷热水阀就行
调温度时,此加彼减,实际上就控制这一个阀就行
两件事并不耦合吧
【 在 sqsl 的大作中提到: 】
: 开发一款家用的冷热水混水器。
: 目标:热水喝冷水混合后形成预期流量和温度的温水,也就是说是两个控制目标:流量
: 和温度。
: ...................
--
FROM 175.169.177.*
电磁阀的流量-电流特性不是线性的
【 在 gaofei 的大作中提到: 】
: 调节流量时,就等比例放大冷热水阀就行
: 调温度时,此加彼减,实际上就控制这一个阀就行
: 两件事并不耦合吧
: ...................
--
FROM 111.193.230.*
要我我就设置2个温度传感器,直接计算出需要多少冷热水,
泵出来即可。
【 在 sqsl 的大作中提到: 】
: 开发一款家用的冷热水混水器。
: 目标:热水喝冷水混合后形成预期流量和温度的温水,也就是说是两个控制目标:流量
: 和温度。
: ...................
--
FROM 61.170.237.*
对,可以在冷、热水路分别设置流量传感器和温度传感器。做开环控制,这种方式最简
单。但是结构尺寸大,成本也高。所以我才想辙
【 在 rexxie 的大作中提到: 】
: 要我我就设置2个温度传感器,直接计算出需要多少冷热水,
: 泵出来即可。
--
FROM 111.193.230.*
不要流量传感器啊,直接用个稍微有点精度的泵,无刷的隔膜泵?
还是蛮精确的
【 在 sqsl 的大作中提到: 】
: 对,可以在冷、热水路分别设置流量传感器和温度传感器。做开环控制,这种方式最简
: 单。但是结构尺寸大,成本也高。所以我才想辙
:
--
FROM 61.170.237.*