A method for determining the positive/negative action of a regulator
Automatic adjustment of the control system: After the control scheme is determined and the positive/negative effect of the regulator is judged, the most critical thing is how to adjust the P, I, and D parameters. Based on many years of field work experience, let's talk about how to adjust the P, I, and D parameters of the adjustment system. Please refer to it in your project.
Before adjusting the P, I, and D parameters of the control system, it is necessary to ensure that the closed-loop control system must be negative feedback, that is, Ko*Kv*Kc >0.
Adjustment object Ko:
If the valve and actuator are opened wide and the measured PV increases, Ko>0; otherwise, Ko<0;
Regulating valve Kv:
If the valve is in positive action (gas-open, electric-open), Kv>0; if the valve is in negative action (gas-close, electric-close), Kv<0;
The positive and negative values of Ko and Kv are determined by the process object and production safety. According to the positive and negative values of Ko and Kv and Ko*Kv*Kc >0, we can determine the positive and negative value of Kc.
Regulator Kc:
If Kc>0, the regulator is in reverse action; if Kc<0, the regulator is in direct action; the software configuration must be set correctly. Before debugging and starting the device and adjusting the P, I, and D parameters, the positive/reverse action of the regulator must be checked and correct.
1. Before adjusting the P, I, and D parameters of the control system, ensure that the measurement is accurate and the valve action is flexible;
2. When adjusting the P, I, and D parameters of the adjustment system, make a good call and require the user's process operation to pay close attention to the production operation status to ensure safe production;
3. When adjusting the P, I, and D parameters of the adjustment system, first use the automatic control and then the cascade control, first use the secondary loop and then the main loop, with the secondary loop being coarse and the main loop being fine. On the CRT of the operating station, open the adjustment window of the adjustment screen of the regulator, change the given value SP or the output value OP, give a step signal allowed by the process, observe the change of the measured value PV and the trend chart, and constantly modify the PID parameters, often repeatedly several times, until stable control is achieved. In practice, it is generally sufficient to achieve the first-order characteristics that satisfy the process.
2. Preset of empirical PID tuning parameters
For fluid (gas, liquid) media, the empirical PID tuning parameters are as follows (it is best to set them in the software configuration before leaving the plant, and then fine-tune or leave them unchanged on site):
1. Flow rate adjustment (F):
Generally P=120~200%, I=50~100S, D=0S;
For anti-surge system: generally P=120~200%, I=20~40S, D=15~40S;
2. Pressure adjustment (P):
Generally P=120~180%, I=50~100S, D=0S;
For venting system: generally P=80~160%, I=20~60S, D=15~40S;
3. Liquid level adjustment (L):
1] Large container (tower tank with a diameter of 4 meters and a height of more than 2 meters): generally P = 80-120%, I = 200-900S, D = 0S;
2], Medium container (diameter 2-4 meters, height 1.5-2 meters tower tank): generally P = 100-160%, I = 80-400S, D = 0S;
3] Small container (tower tank with a diameter of 2 meters and a height of less than 1.5 meters): generally P = 120 ~ 300%, I = 60 ~ 200S, D = 0S;
4. Temperature adjustment (T):
Generally P = 120 ~ 260%, I = 50 ~ 200S, D = 20 ~ 60S;
The above parameters are empirical and not absolute. In addition, in practice, sometimes a process object or valve (positioner) of a regulation system has a problem, which can be overcome by changing the PID parameters to enable automatic operation. Automatic operation requires patient observation and continuous correction. In practice, the key to automatic operation is that the valve (positioner) and actuator are easy to use and flexible in action.
In a cascade control system (for example, with two regulators), the entire inner loop (sub-regulator, with Ko1*Kv1*Kc1 > 0) is equivalent to the Kv of the main loop, which is always positive. The result of PID parameter tuning: observe the curve, which is generally a first-order characteristic (of course, in theory, a second-order attenuation characteristic).
Three automatic circuit input precautions
1. Basic principles:
When the device is running, the input of the automatic circuit should ensure the smooth operation of each work section. The main parameters cannot fluctuate greatly, and the pressure, liquid level, temperature and other parameters of other auxiliary equipment cannot fluctuate too much to affect the normal operation of the device.
2. Cooperation with process operators:
The commissioning of the automatic circuit belongs to the commissioning work of the automation transformation project. If our personnel are responsible for commissioning the automatic circuit, when doing this work, we should first explain to the user's operators the content of our work, how the process operators need to cooperate, what the impact is and how to deal with unexpected situations. After the commissioning is completed, the process operators should be notified. Before the automatic circuit is put into use for the first time, the process operators should be required to adjust the working conditions of this part to a relatively stable state as much as possible.
3. Specific precautions for control system:
(1) All automatic circuit configurations should be strictly tested before leaving the station. If the configuration is modified on site, the signal flow and logic correctness of the configuration should be carefully checked before it is put into automatic operation. The timing of the switching logic should be noted in the signal switching part. The configuration should ensure that there is a simple logic part that can be manually intervened at the exit of the automatic circuit to the site, so that in case of configuration errors, the automatic circuit can be manually stopped from affecting the site.
(2) When the PID module is put into automatic operation, the values of the proportional band and integral time of the PID module can be enlarged first, the upper and lower limits of the PID module output can be placed within an allowable range of variation near the current tracking output value of the PID module, and the output change rate of the PID module can be reduced. After the automatic operation is put into automatic operation, observe whether the action direction of the PID module is correct and whether the change of the input deviation of the PID module is within the normal range. After confirmation, release the output limits of the PID module one by one to restore its normal function, and then adjust the parameters of each item of the PID module according to the adjustment quality.
Four PID parameter tuning methods
1. Basic knowledge
In the automatic adjustment system, E=SP-PV. Among them, E is the deviation, SP is the given value, and PV is the measured value. When SP is greater than PV, it is a positive deviation, otherwise it is a negative deviation.
1) The action of proportional regulation is proportional to the size of the deviation; when the proportionality is 100, the output of the proportional action and the deviation act at 1:1 of their respective ranges. When the proportionality is 10, it acts at 10:1. That is, the smaller the proportionality, the stronger the proportional action. Too strong a proportional action will cause oscillation. Too weak a proportional action will cause under-regulation of the proportion, resulting in too many fluctuation cycles in the system convergence process and too small an attenuation ratio. Its function is to stabilize the adjusted parameters.
2) The action of the integral regulation is proportional to the integral of the deviation over time. That is, if there is an integral action on the deviation, there will be an output. It plays a role in eliminating the residual error. If the integral action is too strong, it will cause oscillation, and if it is too weak, the system will have a residual error.
3) The action of differential regulation is proportional to the speed of change of the deviation. Its effect is to prevent all changes in the adjusted parameters and has the effect of leading regulation. It has a good effect on objects with large lags. But it cannot overcome pure lags. It is suitable for temperature regulation. Using differential regulation can shorten the time of the system convergence cycle. Too long differential time will also cause oscillation.
2. Setting method
The empirical method is the most widely used tuning method for simple regulation systems. It is a trial and error method. It is achieved by presetting parameters and repeated trial and error. The preset values of the parameters should be determined according to the characteristics of the object and the range of the instrument. The PID parameters with large instrument ranges should be appropriately strengthened. The general ranges of the four types of adjusted parameters are as follows:
The critical proportionality method is to use pure proportionality to put the system into automatic operation. At this time, the integral time is set to the maximum and the differential time is set to 0. Gradually reduce the proportionality until the system just starts to oscillate with equal amplitude. Note the proportionality Pbc and oscillation period Tc at this time, and then calculate the proportionality and integral time of PID as follows: P=2.2Pbc; T=0.85Tc. The actual situation may exceed this range.
For objects with large pure lag time and time constant, the critical proportionality method should not be used for MACS PID, as it is more difficult to find Pbc.
Previous article:Motor energy efficiency standards: What are IE3, IE4, and IE5?
Next article:Connect the sensor to the PLC digital input port
- Huawei's Strategic Department Director Gai Gang: The cumulative installed base of open source Euler operating system exceeds 10 million sets
- Analysis of the application of several common contact parts in high-voltage connectors of new energy vehicles
- Wiring harness durability test and contact voltage drop test method
- Sn-doped CuO nanostructure-based ethanol gas sensor for real-time drunk driving detection in vehicles
- Design considerations for automotive battery wiring harness
- Do you know all the various motors commonly used in automotive electronics?
- What are the functions of the Internet of Vehicles? What are the uses and benefits of the Internet of Vehicles?
- Power Inverter - A critical safety system for electric vehicles
- Analysis of the information security mechanism of AUTOSAR, the automotive embedded software framework
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
- Innolux's intelligent steer-by-wire solution makes cars smarter and safer
- 8051 MCU - Parity Check
- How to efficiently balance the sensitivity of tactile sensing interfaces
- What should I do if the servo motor shakes? What causes the servo motor to shake quickly?
- 【Brushless Motor】Analysis of three-phase BLDC motor and sharing of two popular development boards
- Midea Industrial Technology's subsidiaries Clou Electronics and Hekang New Energy jointly appeared at the Munich Battery Energy Storage Exhibition and Solar Energy Exhibition
- Guoxin Sichen | Application of ferroelectric memory PB85RS2MC in power battery management, with a capacity of 2M
- Analysis of common faults of frequency converter
- In a head-on competition with Qualcomm, what kind of cockpit products has Intel come up with?
- Dalian Rongke's all-vanadium liquid flow battery energy storage equipment industrialization project has entered the sprint stage before production
- Allegro MicroSystems Introduces Advanced Magnetic and Inductive Position Sensing Solutions at Electronica 2024
- Car key in the left hand, liveness detection radar in the right hand, UWB is imperative for cars!
- After a decade of rapid development, domestic CIS has entered the market
- Aegis Dagger Battery + Thor EM-i Super Hybrid, Geely New Energy has thrown out two "king bombs"
- A brief discussion on functional safety - fault, error, and failure
- In the smart car 2.0 cycle, these core industry chains are facing major opportunities!
- The United States and Japan are developing new batteries. CATL faces challenges? How should China's new energy battery industry respond?
- Murata launches high-precision 6-axis inertial sensor for automobiles
- Ford patents pre-charge alarm to help save costs and respond to emergencies
- New real-time microcontroller system from Texas Instruments enables smarter processing in automotive and industrial applications
- DSPC6678 on-chip storage space allocation mechanism
- EEWORLD University Hall ---- Computer Control Devices Zhang Guangxin of Zhejiang University
- The most worrying thing happened: ARM complies with new US regulations and stops cooperating with Huawei
- Summary of remote firmware upgrade for MSP430, STM8L, cortex-M0 core
- Do all voltage rails need to use low quiescent current? Here's the answer!
- How Carrier Networks Will Achieve 5G 《Vintage Multi-Carrier Technology》
- Mentor Use
- Analysis of the working principles of seven triode collector DC circuits 2
- Circuit
- TMS320F28035 call jump instruction problem