CN102707617A - Method for realizing fuzzy PID (Proportion Integration Differentiation) ActiveX control - Google Patents

Method for realizing fuzzy PID (Proportion Integration Differentiation) ActiveX control Download PDF

Info

Publication number
CN102707617A
CN102707617A CN2012102105352A CN201210210535A CN102707617A CN 102707617 A CN102707617 A CN 102707617A CN 2012102105352 A CN2012102105352 A CN 2012102105352A CN 201210210535 A CN201210210535 A CN 201210210535A CN 102707617 A CN102707617 A CN 102707617A
Authority
CN
China
Prior art keywords
fuzzy
control
value
variable
basic domain
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.)
Pending
Application number
CN2012102105352A
Other languages
Chinese (zh)
Inventor
穆慧灵
陈飞
王勇
刘松斌
陈小磊
肖铁妹
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
BEIJING JINZI ENERGY TECHNOLOGY DEVELOPMENT CO LTD
Beijing Aritime Intelligent Control Co Ltd
Original Assignee
BEIJING JINZI ENERGY TECHNOLOGY DEVELOPMENT CO LTD
Beijing Aritime Intelligent Control Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by BEIJING JINZI ENERGY TECHNOLOGY DEVELOPMENT CO LTD, Beijing Aritime Intelligent Control Co Ltd filed Critical BEIJING JINZI ENERGY TECHNOLOGY DEVELOPMENT CO LTD
Priority to CN2012102105352A priority Critical patent/CN102707617A/en
Publication of CN102707617A publication Critical patent/CN102707617A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Feedback Control In General (AREA)

Abstract

The invention discloses a method for realizing a fuzzy PID (Proportion Integration Differentiation) ActiveX control. The method comprises the following steps of: 1, setting a variable, a membership function of the variable, a fuzzy reasoning method and a de-fuzziness method; 2, setting a reasoning rule, determining the fuzzy values of e and ec to obtain accurate values kp, ki and kd after de-fuzzing a PID output variable, and establishing a fuzzy control decision polling list; and 3, compiling a fuzzy PID algorithm through VB (Visual Basic), and creating an ActiveX control. Due to the adoption of the control realizing method disclosed by the invention, the logical operation program of a fuzzy reasoning process is not required to be compiled any more during development, the output values deltaKP, deltaKI and deltakd of the fuzzy adjustment amount of a PID parameter which corresponds to a basic discourse domain are not required to be calculated according to a weighted average method, a program structure is simplified, the program executing period is shortened greatly, and the response speed of a system is increased.

Description

A kind of implementation method of fuzzy algorithm ActiveX control
Technical field
The present invention relates to a kind of implementation method of fuzzy algorithm Active X control, belong to the realization and the applied technical field of advanced control method.
Background technology
Active X control triggers the control operation through incident (clicking control, keyboard input etc.); It is the employed IO interface of control container that method and attribute then provide control; And utilize the agreement support of configuration software to Windows standard A ctiveX control; The implementation algorithm module is connected with the data at configuration interface, thereby calls control algolithm easily.
The fuzzy algorithm is as a kind of advanced person's intelligent control algorithm; Compare with conventional PID control and to have the mathematical model that need not to set up controlled device; The time lag of controlled device, non-linear and time variation had certain advantages such as adaptive faculty; Simultaneously noise is also had stronger inhibition ability, promptly robustness is better, begins to take shape in the application of various fields such as industrial, civilian.At present, it is general with reference to program flow diagram shown in Figure 1 to write the fuzzy algorithm routine, comprises that mainly input variable quantizes, the fuzzy control table computing is synthetic and controlled quentity controlled variable output is calculated.Among Fig. 1, e is the deviation of actual value and setting value, and ec is the variable quantity of deviation, and Escope is that the basic domain of e is a deviation range, and Ecscope is that the basic domain of ec is the deviation variation range, and E is the universe of fuzzy sets of e, and EC is the universe of fuzzy sets of ec, △ K P, △ K I, △ K DBe respectively the adjustment amount of P, I, D parameter.
At first, according to controlled device, preset sequence sampling period, E, EC, Escope, Ecscope, pid parameter initial value, goal-setting value, and △ K P, △ K I, △ K DBasic domain K PScope, K IScope, K DScope is the actual setting range of controlled quentity controlled variable, calculates e and ec and calculated value is limited in the basic domain scope separately;
Then, with the calculated value obfuscation of e and ec and write fuzzy control rule, obtain the fuzzy value of pid parameter adjustment amount according to E and EC through fuzzy reasoning;
At last, adopt method of weighted mean with pid parameter adjustment amount ambiguity solution to △ K P, △ K I, △ K DBasic domain in go, form new pid parameter on the pid parameter value that the last program scanning computation of Period that is added to goes out, and use the increment type PID algorithm formula and calculate the final controlled quentity controlled variable that outputs to controlled device.
The calculating that the computing of frame of broken lines part fuzzy control table is synthesized and exported controlled quentity controlled variable is the emphasis and the difficult point of algorithm routine exploitation.Each sampling and the controlled quentity controlled variable that provides through FUZZY ALGORITHMS FOR CONTROL, directly controlling object must be transformed into it in receptible basic domain of controlling object and go, and computing formula is following:
ΔK P=C P·kp,ΔK I=C I·ki,ΔK D=C D·kd
Wherein, C P = | K P Scope | Kp , C I = | K I Scope | Kp , C D = | K D Scope | Kd , Δ K P, Δ K I, Δ K DAdjustment amount for pid parameter; C P, C I, C DScale-up factor for each adjustment amount of pid parameter; Kp, ki, kd are Δ K P, Δ K I, Δ K DThe fuzzy value that in universe of fuzzy sets, obtains by the fuzzy control rule judgement.At last, according to the pid parameter adjustment amount that obtains, obtain final controlled quentity controlled variable according to increment type PID algorithm.
Therefore, when the control invokes control algolithm, must cause the COMPUTER CALCULATION amount big, it is heavier to load, and causes the hyperharmonic vibration of system easily, thus influence the fuzzy algorithm to controlled device online, control effect and control accuracy in real time.
Summary of the invention
The objective of the invention is to quantize in order to solve input variable, the fuzzy control table computing is synthetic and controlled quentity controlled variable to export the Development Engineering of inclusive fuzzy algorithm routine complicated; The problem that calculated amount is big; Utilize the gui tool calculating computing of fuzzy control table is synthetic and the output controlled quentity controlled variable in Matlab fuzzy control tool box to simplify, proposed a kind of simplification implementation method of fuzzy algorithm Active X control.
A kind of implementation method of fuzzy algorithm Active X control comprises following step:
Step 1): membership function, fuzzy reasoning method and reverse gelatinizing method that variable, variable are set;
Step 2): inference rule is set, confirms the fuzzy value of e and ec, obtain exact value kp, ki, kd after the gelatinization of PID output variable reverse, set up fuzzy control decision-making question blank;
Step 3): through VB, write the fuzzy algorithm, and create Active X control;
The invention has the advantages that: the logical operation program that the control exploitation time no longer need be write fuzzy reasoning process, need be according to the fuzzy adjustment amount of calculated with weighted average method pid parameter output valve Δ K corresponding to basic domain yet P, Δ K I, Δ K D, not only simplified program structure, the program implementation cycle also shortens greatly, helps accelerating the response speed of system.
Description of drawings
Fig. 1 is the program flow diagram of the fuzzy algorithm in the background technology of the present invention;
Fig. 2 is a method flow diagram of the present invention;
Fig. 3 is the fuzzy inference system interface of fuzzy of the present invention;
Fig. 4 is the inference rule interface of fuzzy of the present invention;
Fig. 5 is the fuzzy inference rule viewer interface of fuzzy of the present invention;
Fig. 6 is the fuzzy controller Active X control development interface that the present invention is based on the VB environment.
Embodiment
To combine accompanying drawing and embodiment that the present invention is done further detailed description below.
The present invention adopts the control of Matlab gui tool to simplify implementation method, utilizes the gui tool in Matlab fuzzy control tool box, and the calculation procedure off-line computing of fuzzy control table is synthetic and the output controlled quentity controlled variable is accomplished, and only needs in program, to set up Δ K P, Δ K I, Δ K DThe output question blank according to the situation of difference moment fuzzy input variable E and EC, is found corresponding Δ K P, Δ K I, Δ K DValue on the pid parameter that the last sampling period that is added to calculates, obtained new pid parameter, and then calculated to constantly different according to the increment type PID algorithm formula, and the algorithm control need output to the controlled quentity controlled variable of controlled device.
The present invention is a kind of implementation method of fuzzy algorithm Active X control, and flow process is as shown in Figure 2, comprises following step:
Step 1): membership function, fuzzy reasoning method and reverse gelatinizing method that variable, variable are set;
In Matlab command window input " Fuzzy ", eject the fuzzy inference system editor window.In its Edit menu, add input variable e, ec and output variable kp, ki, kd, and be that input variable, output variable are selected membership function.E is the deviation of actual value and setting value, and ec is the variable quantity of deviation, and kp, ki, kd are Δ K P, Δ K I, Δ K DThe fuzzy value that in universe of fuzzy sets, obtains by the fuzzy control rule judgement, △ K P, △ K I, △ K DBe respectively the adjustment amount of P, I, D parameter, " And " of fuzzy reasoning elects minimum method as, and " Or " elects maximum method as, and the reverse gelatinizing method is elected method of weighted mean as, and is as shown in Figure 3.
Step 2): inference rule is set, confirms the fuzzy value of e and ec, obtain exact value kp, ki, kd after the gelatinization of PID output variable reverse, set up fuzzy control decision-making question blank;
In the Edit menu, select Rules, inference rule is set, as shown in Figure 4.Select the Rules order in the View menu; In " Rule Viewer " window that ejects; As shown in Figure 5, according to characteristic and control requirement, the fuzzy value of the variable quantity ec of input deviation e and deviation of controlled device; Like [O O], then can obtain exact value kp, ki, kd after the gelatinization of PID output variable reverse.
Through step 1) and step 2); Utilize the gui tool calculating of off-line completion controlled quentity controlled variable output automatically of Matlab; Behind input E, the EC, obtain the exact value after its corresponding PID output variable reverse gelatinization, according to different input E, EC; Obtain its corresponding kp, ki, kd, generate fuzzy control decision-making question blank.
Step 3): through VB, write the fuzzy algorithm, and create Active X control;
Get into the VB programmed environment, newly-built " Active X control " engineering 1, Visual Basic will provide a window for new control; Create the background of Active X control; On background, create the control interface of fuzzy algorithmic controller, as shown in Figure 6, on the control interface, text box is set; Wherein, " ratio initial value ", " initial value for integral ", " differential initial value " are the PID initial parameter value of fuzzy algorithm; " setting value " is the control target of controlled device; " measured value " is the actual value of controlled physical quantity; " the basic domain of error ", " error changes basic domain " are respectively the actual change scope of fuzzy algorithm input e and ec; " the basic domain of ratio increment ", " the basic domain of integration increment ", " the basic domain of DG differential gain " are respectively Active X control output Δ K P, Δ K I, Δ K DThe actual change scope; " ratio final value ", " integration final value ", " differential final value " are respectively the pid parameter value of the final output of fuzzy algorithm; Clock is for calling the timer of fuzzy algorithm.Employing cycle mode is regularly called the fuzzy algorithm.The timer time spacing parameter that calls in the control and the sampling time of control should be consistent.The time interval is too short, and the COMPUTER CALCULATION amount is big, and it is heavier to load, and causes the hyperharmonic vibration of system easily; If the time interval is oversize, controls the adjusting time of slow system and can extend.
For each text box of creating adds attribute, incident and method, select " engineering " in the VB menu bar, " interpolation user control " then, " VB Active X control interface guide " then is for control adds attribute, incident and method.Because the controlling object that algorithm is used in the engineering reality is different; " the ratio initial value " of institute's placement algorithm, " initial value for integral ", " differential initial value ", " setting value ", " the basic domain of error ", " error changes basic domain ", " the basic domain of ratio increment ", " the basic domain of integration increment ", " the basic domain of DG differential gain " are all different, and these parameters need the user to be provided with according to the actual conditions of oneself; And " measured value ", " ratio final value ", " integration final value ", " differential final value " are the real output value that control obtains according to the fuzzy algorithm; Therefore; These parameters all are made as the attribute of control, and add reading/assignment code of property value, give attribute assignment and show through text box and detect the output valve of putting with controlled quentity controlled variable; And the fuzzy algorithm is made as the method for control, so that call.Obtain " measured value ", " ratio final value ", " integration final value ", " differential final value " according to the fuzzy algorithm, last controlled amount is exported to controlled device with controlled quentity controlled variable, and controlled device is controlled.
Described fuzzy algorithm is specially:
The user is according to actual conditions setting " ratio initial value ", " initial value for integral ", " differential initial value ", " setting value ", " the basic domain of error ", " error changes basic domain ", " the basic domain of ratio increment ", " the basic domain of integration increment ", " the basic domain of DG differential gain "; Pass through above-mentioned parameter; Obtain the value of e and ec; Fuzzy control decision-making question blank is inquired about, obtained its corresponding kp, ki, kd value.
Step 4): registration Active X control.
Carry out Windows system " beginning operation " order, this Active X control is registered in input in the dialog box that occurs " regsvr32 < path, control place>fuzzy algorithm control .ocx ".
Characteristic and control requirement according to controlled device; In gui tool, input variable e (error of actual value and setting value), ec (error rate of actual value and setting value), output variable P (ratio), I (integration), D (differential) are carried out the fuzzy quantization grade classification; Select the membership function of each variable, and to the corresponding fuzzy control rule of each fuzzy quantization grade.Like this, gui tool can be accomplished the evaluation work of controlled quentity controlled variable output automatically, and the corresponding output of P, I, D parameter was accurately measured when the user can inquire about different e and ec input in the fuzzy inference rule viewer.Therefore; Only need in the VB development sequence of Active X control, to set up corresponding fuzzy control decision-making question blank; When certain e after program satisfies obfuscation simultaneously and ec numerical value; Look into the fuzzy control decision table, can obtain P, the I of the corresponding moment, corresponding state, the output of three parameters of D is accurately measured, and calculates the control output quantity to controlled device according to the increment type PID formula then.
So far, the exploitation of the Active X control of fuzzy algorithm finishes.Utilize the corresponding moment of gui tool calculated off-line in Matlab fuzzy control tool box, the PID output of corresponding state accurately to measure; Simplified the execution amount of computing machine in procedure quantity and the operational process in the control performance history; Not only simplified program structure; The program implementation cycle also shortens greatly, helps accelerating the response speed of system, improves the control accuracy and control effect of controlled device.
At present, configuration software basically all supports the embedding of common controls to use, and therefore control algolithm is designed to the form of control, in configuration software, embeds and uses, and its data transmission is the inner data communication of program, and real-time is good.Control only provides the interface of algorithm control, and in the picture of carrying out control strategy, the user need only call these algorithm controls, and the input necessary parameter is connected with data can accomplish corresponding control strategies quickly and easily.

Claims (2)

1. the implementation method of a fuzzy algorithm Active X control is characterized in that, comprises following step:
Step 1): membership function, fuzzy reasoning method and reverse gelatinizing method that variable, variable are set;
In Matlab command window input " Fuzzy ", eject the fuzzy inference system editor window; In its Edit menu, add input variable e, ec and output variable kp, ki, kd, and be that input variable, output variable are selected membership function; E is the deviation of actual value and setting value, and ec is the variable quantity of deviation, and kp, ki, kd are Δ K P, Δ K I, Δ K DThe fuzzy value that in universe of fuzzy sets, obtains by the fuzzy control rule judgement, △ K P, △ K I, △ K DBe respectively the adjustment amount of P, I, D parameter, " And " of fuzzy reasoning elects minimum method as, and " Or " elects maximum method as, and the reverse gelatinizing method is elected method of weighted mean as;
Step 2): inference rule is set, confirms the fuzzy value of e and ec, obtain exact value kp, ki, kd after the gelatinization of PID output variable reverse, set up fuzzy control decision-making question blank;
In the Edit menu, select Rules, inference rule is set; Select the Rules order in the View menu; In " Rule Viewer " window that ejects; Based on the characteristic of controlled device and control requirement, the fuzzy value of the variable quantity ec of input deviation e and deviation obtains exact value kp, ki, kd after the gelatinization of PID output variable reverse;
Through step 1) and step 2); Utilize the gui tool calculating of off-line completion controlled quentity controlled variable output automatically of Matlab; Behind input E, the EC, obtain the exact value after its corresponding PID output variable reverse gelatinization, based on different input E, EC; Obtain its corresponding kp, ki, kd, generate fuzzy control decision-making question blank;
Step 3): through VB, write the fuzzy algorithm, and create Active X control;
Get into the VB programmed environment; Newly-built " Active X control " engineering, Visual Basic will provide a window for new control, create the background of Active X control; On background, create the control interface of fuzzy algorithmic controller; On the control interface, text box is set, wherein, " ratio initial value ", " initial value for integral ", " differential initial value " are the PID initial parameter value of fuzzy algorithm; " setting value " is the control target of controlled device; " measured value " is the actual value of controlled physical quantity; " the basic domain of error ", " error changes basic domain " are respectively the actual change scope of fuzzy algorithm input e and ec; " the basic domain of ratio increment ", " the basic domain of integration increment ", " the basic domain of DG differential gain " are respectively Active X control output Δ K P, Δ K I, Δ K DThe actual change scope; " ratio final value ", " integration final value ", " differential final value " are respectively the pid parameter value of the final output of fuzzy algorithm; Clock is for calling the timer of fuzzy algorithm; Employing cycle mode is regularly called the fuzzy algorithm; The timer time spacing parameter that calls in the control and the sampling time of control should be consistent;
For each text box of creating adds attribute, incident and method, select " engineering " in the VB menu bar, " interpolation user control " then, " VB Active X control interface guide " then is for control adds attribute, incident and method; Because the controlling object that algorithm is used in the engineering reality is different, the user is provided with " ratio initial value ", " initial value for integral ", " differential initial value ", " setting value ", " the basic domain of error ", " error changes basic domain ", " the basic domain of ratio increment ", " the basic domain of integration increment ", " the basic domain of DG differential gain " of algorithm according to oneself actual conditions; And " measured value ", " ratio final value ", " integration final value ", " differential final value " are the real output value that control obtains according to the fuzzy algorithm; Therefore; These parameters all are made as the attribute of control, and add reading/assignment code of property value, give attribute assignment and show through text box and detect the output valve of putting with controlled quentity controlled variable; And the fuzzy algorithm is made as the method for control, so that call; Obtain " measured value ", " ratio final value ", " integration final value ", " differential final value " according to the fuzzy algorithm, last controlled amount is exported to controlled device with controlled quentity controlled variable, and controlled device is controlled;
Described fuzzy algorithm is specially:
" ratio initial value ", " initial value for integral ", " differential initial value ", " setting value ", " the basic domain of error ", " error changes basic domain ", " the basic domain of ratio increment ", " the basic domain of integration increment ", " the basic domain of DG differential gain " according to user's setting; Obtain the value of e and ec; Fuzzy control decision-making question blank is inquired about, obtained its corresponding kp, ki, kd value.
2. the implementation method of a kind of fuzzy algorithm Active X control according to claim 1 is characterized in that, also comprises step 4): registration Active X control:
Carry out Windows system " beginning operation " order, this Active X control is registered in input in the dialog box that occurs " regsvr32 < path, control place>fuzzy algorithm control .ocx ".
CN2012102105352A 2012-06-20 2012-06-20 Method for realizing fuzzy PID (Proportion Integration Differentiation) ActiveX control Pending CN102707617A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2012102105352A CN102707617A (en) 2012-06-20 2012-06-20 Method for realizing fuzzy PID (Proportion Integration Differentiation) ActiveX control

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2012102105352A CN102707617A (en) 2012-06-20 2012-06-20 Method for realizing fuzzy PID (Proportion Integration Differentiation) ActiveX control

Publications (1)

Publication Number Publication Date
CN102707617A true CN102707617A (en) 2012-10-03

Family

ID=46900516

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2012102105352A Pending CN102707617A (en) 2012-06-20 2012-06-20 Method for realizing fuzzy PID (Proportion Integration Differentiation) ActiveX control

Country Status (1)

Country Link
CN (1) CN102707617A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102981404A (en) * 2012-12-10 2013-03-20 苏州天弘激光股份有限公司 Method for quickly adjusting proportion integration differentiation (PID) parameter
CN108052002A (en) * 2017-11-21 2018-05-18 杭州电子科技大学 A kind of intelligent automobile automatic tracking method of improved fuzzy
CN109373799A (en) * 2018-12-20 2019-02-22 江苏道明化学有限公司 A kind of control method of blower fan of cooling tower control system
CN112346334A (en) * 2019-08-06 2021-02-09 北京东土科技股份有限公司 Configuration method, device and equipment of fuzzy control parameters and storage medium
CN112555202A (en) * 2020-11-27 2021-03-26 河北工业大学 Hydraulic system control method based on parameter self-adaptation
CN112651104A (en) * 2020-11-27 2021-04-13 天津城建大学 Design method of comprehensive signal detection processing simulation analysis platform
CN112821955A (en) * 2020-12-23 2021-05-18 国家电网有限公司信息通信分公司 Fast wavelength locking method and system based on F-P etalon wavelength locker

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102981404A (en) * 2012-12-10 2013-03-20 苏州天弘激光股份有限公司 Method for quickly adjusting proportion integration differentiation (PID) parameter
CN108052002A (en) * 2017-11-21 2018-05-18 杭州电子科技大学 A kind of intelligent automobile automatic tracking method of improved fuzzy
CN109373799A (en) * 2018-12-20 2019-02-22 江苏道明化学有限公司 A kind of control method of blower fan of cooling tower control system
CN112346334A (en) * 2019-08-06 2021-02-09 北京东土科技股份有限公司 Configuration method, device and equipment of fuzzy control parameters and storage medium
CN112346334B (en) * 2019-08-06 2022-01-11 北京东土科技股份有限公司 Configuration method, device and equipment of fuzzy control parameters and storage medium
CN112555202A (en) * 2020-11-27 2021-03-26 河北工业大学 Hydraulic system control method based on parameter self-adaptation
CN112651104A (en) * 2020-11-27 2021-04-13 天津城建大学 Design method of comprehensive signal detection processing simulation analysis platform
CN112555202B (en) * 2020-11-27 2023-08-11 上海凯科疏水阀业有限公司 Hydraulic system control method based on parameter self-adaption
CN112821955A (en) * 2020-12-23 2021-05-18 国家电网有限公司信息通信分公司 Fast wavelength locking method and system based on F-P etalon wavelength locker

