CN111258346A - Control Method to Overcome Motor Speed Overshoot - Google Patents
Control Method to Overcome Motor Speed Overshoot Download PDFInfo
- Publication number
- CN111258346A CN111258346A CN202010047037.5A CN202010047037A CN111258346A CN 111258346 A CN111258346 A CN 111258346A CN 202010047037 A CN202010047037 A CN 202010047037A CN 111258346 A CN111258346 A CN 111258346A
- Authority
- CN
- China
- Prior art keywords
- controller
- pressure
- motor
- water pump
- water
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G05—CONTROLLING; REGULATING
- G05D—SYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
- G05D13/00—Control of linear speed; Control of angular speed; Control of acceleration or deceleration, e.g. of a prime mover
- G05D13/62—Control of linear speed; Control of angular speed; Control of acceleration or deceleration, e.g. of a prime mover characterised by the use of electric means, e.g. use of a tachometric dynamo, use of a transducer converting an electric value into a displacement
Landscapes
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Automation & Control Theory (AREA)
- Control Of Positive-Displacement Pumps (AREA)
Abstract
本发明涉及电动机技术领域,尤其涉及克服电动机转速超调的控制方法,其包括如下控制过程:上位机向控制器发出启动指令;控制器接收上位机的启动指令,通过CAN总线控制变频器带动电动机及水泵工作;水泵出水口处的压力传感器将水压力值反馈给控制器;控制器根据压力传感器的反馈信号,采用如下算法通过CAN总线控制变频器带动电动机及水泵工作,从而调节水泵的压力;其计算式为uout(t)=uout(t‑1)+Δu(t);Δu(t)=Kp(t)×[e(t)+e(t‑1)]+Ki(t)×e(t)+Kd(t)×[e(t)‑2×e(t‑2)+e(t‑1)]。本发明提供的方法克服了压力因为转速波动引起的超调问题,调节压力的稳定性有了显著的提高,保证了水泵稳定流量的供水。
The present invention relates to the technical field of electric motors, in particular to a control method for overcoming motor speed overshoot, which includes the following control process: a host computer sends a start command to a controller; the controller receives the start command of the host computer, and controls a frequency converter to drive the motor through a CAN bus The pressure sensor at the water outlet of the pump feeds back the water pressure value to the controller; the controller adopts the following algorithm to control the inverter to drive the motor and the water pump through the CAN bus according to the feedback signal of the pressure sensor, so as to adjust the pressure of the water pump; Its calculation formula is uout(t)=uout(t‑1)+Δu(t); Δu(t)=Kp(t)×[e(t)+e(t‑1)]+Ki(t)× e(t)+Kd(t)×[e(t)‑2×e(t‑2)+e(t‑1)]. The method provided by the invention overcomes the problem of pressure overshoot caused by rotational speed fluctuations, significantly improves the stability of the regulating pressure, and ensures the water supply with a stable flow of the water pump.
Description
技术领域technical field
本发明涉及电动机技术领域,尤其涉及克服电动机转速超调的控制方法。The invention relates to the technical field of electric motors, in particular to a control method for overcoming the overshoot of the motor speed.
背景技术Background technique
水泵工作时,控制器根据上位机的启动指令和压力设定值,通过CAN总线控制变频器带动电动机和水泵工作,将高压水压力反馈值作为反馈信号,不断调节CAN总线上的频率设定值,进而调节高压水的压力值。控制器选用PID算法是目前工业领域应用最为广泛的一种控制算法。它具有原理简单,易于实现,使用面广,控制参数项对独立,参数选定比较简单等优点。PID控制(即比例—积分—微分控制)是利用输入的参数信息和组态信息,进行PID运算。根据期望值(Expect)、当前值(Current)和PID的比例系数(Kp)、积分系数(Ki)、微分系数(Kd)进行最近N次采样运算、修正,最后输出结果到执行部件。目的是让结果趋近于期望值(Expect)。从理论上可以证明,PID算法是连续系统动态品质校正地一种有效方法。When the water pump is working, the controller controls the inverter to drive the motor and the water pump through the CAN bus according to the starting command and the pressure setting value of the host computer, and uses the feedback value of the high-pressure water pressure as the feedback signal to continuously adjust the frequency setting value on the CAN bus. , and then adjust the pressure value of high-pressure water. The PID algorithm selected by the controller is currently the most widely used control algorithm in the industrial field. It has the advantages of simple principle, easy implementation, wide application, independent control parameter pairs, and relatively simple parameter selection. PID control (ie proportional-integral-derivative control) uses the input parameter information and configuration information to carry out PID operation. According to the expected value (Expect), the current value (Current) and the proportional coefficient (Kp), integral coefficient (Ki), and differential coefficient (Kd) of the PID, carry out the latest N sampling operations and corrections, and finally output the results to the execution unit. The purpose is to make the results approach the expected value (Expect). It can be proved theoretically that PID algorithm is an effective method for dynamic quality correction of continuous system.
通常依据控制器输出与执行机构的对应关系,将基本数字PID算法分为位置式PID和增量式PID两种。增量式PID是指数字控制器的输出只是控制量的增量Δu(t)。采用增量式算法时,计算机输出的控制量Δu(t)对应的是本次执行机构位置的增量,而不是对应执行机构的实际位置,因此,要求执行机构必须具有对控制量增量的累积功能,才能完成对被控对象的控制操作。执行机构的累积功能可以采用算式uout(t)=uout(t-1)+Δu(t);Δu(t)=Kp×[e(t)+e(t-1)]+Ki×e(t)+Kd×[e(t)-2×e(t-2)+e(t-1)]程序化来完成,控制器根据实际的高压水压力值和输入设定压力值作为输入变量e(t),控制器在CAN总线上发送的变频器频率设定值为输出变量uout(t),根据增量式PID的算法进行计算,调节高压水的压力趋近设定的压力值。但是,采用上述应用增量式PID算法出现以下问题:在固定的设定压力值下,由于CAN总线的滞后性和电机的转动惯量影响,系统容易出现超调现象。Usually, according to the corresponding relationship between the controller output and the actuator, the basic digital PID algorithm is divided into two types: positional PID and incremental PID. Incremental PID means that the output of the digital controller is only the increment Δu(t) of the control quantity. When the incremental algorithm is used, the control value Δu(t) output by the computer corresponds to the increment of the current actuator position, rather than the actual position of the corresponding actuator. Therefore, the actuator must have the control value increment. Accumulation function can complete the control operation on the controlled object. The cumulative function of the actuator can be calculated using the formula u out (t)=u out (t-1)+Δu(t); Δu(t)=Kp×[e(t)+e(t-1)]+Ki× e(t)+Kd×[e(t)-2×e(t-2)+e(t-1)] is programmed to complete, the controller according to the actual high pressure water pressure value and input set pressure value as The input variable e(t), the frequency set value of the inverter sent by the controller on the CAN bus is the output variable u out (t), which is calculated according to the incremental PID algorithm to adjust the pressure of the high-pressure water to approach the set value. Pressure value. However, the use of the above-mentioned incremental PID algorithm has the following problems: under a fixed set pressure value, due to the hysteresis of the CAN bus and the influence of the motor's moment of inertia, the system is prone to overshoot.
发明内容SUMMARY OF THE INVENTION
本发明所要解决的技术问题是提供克服电动机转速超调的控制方法,使水泵能够实现恒压供水。The technical problem to be solved by the present invention is to provide a control method for overcoming the overshoot of the motor speed, so that the water pump can realize constant pressure water supply.
本发明是通过以下技术方案予以实现:The present invention is achieved through the following technical solutions:
克服电动机转速超调的控制方法,其包括如下控制过程:A control method for overcoming motor speed overshoot, comprising the following control procedures:
——上位机向控制器发出启动指令;——The host computer sends a start command to the controller;
——控制器接收上位机的启动指令,通过CAN总线控制变频器带动电动机及水泵工作;——The controller receives the start command of the host computer, and controls the inverter to drive the motor and the water pump to work through the CAN bus;
——水泵出水口处的压力传感器将水压力值反馈给控制器;——The pressure sensor at the water outlet of the pump feeds back the water pressure value to the controller;
——控制器根据压力传感器的反馈信号,采用如下算法通过CAN总线控制变频器带动电动机及水泵工作,从而调节水泵的压力;——The controller adopts the following algorithm to control the inverter to drive the motor and the water pump through the CAN bus according to the feedback signal of the pressure sensor, so as to adjust the pressure of the water pump;
其计算式为uout(t)=uout(t-1)+Δu(t);Its calculation formula is uout(t)=uout(t-1)+Δu(t);
Δu(t)=Kp(t)×[e(t)+e(t-1)]+Ki(t)×e(t)+Kd(t)×[e(t)-2×e(t-2)+e(t-1)]。Δu(t)=Kp(t)×[e(t)+e(t-1)]+Ki(t)×e(t)+Kd(t)×[e(t)-2×e(t) -2)+e(t-1)].
uout(t)——控制器的输出;uout(t) - the output of the controller;
Δu(t)——增量;Δu(t)——increment;
e(t)——控制器的输入,常常是设定值与被控量之差,即e(t)=r(t)-c(t)),实际为设定压力和实际压力之间的差值;e(t)——the input of the controller, which is often the difference between the set value and the controlled quantity, that is, e(t)=r(t)-c(t)), which is actually between the set pressure and the actual pressure difference;
Kp(t)——控制器的比例系数;Kp(t)——the proportional coefficient of the controller;
Ki(t)——控制器的积分系数;Ki(t)——the integral coefficient of the controller;
Kd(t)——控制器的微分系数;Kd(t)——the differential coefficient of the controller;
a(t)=|u(t)-u(t-1)|;a(t)=|u(t)-u(t-1)|;
b(t)=|speed(t)-speed(t-1)|,speed为电机转速;b(t)=|speed(t)-speed(t-1)|, speed is the motor speed;
c(t)=a(t)/b(t)c(t)=a(t)/b(t)
Kp(t)=Kp,c(t)<a;Kp(t)=Kp, c(t)<a;
Kp(t)=0,c(t)≥a;Kp(t)=0, c(t)≥a;
Ki(t)=Ki,c(t)<a;Ki(t)=Ki, c(t)<a;
Ki(t)=0,c(t)≥a;Ki(t)=0, c(t)≥a;
Kd(t)=Kd,c(t)<a;Kd(t)=Kd, c(t)<a;
Kd(t)=0,c(t)≥a;Kd(t)=0, c(t)≥a;
Kp,Ki,Kd,a为试验摸出的常数。Kp, Ki, Kd, a are constants found by experiments.
本发明的有益效果The beneficial effects of the present invention
本发明提供的克服电动机转速超调的控制方法,将优化的PID算法应用于恒定压力调节后,可将压力因为转速波动引起的超调问题克服,调节压力的稳定性有了显著的提高,实现了水泵恒压供水。The control method for overcoming the motor speed overshoot provided by the present invention, after applying the optimized PID algorithm to the constant pressure regulation, can overcome the pressure overshoot problem caused by the speed fluctuation, the stability of the regulation pressure is significantly improved, and the realization of Constant pressure water supply from the pump.
附图说明Description of drawings
图1为本发明系统结构示意图;1 is a schematic diagram of the system structure of the present invention;
图2为本发明控制流程示意图;Fig. 2 is the control flow schematic diagram of the present invention;
具体实施方式Detailed ways
克服电动机转速超调的控制方法,其包括如下控制过程:A control method for overcoming motor speed overshoot, comprising the following control procedures:
——上位机向控制器发出启动指令;——The host computer sends a start command to the controller;
——控制器接收上位机的启动指令,通过CAN总线控制变频器带动电动机及水泵工作;——The controller receives the start command of the host computer, and controls the inverter to drive the motor and the water pump to work through the CAN bus;
——水泵出水口处的压力传感器将水压力值反馈给控制器;——The pressure sensor at the water outlet of the pump feeds back the water pressure value to the controller;
——控制器根据压力传感器的反馈信号,采用如下算法通过CAN总线控制变频器带动电动机及水泵工作,从而调节水泵的压力;——The controller adopts the following algorithm to control the inverter to drive the motor and the water pump through the CAN bus according to the feedback signal of the pressure sensor, so as to adjust the pressure of the water pump;
其计算式为uout(t)=uout(t-1)+Δu(t);Its calculation formula is uout(t)=uout(t-1)+Δu(t);
Δu(t)=Kp(t)×[e(t)+e(t-1)]+Ki(t)×e(t)+Kd(t)×[e(t)-2×e(t-2)+e(t-1)]。Δu(t)=Kp(t)×[e(t)+e(t-1)]+Ki(t)×e(t)+Kd(t)×[e(t)-2×e(t) -2)+e(t-1)].
uout(t)——控制器的输出;uout(t) - the output of the controller;
Δu(t)——增量;Δu(t)——increment;
e(t)——控制器的输入,常常是设定值与被控量之差,即e(t)=r(t)-c(t)),实际为设定压力和实际压力之间的差值;e(t)——the input of the controller, which is often the difference between the set value and the controlled quantity, that is, e(t)=r(t)-c(t)), which is actually between the set pressure and the actual pressure difference;
Kp(t)——控制器的比例系数;Kp(t)——the proportional coefficient of the controller;
Ki(t)——控制器的积分系数;Ki(t)——the integral coefficient of the controller;
Kd(t)——控制器的微分系数;Kd(t)——the differential coefficient of the controller;
a(t)=|u(t)-u(t-1)|;a(t)=|u(t)-u(t-1)|;
b(t)=|speed(t)-speed(t-1)|,speed为电机转速;b(t)=|speed(t)-speed(t-1)|, speed is the motor speed;
c(t)=a(t)/b(t)c(t)=a(t)/b(t)
Kp(t)=Kp,c(t)<a;Kp(t)=Kp, c(t)<a;
Kp(t)=0,c(t)≥a;Kp(t)=0, c(t)≥a;
Ki(t)=Ki,c(t)<a;Ki(t)=Ki, c(t)<a;
Ki(t)=0,c(t)≥a;Ki(t)=0, c(t)≥a;
Kd(t)=Kd,c(t)<a;Kd(t)=Kd, c(t)<a;
Kd(t)=0,c(t)≥a;Kd(t)=0, c(t)≥a;
Kp,Ki,Kd,a为试验摸出的常数。Kp, Ki, Kd, a are constants found by experiments.
本发明是基于增量式PID算法的不足,为适应压力的稳定调节而研制的一种基于恒压供水控制的PID算法。这种新的基于压力调节的PID算法,以增量式算法为基础的改进。The invention is a PID algorithm based on constant pressure water supply control developed to adapt to the stable adjustment of pressure based on the deficiency of the incremental PID algorithm. This new PID algorithm based on pressure regulation is an improvement based on the incremental algorithm.
在使用增量式计算方法时,在设定压力值条件下,由于CAN总线的滞后性和电动机的转动惯量影响,控制器增大CAN总线上的频率值,电动机转速不增减,当频率累计量增加到一定程度时,电动机转速增加幅度特别大,会引起高压水压力的突然大幅增加,系统出现超调现象。When using the incremental calculation method, under the condition of the set pressure value, due to the hysteresis of the CAN bus and the influence of the rotational inertia of the motor, the controller increases the frequency value on the CAN bus, and the motor speed does not increase or decrease. When the amount of water increases to a certain level, the speed of the motor increases greatly, which will cause a sudden and substantial increase in the pressure of the high-pressure water, and the system will appear overshoot.
针对超调的问题,采取的方案是:将一定时间t内,控制输出频率的变化率a(t)与电机转速变化率b(t)做比较,即c(t)=a(t)/b(t),当c(t)≥a(a为试验摸出的常数),PID运算结果保持,即PID系数为零;当c(t)<a时,PID按照系数正常运算。Aiming at the problem of overshoot, the solution adopted is to compare the change rate a(t) of the control output frequency with the change rate b(t) of the motor speed within a certain time t, that is, c(t)=a(t)/ b(t), when c(t)≥a (a is the constant found in the experiment), the PID operation result is maintained, that is, the PID coefficient is zero; when c(t)<a, the PID operates normally according to the coefficient.
这种算法使得电机在启动缓慢时,增量式PID运算出的频率值会等待电机的实际转速达到一定值后才会逐渐上升。换句话说,这种PID算法的原理是实际转速在未达到设定转速的过程中,在不同转速变化区间内,转速的上升不会出现超调现象。电机转速缓慢上升,PID计算结果频率值缓慢上升;电机转速迅速上升,PID计算结果也会迅速上升。This algorithm makes the motor start slowly, and the frequency value calculated by the incremental PID will gradually increase after the actual speed of the motor reaches a certain value. In other words, the principle of this PID algorithm is that when the actual speed does not reach the set speed, in different speed change intervals, the increase of the speed will not appear overshoot. When the motor speed rises slowly, the frequency value of the PID calculation result slowly rises; when the motor speed rises rapidly, the PID calculation result also rises rapidly.
PID是英文单词比例(Proportion),积分(Integral),微分(Differentialcoefficient)的缩写。PID调节实际上是由比例、积分、微分三种调节方式组成,它们各自的作用如下:PID is the abbreviation of English words Proportion, Integral and Differentialcoefficient. PID adjustment is actually composed of three adjustment methods: proportional, integral and differential. Their respective functions are as follows:
1、比例调节作用:是按比例反应系统的偏差,系统一旦出现了偏差,比例调节立即产生调节作用用以减少偏差。比例作用大,可以加快调节,减少误差,但是过大的比例,使系统的稳定性下降,甚至造成系统的不稳定。1. Proportional adjustment: It is to respond to the deviation of the system in proportion. Once the system has deviation, the proportional adjustment will immediately produce adjustment to reduce the deviation. The proportional effect is large, which can speed up the adjustment and reduce the error, but if the ratio is too large, the stability of the system will decrease, and even cause the instability of the system.
2、积分调节作用:是使系统消除稳态误差,提高无差度。因为有误差,积分调节就进行,直至无差,积分调节停止,积分调节输出一常值。积分作用的强弱取决与积分时间常数Ti,Ti越小,积分作用就越强。反之Ti大则积分作用弱,加入积分调节可使系统稳定性下降,动态响应变慢。积分作用常与另两种调节规律结合,组成PI调节器或PID调节器。2. Integral adjustment function: It is to make the system eliminate the steady-state error and improve the indifference. Because there is an error, the integral adjustment is carried out until there is no difference, the integral adjustment stops, and the integral adjustment outputs a constant value. The strength of the integral action depends on the integral time constant Ti. The smaller the Ti, the stronger the integral action. Conversely, if Ti is large, the integral effect is weak, and adding integral adjustment can reduce the stability of the system and slow down the dynamic response. The integral action is often combined with the other two regulation laws to form a PI regulator or a PID regulator.
3、微分调节作用:微分作用反映系统偏差信号的变化率,具有预见性,能预见偏差变化的趋势,因此能产生超前的控制作用,在偏差还没有形成之前,已被微分调节作用消除。因此,可以改善系统的动态性能。在微分时间选择合适情况下,可以减少超调,减少调节时间。微分作用对噪声干扰有放大作用,因此过强的加微分调节,对系统抗干扰不利。微分作用不能单独使用,需要与另外两种调节规律相结合,组成PD或PID控制器。3. Differential adjustment effect: The differential effect reflects the change rate of the system deviation signal, has predictability, and can predict the trend of deviation change, so it can produce an advanced control effect. Before the deviation is formed, it has been eliminated by the differential adjustment effect. Therefore, the dynamic performance of the system can be improved. If the differential time is properly selected, the overshoot can be reduced and the adjustment time can be reduced. The differential action has a magnifying effect on the noise interference, so too strong differential adjustment is not good for the system anti-interference. The differential action cannot be used alone, and needs to be combined with the other two regulation laws to form a PD or PID controller.
综合分析上述过程,在设计增量式PID运算公式时,引入电机转速变换频率b(t)和PID输出结果频率变换率a(t)=u(t)-u(t-1);将c(t)=a(t)/b(t)作为变量改变PID运算的系数。当c(t)≥a(a为试验摸出的常数),PID系数为零;当c(t)<a时,PID按照系数恢复常数进行运算。Comprehensive analysis of the above process, when designing the incremental PID operation formula, the motor speed conversion frequency b(t) and the PID output result frequency conversion rate a(t)=u(t)-u(t-1) are introduced; (t)=a(t)/b(t) as a variable changes the coefficient of the PID operation. When c(t)≥a (a is the constant found by the experiment), the PID coefficient is zero; when c(t)<a, the PID operates according to the coefficient recovery constant.
试验证明,这种算法有效的解决了控制输出量产生超调,实现了水泵恒压供水。Experiments show that this algorithm effectively solves the overshoot of the control output and realizes the constant pressure water supply of the pump.
综上所述,本申请所保护的克服电动机转速超调的控制方法,将压力因为转速波动引起的超调问题克服,调节压力的稳定性有了显著的提高,保证了水泵稳定流量的供水。To sum up, the control method for overcoming the motor speed overshoot protected by the present application overcomes the pressure overshoot problem caused by the speed fluctuation, the stability of the pressure regulation is significantly improved, and the water supply with the stable flow of the water pump is ensured.
以上所述仅为本发明的优选实施例而已,并不用于限制本发明,对于本领域的技术人员来说,本发明可以有各种更改和变化。凡在本发明的精神和原则之内,所作的任何修改、等同替换、改进等,均应包含在本发明的保护范围之内。The above descriptions are only preferred embodiments of the present invention, and are not intended to limit the present invention. For those skilled in the art, the present invention may have various modifications and changes. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present invention shall be included within the protection scope of the present invention.
Claims (1)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010047037.5A CN111258346B (en) | 2020-01-16 | 2020-01-16 | Control Method to Overcome Motor Speed Overshoot |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010047037.5A CN111258346B (en) | 2020-01-16 | 2020-01-16 | Control Method to Overcome Motor Speed Overshoot |
Publications (2)
Publication Number | Publication Date |
---|---|
CN111258346A true CN111258346A (en) | 2020-06-09 |
CN111258346B CN111258346B (en) | 2025-05-27 |
Family
ID=70945244
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202010047037.5A Active CN111258346B (en) | 2020-01-16 | 2020-01-16 | Control Method to Overcome Motor Speed Overshoot |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN111258346B (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN116048166A (en) * | 2023-01-31 | 2023-05-02 | 蚌埠凯盛工程技术有限公司 | Constant pressure and constant liquid level control method for glass public engineering water pump house |
CN116794970A (en) * | 2023-06-27 | 2023-09-22 | 天津国投津能发电有限公司 | Variable-frequency constant-pressure water supply control method and system |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101655704A (en) * | 2009-09-14 | 2010-02-24 | 康奋威科技(杭州)有限公司 | Method for controlling operations of shaker of computerized flat knitting machine |
WO2017166302A1 (en) * | 2016-04-01 | 2017-10-05 | 深圳市英威腾电气股份有限公司 | Pid regulation algorithm, pid regulator and pid regulation system |
CN107612433A (en) * | 2017-11-08 | 2018-01-19 | 上海航天控制技术研究所 | Brushless electric machine list closed loop control method based on modified velocity close-loop control algorithm |
CN108757191A (en) * | 2018-05-24 | 2018-11-06 | 天津捷强动力装备股份有限公司 | Electricity generation system control method for engine speed |
-
2020
- 2020-01-16 CN CN202010047037.5A patent/CN111258346B/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101655704A (en) * | 2009-09-14 | 2010-02-24 | 康奋威科技(杭州)有限公司 | Method for controlling operations of shaker of computerized flat knitting machine |
WO2017166302A1 (en) * | 2016-04-01 | 2017-10-05 | 深圳市英威腾电气股份有限公司 | Pid regulation algorithm, pid regulator and pid regulation system |
CN107612433A (en) * | 2017-11-08 | 2018-01-19 | 上海航天控制技术研究所 | Brushless electric machine list closed loop control method based on modified velocity close-loop control algorithm |
CN108757191A (en) * | 2018-05-24 | 2018-11-06 | 天津捷强动力装备股份有限公司 | Electricity generation system control method for engine speed |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN116048166A (en) * | 2023-01-31 | 2023-05-02 | 蚌埠凯盛工程技术有限公司 | Constant pressure and constant liquid level control method for glass public engineering water pump house |
CN116794970A (en) * | 2023-06-27 | 2023-09-22 | 天津国投津能发电有限公司 | Variable-frequency constant-pressure water supply control method and system |
Also Published As
Publication number | Publication date |
---|---|
CN111258346B (en) | 2025-05-27 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4425253B2 (en) | Hydraulic unit and motor speed control method in hydraulic unit | |
CN102929305A (en) | Variable-frequency speed adjustment technique-based Bang-Bang+PID (Piping and Instrument Diagram) constant pressure water supply closed-loop control method | |
CN111103792B (en) | Robot control method, device, electronic equipment and readable storage medium | |
RU2550293C2 (en) | Method for optimised functioning as to power of motor-driven pump with positive feedback | |
JP2001527231A (en) | Prediction method of overshoot in control system response | |
WO2020261649A1 (en) | Parameter adjustment method | |
CN107490958A (en) | A kind of Fuzzy Adaptive Control Scheme of series parallel robot in five degrees of freedom | |
CN110941242B (en) | Motor control device | |
CN111258346A (en) | Control Method to Overcome Motor Speed Overshoot | |
JP2018092319A (en) | Servo motor controlling device, servo motor controlling method, and servo motor controlling program | |
CN102087531B (en) | Liquid pump flow control method | |
CN111880483A (en) | Method for controlling preset performance of four-motor drive servo system of radar antenna | |
CN114370521B (en) | Hysteresis compensation control method and system for electric proportional overflow valve | |
CN113778141A (en) | A Segmental PID Controlled Fluid Pipeline Flow Control System | |
CN109143849A (en) | Servocontrol device, method of servo-controlling and servo-control system | |
CN107065943A (en) | One kind directly turns platform position control system and control method | |
CN116149262B (en) | Tracking control method and system of servo system | |
CN108762064B (en) | Speed smoothing method of servo driver | |
JP2008181452A (en) | Control device | |
CN112483426B (en) | Control method, oil pump and control system | |
CN1536456A (en) | A Fuzzy Self-tuning PID Control Method for Linear Motor | |
CN115929738A (en) | Method for a hydraulic system, training method for a control model and control method | |
JP4079311B2 (en) | Hydropower plant speed control device | |
CN111552228A (en) | Drive system, trajectory planning unit and method | |
Karan et al. | Set point weighted modified Smith predictor for delay dominated integrating processes |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |