Modelling Steam generator with P controller and 4-20mA signal to valve

AI Thread Summary
The discussion focuses on modeling a sodium steam generator in Octave, specifically implementing a P controller to manage boiler water levels using a 4-20mA signal for valve control. The user is confused about the relationship between the control output and the valve signal, particularly how to handle the scenario where the error is zero. Suggestions include using a signal conditioner to convert voltage inputs to the required 4-20mA output and considering a three-element control strategy that accounts for both feedwater flow and steamflow to minimize level fluctuations. Additionally, incorporating an integral component to the level error signal is recommended to ensure the system stabilizes at the desired water level. Understanding these control mechanisms is essential for effective modeling and operation of the steam generator.
jakub.gongol
Messages
4
Reaction score
0
Hi .

I am modeling a sodium steam generator in Octave. I build a set of differential equations and solve them with Octave DAE solver. My model works just fine. Now i would like to start implementing controls but I am quite confused with P conroler output signal and with what it actually controls

For example: I am trying to control the level of water in the boiler . Mesuared value is 4-20mA signal that represents water level. What I want to control is valve that throttles the Feed water dpump discharge.

I implemented a control equation:

t= time
l= water level [m]
l_set =required water level [m]


f=Kp*(e)=Kp*(l_set-l(t)).

I know that the The characteristic of the valve is linear (4mA(0% open) - 20mA(100% open)).

What is the relation between value f and the signal that i send to the valve. Do I send the f to the valve?? That does not seem right since when e=0 then f=0 I would be telling the valve to shut to 0% open when the error is 0.(neglect the 4mA signal...I can add bias) That is not right or is it??

How can I model this problem with a differential or algebraic equation??

Thank you
Jacob
 
Engineering news on Phys.org
What you need is a signal conditioner to take a voltage input, say 0 to 1 volt, and outputs, 4-20mA. Conditioners like this

DRF-VDC_VAC_m.jpg


... are designed to accept a broad range of input signals, such as ac and dc voltage and current, frequency, temperature (thermocouple and RTD), and process transducers, and provide standard process outputs of either 4 to 20 mA, or 0 to 10 Vdc.

http://www.omega.com/pptst/DRF-VDC_VAC.html
 
Hmmm

Start at the simplest mental model of the boiler.
Usually they're made from a huge round steel cylinder that may be vertical(as in PWR) or horizontal(as in fossil plant and some non-US nukes ).
So there is some relation between the amount of mass in the boiler and the level of the water.
If your boiler is vertical that's roughly linear, if horizontal it's not.

What you are controlling with flow is rate of water addition to the boiler.
So you'd want error to drive valve in the direction to correct that error - low level opens valve just as in a toilettank..


In a real plant it is typical to measure both the feedwater flow into and the steamflow out of your boiler. Next subtract them to make a "flow error" signal. This might get multiplied by some modest gain.
Flow error is then added to your level error signal and the result sent to the valve.
That's called "Three element" boiler level control.
It has the advantage that when steamflow changes, the valve immediately receives a signal to make feedwater flow match it , so you won't get much of a level perturbation.

Usually some integral is applied to the level error signal so that the system will eventually drive measured level to what is desired.

http://marineengineeringonline.com/marine-boiler-water-level-control/
marine_boiler_water_level_control.jpg


You'll want to learn about controllers, too

http://www.ni.com/white-paper/3782/en/
 
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Hello dear reader, a brief introduction: Some 4 years ago someone started developing health related issues, apparently due to exposure to RF & ELF related frequencies and/or fields (Magnetic). This is currently becoming known as EHS. (Electromagnetic hypersensitivity is a claimed sensitivity to electromagnetic fields, to which adverse symptoms are attributed.) She experiences a deep burning sensation throughout her entire body, leaving her in pain and exhausted after a pulse has occurred...
Back
Top