Similar Documents

Publication Publication Date Title
CN102707617A (en) Method for realizing fuzzy PID (Proportion Integration Differentiation) ActiveX control
CN103268082B (en) Thermal error modeling method based on gray linear regression
CN106094527B (en) The identification of Fast Process model and generation
CN108958032B (en) Total amount cooperative and consistent control method of nonlinear multi-agent system
CN106647832A (en) CompactLogix-based fuzzy self-tuning PID liquid level control method
CN102902203B (en) The parameter on-line tuning method and system that time series forecasting is combined with Based Intelligent Control
US20200401154A1 (en) Method for controlling vehicle speed for autonomous driving, electronic device, and computer-readable storage medium
CN101813916B (en) Self-adaptive prediction function control method for nonlinear production process
CN103309233A (en) Designing method of fuzzy PID (Proportion-Integration-Differential) controller
CN103064282A (en) Nonlinear parameter variation (NPV) model identification method
CN108363295B (en) Thermal power generating unit AGC performance assessment index calculation and prediction method based on system identification
CN112365029A (en) Missing value processing method for air conditioner load prediction and air conditioner load prediction system
CN104070083A (en) Method for measuring rotating speed of guiding disc of perforating machine based on integrated PCA-ELM (Principal Component Analysis)-(Extrem Learning Machine) method
CN106383443B (en) Anti-interference control method and system
CN106292550A (en) There is the Servocontrol device of the function of vehicle air-conditioning gain
CN104076831B (en) The high water tank control method optimized based on generalized predictive control
CN105867138A (en) Stable platform control method and device based on PID controller
CN102754040A (en) Method for controlling an injection molding process
Marti et al. Adaptive stochastic path planning for robots–real-time optimization by means of neural networks
CN106059412B (en) DC motor with separate excitation method for controlling number of revolution based on reliability rule base reasoning
CN110209122A (en) A kind of control method, device, medium and the equipment of multiaxial motion platform
Mitov et al. Model Predictive Control Design for Electrohydraulic Power Steering Application
CN103558762B (en) The implementation method of the immune genetic PID controller based on graphical configuration technology
CN113536512A (en) Intelligent prediction analysis method for projectile body quality
Valappil et al. Accounting for batch reactor uncertainty in the nonlinear MPC of end‐use properties

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20121003