RS Logix 500 Math (Dew Point)

kirk

Lifetime Supporting Member
Join Date
Jul 2003
Location
Houston
Posts
71
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 calculate Dew Point.

I have had problems with this in the past and I don't know if it was my logic or my formula, but I scrapped the whole mess.

Any Help or Guidance is appreciated.

Regards,

Kirk
 
Yes, but you have sights like www. ajdesigner.com/phphumidity/dewpoint_equation_dewpoint_termperature.php which gives you a easy formaula, but doesn't evene give you an acuate dewpoint conversion on its own page. Or ehow.dot com which gives you something for dewpoint over 50 %
OR some formula that refers to log functions which I am not sure the Micrologix 1500 support. I was hoping someone had a formula or logic that had already tackled all these problems and has been tested to work.

I fought thru these problems on a previous occaion with nothing to show but a headache and lost hours.

kirk
 
I would use this formula along with a look-up table and a simple linear interpolator to calculate ln(RH). I know you can do indirect addressing with the 1500. This may get a little squirrelly at very low relative humidity (<3 or so). But if that is an issue you can overload points in that region (change your index increment below a certain RH).

Keith
 

Similar Topics

Hi Gurus I have an issue with 2 similar programs. One faults and the other doesnt. When i enter a number on the HMI larger than 546 ( MUL x 60 =...
Replies
3
Views
3,384
Hi my problem may have a simple solution but i cant work it out. I need to use the Divide function but it wont let me use a decimal point in...
Replies
3
Views
1,726
Hi I need help solving this Fault Code 20h (Math Overflow Trap S5:0). I download the code into the ML 1400 PLC. When choosing RUN it gives me a...
Replies
22
Views
17,173
I am trying to use the CPT instruction and apparently I can't quit get it right. I am trying to accomplish this equation. (( N25:4 * 1000 ) +...
Replies
10
Views
2,911
Hello everybody I'm new to plc programming and i'm trying to program some simple math operations to convert some measurments for a project. The...
Replies
8
Views
5,575
Back
Top Bottom