Page 1 of 2 12 LastLast
Results 1 to 50 of 77
  1. #1
    Join Date
    Mar 2008
    Location
    USA
    Posts
    16
    Rep Power
    0

    Angry R22 Temp To Pressure Formula



    I am trying to write a computer program that calculates the pressure of R22 from a given temp, just like a p/t chart.

    I have searche the web an have not been able to find a formula. Does anyone know what this formula is?

    Thanks



  2. #2
    Join Date
    Aug 2005
    Location
    USA
    Posts
    5,302
    Rep Power
    25

    Re: R22 Temp To Pressure Formula

    Find a set of tables for the refrigerant you want to use. Then plug the data into an Excel spreadsheet. One column for temperature and another for pressure. Then you can curve fit the data so that your program calculates the pressure from the temperature input from the instruments.

    You may have to turn on the Data Analysis option in Excel, but it's in there. Look in the Help section (F1) and search for curve fitting or regression as the topic.

    The temperature to pressure works out quite well, but going from pressure to temperature with this method is a little dicey.
    Last edited by US Iceman; 16-03-2008 at 05:50 PM. Reason: spelling
    If all else fails, ask for help.


  3. #3
    Join Date
    Feb 2008
    Location
    Norway
    Age
    57
    Posts
    446
    Rep Power
    17

    Re: R22 Temp To Pressure Formula

    Interesting problem. I made a heat pump where i wished to read out the condensing and evaporator temperature on the PLC from a pressure transducer. I was looking for a formula that i could program the plc with so it could convert pressure to temperature. I wasnt able to find a formula.

    I doubt there exists a simple formula. At least if it should give an accurate result. If someone has a formula, simple or complicated, i'm also very interested in it.

  4. #4
    Join Date
    Feb 2008
    Location
    Norway
    Age
    57
    Posts
    446
    Rep Power
    17

    Re: R22 Temp To Pressure Formula

    Quote Originally Posted by US Iceman View Post
    Find a set of tables for the refrigerant you want to use. Then plug the data into an Excel spreadsheet. One column for temperature and another for pressure. Then you can curve fit the data so that your program calculates the pressure from the temperature input from the instruments.

    You may have to turn on the Data Analysis option in Excel, but it's in there. Look in the Help section (F1) and search for curve fitting or regression as the topic.

    The temperature to pressure works out quite well, but going from pressure to temperature with this method is a little dicey.
    Is it possible to read out the actual formula from Excell? I need a formula i can incorporate in my PLC program.

  5. #5
    Join Date
    Mar 2008
    Location
    USA
    Posts
    16
    Rep Power
    0

    Re: R22 Temp To Pressure Formula

    Quote Originally Posted by SteinarN View Post
    Is it possible to read out the actual formula from Excell? I need a formula i can incorporate in my PLC program.
    That is what I am trying to do, I need to write a custom program object for an energy managment system.

    I know the formula exists, because there are online caclculators that do this.

    The Excel option will not work for me.

  6. #6
    Join Date
    Feb 2008
    Location
    Norway
    Age
    57
    Posts
    446
    Rep Power
    17

    Re: R22 Temp To Pressure Formula

    I know some compressor calculation software uses formulas and not tables to calculate capasity. Danfoss does this. You can read out the formula as well as the values for each compressor that you put in the formula (an universal formula but different values put into that formula dependent on which compressor to calculate). I tried to make a formula myself a couple year ago, but I didnt have enough time to have a serious try. Maybe i should try one more time.

  7. #7
    Join Date
    Mar 2008
    Location
    USA
    Posts
    16
    Rep Power
    0

    Re: R22 Temp To Pressure Formula

    If you figure it out, let me know. It is not a linear formula, or it would be fairly easy.

  8. #8
    Join Date
    Aug 2005
    Location
    USA
    Posts
    5,302
    Rep Power
    25

    Re: R22 Temp To Pressure Formula

    Quote Originally Posted by lwarren
    The Excel option will not work for me.
    Why? All you have to do is as I suggested and then paste the equation (that Excel generates for you) into your PLC program. It will be as accurate as you need for the program.
    If all else fails, ask for help.


  9. #9
    Join Date
    Mar 2008
    Location
    USA
    Posts
    16
    Rep Power
    0

    Re: R22 Temp To Pressure Formula

    Quote Originally Posted by US Iceman View Post
    Why? All you have to do is as I suggested and then paste the equation (that Excel generates for you) into your PLC program. It will be as accurate as you need for the program.
    Sorry Iceman, I did not realize that the formula from Excel would be exposed. Thanks!

    I did find the formula on Duponts site, however this site will not let me post the link to it until I get over 15 posts.

  10. #10
    Join Date
    Feb 2008
    Location
    Norway
    Age
    57
    Posts
    446
    Rep Power
    17

    Re: R22 Temp To Pressure Formula

    Quote Originally Posted by lwarren View Post
    Sorry Iceman, I did not realize that the formula from Excel would be exposed. Thanks!

    I did find the formula on Duponts site, however this site will not let me post the link to it until I get over 15 posts.
    You'd better start posting heavily

    Can you send the link to me directly?
    Last edited by SteinarN; 17-03-2008 at 05:19 AM.

  11. #11
    Join Date
    Sep 2007
    Location
    Split Croatia
    Age
    57
    Posts
    6,151
    Blog Entries
    6
    Rep Power
    36

    Re: R22 Temp To Pressure Formula

    Quote Originally Posted by lwarren View Post
    Sorry Iceman, I did not realize that the formula from Excel would be exposed. Thanks!

    I did find the formula on Duponts site, however this site will not let me post the link to it until I get over 15 posts.
    Of course you could!
    Write like this: smmn://zzz.refrigeration-engeineer.com

  12. #12
    Join Date
    Mar 2008
    Location
    USA
    Posts
    16
    Rep Power
    0

    Re: R22 Temp To Pressure Formula

    Ok, here it is:

    abbc://yyy.refrigerants.dupont.com/Suva/en_US/pdf/h16419.pdf

    This is actually the formula for pressure from temperature, which is what I asked for. However, I actually need to convert pressure back to temp so I will have to try to figure out how to redo the formula.

  13. #13
    Join Date
    Sep 2007
    Location
    Split Croatia
    Age
    57
    Posts
    6,151
    Blog Entries
    6
    Rep Power
    36

    Re: R22 Temp To Pressure Formula

    I think that any high school pupil good in mathematics can do that for you easy. Al relationships and constants are there, and it should be easy to derive formula for temperature.

  14. #14
    Join Date
    Feb 2008
    Location
    Norway
    Age
    57
    Posts
    446
    Rep Power
    17

    Re: R22 Temp To Pressure Formula

    Quote Originally Posted by nike123 View Post
    I think that any high school pupil good in mathematics can do that for you easy. Al relationships and constants are there, and it should be easy to derive formula for temperature.
    Can you do it?

  15. #15
    Join Date
    Oct 2005
    Location
    In a 2 bedroom unit. Why's That? :)
    Posts
    314
    Rep Power
    19

    Thumbs up Re: R22 Temp To Pressure Formula

    Quote Originally Posted by SteinarN View Post
    Interesting problem. I made a heat pump where i wished to read out the condensing and evaporator temperature on the PLC from a pressure transducer. I was looking for a formula that i could program the plc with so it could convert pressure to temperature. I wasnt able to find a formula.

    I doubt there exists a simple formula. At least if it should give an accurate result. If someone has a formula, simple or complicated, i'm also very interested in it.
    Hi.

    Where I use to work we used a program called MSR32.

    We connected 2 pressure transducers and had a ability to run 38 thermocouples through 2 data loggers. There is a formula but I neglected to write any down. Our visiting
    engineer wrote them into the program.

    So sorry mate. Give Solkane in germany a call. One of there engineers could help.

  16. #16
    Join Date
    Mar 2008
    Location
    USA
    Posts
    16
    Rep Power
    0

    Re: R22 Temp To Pressure Formula

    My math is pretty rusty, but Im sure I can eventually figure it out. If I get it figured out I will post it, but if someone beats me to it please post the formula.

    Hey SteinarN, I found the formula, why don't you figure out how to reverse it for temp? LOL!

  17. #17
    Join Date
    Sep 2007
    Location
    Split Croatia
    Age
    57
    Posts
    6,151
    Blog Entries
    6
    Rep Power
    36

    Re: R22 Temp To Pressure Formula

    Quote Originally Posted by SteinarN View Post
    Can you do it?
    Yes, I can, but I will keep it for my self.

  18. #18
    Join Date
    Feb 2008
    Location
    Norway
    Age
    57
    Posts
    446
    Rep Power
    17

    Re: R22 Temp To Pressure Formula

    Quote Originally Posted by lwarren View Post
    My math is pretty rusty, but Im sure I can eventually figure it out. If I get it figured out I will post it, but if someone beats me to it please post the formula.

    Hey SteinarN, I found the formula, why don't you figure out how to reverse it for temp? LOL!

    Dont laugh out to loud! Maby i do reverse it

  19. #19
    Join Date
    Aug 2005
    Location
    USA
    Posts
    5,302
    Rep Power
    25

    Re: R22 Temp To Pressure Formula

    Instead of rewriting the equation why not use a loop in the program? Use the pressure as an input and continue the loop until the temperature is within 0.001 of the results.
    If all else fails, ask for help.


  20. #20
    Join Date
    Feb 2008
    Location
    Norway
    Age
    57
    Posts
    446
    Rep Power
    17

    Re: R22 Temp To Pressure Formula

    Quote Originally Posted by US Iceman View Post
    Instead of rewriting the equation why not use a loop in the program? Use the pressure as an input and continue the loop until the temperature is within 0.001 of the results.
    I had a 15 min look at the formula. It is slightly over my head to revrite it. Came to the same conclusion of a loop. But i will have a look at the excell option also.

  21. #21
    Join Date
    Aug 2005
    Location
    USA
    Posts
    5,302
    Rep Power
    25

    Re: R22 Temp To Pressure Formula

    It has been some time since I have looked at curve fitting the pressure to temperature. I seem to remember the accuracy was not too good, but then... how good would you need it to be?
    If all else fails, ask for help.


  22. #22
    Join Date
    Feb 2008
    Location
    Norway
    Age
    57
    Posts
    446
    Rep Power
    17

    Re: R22 Temp To Pressure Formula

    The temperature to pressure formula from Du Pont has an average deviation of 0,11%. I would be happy if i got +-0,5C in deviation. I'ts just for information, not a part of the regulation of the heat pump.

  23. #23
    Join Date
    Sep 2007
    Location
    Split Croatia
    Age
    57
    Posts
    6,151
    Blog Entries
    6
    Rep Power
    36

    Re: R22 Temp To Pressure Formula

    I send this formula to my cousin who is doctor of mathematic science and professor of mathematic at Zagreb university. I expect his answer in few days.

  24. #24
    Join Date
    Aug 2005
    Location
    USA
    Posts
    5,302
    Rep Power
    25

    Re: R22 Temp To Pressure Formula

    Quote Originally Posted by SteinarN
    I would be happy if i got +-0,5C in deviation. I'ts just for information...
    Then you may be satisfied with the Excel results. It has been some time since I did this, so you might want to check it yourself.
    If all else fails, ask for help.


  25. #25
    Join Date
    Nov 2006
    Location
    UK
    Age
    63
    Posts
    392
    Rep Power
    18

    Re: R22 Temp To Pressure Formula

    which of the formulas in the document do you want reversing as I will see what I can sort out?

    Ian

  26. #26
    Join Date
    Aug 2005
    Location
    USA
    Posts
    5,302
    Rep Power
    25

    Re: R22 Temp To Pressure Formula

    Ian,

    The equation he is looking for is reverse of the temperature to pressure equation with all of the log base 10 fun stuff.

    They are trying to get the saturation temperature from the pressure.
    If all else fails, ask for help.


  27. #27
    Join Date
    Sep 2007
    Location
    Split Croatia
    Age
    57
    Posts
    6,151
    Blog Entries
    6
    Rep Power
    36

    Re: R22 Temp To Pressure Formula

    Quote Originally Posted by Pooh View Post
    which of the formulas in the document do you want reversing as I will see what I can sort out?

    Ian
    This is formula!


  28. #28
    Join Date
    Feb 2008
    Location
    Norway
    Age
    57
    Posts
    446
    Rep Power
    17

    Re: R22 Temp To Pressure Formula

    Quote Originally Posted by nike123 View Post
    This is formula!

    We are looking for a formula which begins like this: T=???

    "T" is the temperature and is the value we want to find.

    "Psat" is the saturated pressure this formula will calculate when "T" is known.

    We know "Psat" and want to calculate "T".

  29. #29
    Join Date
    Sep 2007
    Location
    Split Croatia
    Age
    57
    Posts
    6,151
    Blog Entries
    6
    Rep Power
    36

    Re: R22 Temp To Pressure Formula

    Quote Originally Posted by SteinarN View Post
    We are looking for a formula which begins like this: T=???

    "T" is the temperature and is the value we want to find.

    "Psat" is the saturated pressure this formula will calculate when "T" is known.

    We know "Psat" and want to calculate "T".
    I am aware of that! Look at post 20.

  30. #30
    Join Date
    Feb 2008
    Location
    Norway
    Age
    57
    Posts
    446
    Rep Power
    17

    Re: R22 Temp To Pressure Formula

    Quote Originally Posted by nike123 View Post
    I am aware of that! Look at post 20.
    Hmmm, cant find post 20 to be relevant to your post 29.

    A only tried to be helpfull.

  31. #31
    Join Date
    Sep 2007
    Location
    Split Croatia
    Age
    57
    Posts
    6,151
    Blog Entries
    6
    Rep Power
    36

    Re: R22 Temp To Pressure Formula

    Quote Originally Posted by SteinarN View Post
    Hmmm, cant find post 20 to be relevant to your post 29.

    A only tried to be helpfull.
    Yes I am aware, but you quoting me and replying to me!
    And I knew what we (in fact Iwarren) want from this formula ( picture in my post no.27) and I said, that I send that formula to my cousin (post 23) to derive what you stated in post 28


    What a mess.

    I see now, you looking in linear mode and I looking in hybrid mode.
    Correcting this mess....

    Corrected!
    Last edited by nike123; 17-03-2008 at 09:48 PM. Reason: cleaning of mess

  32. #32
    Join Date
    Aug 2005
    Location
    USA
    Posts
    5,302
    Rep Power
    25

    Re: R22 Temp To Pressure Formula

    You guys just found one of the interesting features of this forum. I typically use the last post first view so I can read the most current post first.

    When someone refers to a post use the post number, not by relative location or we will have a big mess!!!
    If all else fails, ask for help.


  33. #33
    Join Date
    Mar 2008
    Location
    USA
    Posts
    16
    Rep Power
    0

    Re: R22 Temp To Pressure Formula

    Quote Originally Posted by nike123 View Post
    I send this formula to my cousin who is doctor of mathematic science and professor of mathematic at Zagreb university. I expect his answer in few days.
    Thanks nike123, I was not looking forward to trying to figure that out. I appreciate the help from everyone here.

  34. #34
    Join Date
    Mar 2008
    Location
    USA
    Posts
    16
    Rep Power
    0

    Re: R22 Temp To Pressure Formula

    This also has me confused; if you look at the Units and Factors for that equation it says that
    T = temperature in deg. R = deg. F + 459.69 deg.

  35. #35
    Join Date
    Jan 2006
    Location
    Croatia
    Age
    68
    Posts
    2,263
    Rep Power
    31

    Re: R22 Temp To Pressure Formula

    Hi all


    maybe to see this:

    http://www.fchart.com/ees.shtml#1.1

    http://www.fchart.com/eesdemo.shtml

    http://www.fchart.com/eesexmpl.shtml

    hope this is of some help

    Best regards, Josip

    It's impossible to make anything foolproof because fools are so ingenious...

    Don't ever underestimate the power of stupid people when they are in large groups.

    Please, don't teach me how to be stupid....
    No job is as important as to jeopardize the safety of you or those that you work with.

  36. #36
    Join Date
    Aug 2005
    Location
    USA
    Posts
    5,302
    Rep Power
    25

    Re: R22 Temp To Pressure Formula

    Quote Originally Posted by lwarren View Post
    This also has me confused; if you look at the Units and Factors for that equation it says that
    T = temperature in deg. R = deg. F + 459.69 deg.
    When you are doing gas law or thermodynamic calculations you have to use absolute pressure and temperature.

    This means your pressure transducer has to be absolute pressure (which you use in the equation) and then subtract 14.69 psi from it for gauge pressure (unless you are in a vacuum) for the display.

    The same thing applies to temperature. You have to add 459.69 to your temperature readings then plug it into the equation (or subtract depending on what you are doing).

    And you thought this was going to be easy???
    If all else fails, ask for help.


  37. #37
    Join Date
    Aug 2005
    Location
    USA
    Posts
    5,302
    Rep Power
    25

    Re: R22 Temp To Pressure Formula

    Hi Josip,

    EES is what I use for most information and calculations. It is a very good program, but a little expensive.
    If all else fails, ask for help.


  38. #38
    Join Date
    Mar 2008
    Location
    USA
    Posts
    16
    Rep Power
    0

    Re: R22 Temp To Pressure Formula

    Hey nike123, did your cousin ever figure out how re work that formula for temperature?

  39. #39
    Join Date
    Sep 2007
    Location
    Split Croatia
    Age
    57
    Posts
    6,151
    Blog Entries
    6
    Rep Power
    36

    Re: R22 Temp To Pressure Formula

    Quote Originally Posted by lwarren View Post
    Hey nike123, did your cousin ever figure out how re work that formula for temperature?
    He didn't answered yet!
    I will remind him in few days. These successful youngsters today are pretty unorganized.

  40. #40
    Join Date
    Mar 2008
    Location
    USA
    Posts
    16
    Rep Power
    0

    Re: R22 Temp To Pressure Formula

    Quote Originally Posted by nike123 View Post
    He didn't answered yet!
    I will remind him in few days. These successful youngsters today are pretty unorganized.
    No problem, I appreciate your help.

  41. #41
    Join Date
    Sep 2007
    Location
    Split Croatia
    Age
    57
    Posts
    6,151
    Blog Entries
    6
    Rep Power
    36

    Re: R22 Temp To Pressure Formula

    Today I have conversation with my cousin and only he could came up with this problem is that he and his colleagues cannot derive formula from this one, and he advise me to take approach with Excel as one with most likely useful for your goal.
    He told me that he will try to came up with some useful solution in near future and that he will discuss this problem with his colleagues.
    I will keep you posted with development on this mater.

    It seems that you make some shock in mathematical community.

  42. #42
    Join Date
    Jun 2006
    Location
    Arizona
    Posts
    39
    Rep Power
    0

    Re: R22 Temp To Pressure Formula

    Are you searching for a computer program that has the ability to convert R22 temperature to pressure correlation? If so I have it. We can convert this in F to PSIG or in C to KPA. Operates on Windows based computers with Windows .net Framework 2.0 as pre-requisite operating system. We can also convert this same calculation for 28 other Refrigerants. For blends we output both Dew Point and Bubble Point readouts.

  43. #43
    Join Date
    Feb 2008
    Location
    Norway
    Age
    57
    Posts
    446
    Rep Power
    17

    Re: R22 Temp To Pressure Formula

    I'm searching for a formula to incorporate in a PLC program for conversion from pressure to temperature. Do you have such a formula mcjo tech?

  44. #44
    Join Date
    Jun 2006
    Location
    Arizona
    Posts
    39
    Rep Power
    0

    Re: R22 Temp To Pressure Formula

    StienerN
    If you could please explain your application and applications needs it would help me to understand what it is you may require. Is it the formula you require? Our software does not have a basic formula. Or is it just a program that is capable of these correlations? If it is something that there would be a demand for I am sure we could produce some custom software for this application.

    Joe
    ExactCharge Industries,Inc.

  45. #45
    Join Date
    Feb 2008
    Location
    Norway
    Age
    57
    Posts
    446
    Rep Power
    17

    Re: R22 Temp To Pressure Formula

    I've made a large heat pump controlled by a PLC with a HMI panel conected. It is installed HP and LP tranducers conected to the PLC, so it is possible to read out the pressures. But I would like it to be possible to read out the condensing and evaporator temperatures also. Thats the reason I need the formula to convert from pressures to temperatures, a formula which can be incorporated in the existing PLC program.

  46. #46
    Join Date
    Jun 2006
    Location
    Arizona
    Posts
    39
    Rep Power
    0

    Re: R22 Temp To Pressure Formula

    Thanks,

    I understand you application now. Our software for Pressure/Temperature correlations is not formula based but rather logic based so we would not be able to help in your application. I am sure that there is a formula which can accomplish your needs but we do the correlations by different means. Sorry we could not be of more help.

  47. #47
    Join Date
    Jan 2006
    Location
    Croatia
    Age
    68
    Posts
    2,263
    Rep Power
    31

    Re: R22 Temp To Pressure Formula

    Hi,

    I believe that formula is not simple, having 4 non linear basic formulas to calculate properties charts.... in other hand if its so why to loose the time to make charts .... just give few formulas and we can calculate what we need

    ..... when you read those articles with so many equations, interpolations....information

    http://www.imst-art.com/ficherosdesc/interpolation.pdf

    http://nii.nist.gov/srd/REFPROP7doc1.pdf (1.69MB)

    http://potomac.nist.gov/srd/PDFfiles/REFPROP8.PDF


    Quote Originally Posted by US Iceman
    EES is what I use for most information and calculations. It is a very good program, but a little expensive.
    ..... agree with you, after reading above articles I understood why EES are so expensive a lot of efforts.... but definitely worth that money....


    Quote Originally Posted by SteinarN
    .....It is installed HP and LP tranducers conected to the PLC, so it is possible to read out the pressures. But I would like it to be possible to read out the condensing and evaporator temperatures also.
    .... why not use those pressures and in the same row show adjacent temperature for that pressure according to charts... then install another two temperature probes and make possible to read suction and discharge superheat what is more important ....


    Quote Originally Posted by lwarren
    I am trying to write a computer program that calculates the pressure of R22 from a given temp, just like a p/t chart.

    I have searche the web an have not been able to find a formula. Does anyone know what this formula is?
    .... seems we cannot help much...when you read above articles I believe you will realize why, but still you can use the same way....

    ..... seems using properties charts and normal programing procedures is inevitable process

    .... of course I can be wrong.... just my 2pence

    Best regards, Josip
    Last edited by Josip; 30-03-2008 at 01:13 PM. Reason: add link

    It's impossible to make anything foolproof because fools are so ingenious...

    Don't ever underestimate the power of stupid people when they are in large groups.

    Please, don't teach me how to be stupid....
    No job is as important as to jeopardize the safety of you or those that you work with.

  48. #48
    Join Date
    Sep 2007
    Location
    Split Croatia
    Age
    57
    Posts
    6,151
    Blog Entries
    6
    Rep Power
    36

    Re: R22 Temp To Pressure Formula

    Quote Originally Posted by SteinarN View Post
    I've made a large heat pump controlled by a PLC with a HMI panel conected. It is installed HP and LP tranducers conected to the PLC, so it is possible to read out the pressures. But I would like it to be possible to read out the condensing and evaporator temperatures also. Thats the reason I need the formula to convert from pressures to temperatures, a formula which can be incorporated in the existing PLC program.
    I downloaded software Wolframs Mathematica today and I am going to install it, and try to came up with something.

  49. #49
    Join Date
    Jan 2006
    Location
    Croatia
    Age
    68
    Posts
    2,263
    Rep Power
    31

    Re: R22 Temp To Pressure Formula

    Hi, nike123

    Quote Originally Posted by nike123 View Post
    I downloaded software Wolframs Mathematica today and I am going to install it, and try to came up with something.
    what to say.... good luck

    maybe to use one of those ... close to CoolPack

    http://www.et.web.mek.dtu.dk/WinDali...nDali_2.10.ZIP
    http://www.et.web.mek.dtu.dk/WinDali/Files/WinDali.pdf

    http://www.et.web.mek.dtu.dk/WinDali...fEqns_3.10.ZIP

    all above is here...

    http://www.et.web.mek.dtu.dk/WinDali/Index.html

    Best regards, Josip

    It's impossible to make anything foolproof because fools are so ingenious...

    Don't ever underestimate the power of stupid people when they are in large groups.

    Please, don't teach me how to be stupid....
    No job is as important as to jeopardize the safety of you or those that you work with.

  50. #50
    Join Date
    Aug 2005
    Location
    USA
    Posts
    5,302
    Rep Power
    25

    Re: R22 Temp To Pressure Formula

    Well it seems everyone is insisting on doing this the hard way. Try this...

    Temp=-8.13681513E+01+3.20065359E+00*Press-3.81813098E-02*Press^2+2.96408154E-04*Press^3-1.29284314E-06*Press^4+2.90447694E-09*Press^5-2.61193736E-12*Press^6

    Temp = °F (saturation temperature)
    Press = psia (valid for range of 10 psia to 315 psia)

    It may not be exact to 4 decimal places but it should be close enough.

    Edit: this applies to R-22 only!!
    Last edited by US Iceman; 30-03-2008 at 04:10 PM. Reason: added note
    If all else fails, ask for help.


Page 1 of 2 12 LastLast

Similar Threads

  1. Compressor loading, cooling, and range of operation.
    By Air duster in forum Fundamentals
    Replies: 10
    Last Post: 02-04-2008, 08:39 AM
  2. Benji
    By benji in forum Trouble Shooting
    Replies: 29
    Last Post: 30-01-2008, 01:25 PM
  3. Replies: 0
    Last Post: 28-08-2007, 09:48 AM
  4. Building a wine cabinet
    By Rory in forum Technical Discussions
    Replies: 38
    Last Post: 13-07-2004, 08:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •