DEW formula

siggibald

Member
Join Date
Oct 2012
Location
iceland
Posts
60
hihi

i'm programing micrologix 1100 plc for drying room and i have to use this formula for calculate dew

Dew%20Point.JPG


is that possibel
 
If each step of the calculation can be done individually with the step result saved to a floating point number, then do the next step & save that, then continue until you have the final result

IE:
17.62 * T = F8:1
243.12 + T = F8:2
F8:1 / F8:2 = F8:3
RH / 100 = F8:4

etc...
 
If each step of the calculation can be done individually with the step result saved to a floating point number, then do the next step & save that, then continue until you have the final result

IE:
17.62 * T = F8:1
243.12 + T = F8:2
F8:1 / F8:2 = F8:3
RH / 100 = F8:4

etc...

okey bud how do you use the ln in the formula ??
 
I have never tried it but this is supposedly a simple formula that will give you a approximate Dewpoint (Td).

Td = T - ((100 - RH)/5.)
That formula works okay if RH>50%.

Here in the desert where you get low RH it is worthless.

For example: At 20C and 50% RH, the difference is less than a degree.

At 40C and 20% RH, the more accurate formula is 12.78C while this simple formula is 24C, over an 11 degree difference.

So, I'm assuming the drying room is more like the desert than the Bering Sea. :)
 

Similar Topics

Can anyone recommend a Dew point sensor for compressed air with either I/O Link or EtherNet IP Connection. I have found this...
Replies
3
Views
720
I'm needing a couple dew point sensors to use in a plastic pellet drying system. Does anyone have any suggestions of sensors they have had good...
Replies
10
Views
2,845
Does anyone know how to calculate Parts Per Million (or Billion) given Dew point in Degrees C? This would be for Heated Nitrogen. Are there any...
Replies
2
Views
5,302
Does anyone here has done any sort of temperature control using DEW point. The production site where I work doesn't have A/C system in the...
Replies
7
Views
3,603
Hi, I am looking for a formula or even better the ladder logic for a Micrologix 1500 (RS Logix 500) using Temperature (Fahrenheit) and RH to...
Replies
3
Views
3,603
Back
Top Bottom