Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Calculating power consumption

Calculating power consumption

Scheduled Pinned Locked Moved The Lounge
c++csharpcomadobequestion
49 Posts 21 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Ryan Binns

    Nishant Sivakumar wrote:

    Now using those bits of data, is there some formula to calculate the power consumption?

    Not really. You can calculate the VA rating (voltage * current), but the actual power consumption depends on the power factor of the equipment (1.0 for a perfectly noninductive circuit, but in practice is almost always less than 1.0). However, given the figures you quoted, I'd expect the power consumption to be somewhere around 150W.

    Ryan

    "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

    N Offline
    N Offline
    Nish Nishant
    wrote on last edited by
    #18

    Ryan Binns wrote:

    However, given the figures you quoted, I'd expect the power consumption to be somewhere around 150W.

    Thanks - at that rate, I don't want to leave it on 24 hours a day anyway.

    Regards, Nish


    Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
    Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

    1 Reply Last reply
    0
    • R Rama Krishna Vavilala

      AIR CLEANERS: EVEN THE MOST EFFECTIVE COULD BE A QUESTIONABLE INVESTMENT I recommend you to read the following article in consumer reporst: http://www.consumerreports.org/cro/cu-press-room/pressroom/eng0510air.htm?resultPageIndex=1&resultIndex=7&searchTerm=oreck[^]


      Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. -Brian Kernighan

      N Offline
      N Offline
      Nish Nishant
      wrote on last edited by
      #19

      Thanks Rama. I am going to return this - it was a waste of time :-(

      Regards, Nish


      Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
      Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

      1 Reply Last reply
      0
      • N Nish Nishant

        Christian Graus wrote:

        Pollution getting to you ?

        No - I wanted to get rid of cooking odors.

        Regards, Nish


        Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
        Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

        S Offline
        S Offline
        Shog9 0
        wrote on last edited by
        #20

        Use the range hood. And open a window. Or just open a window. Or just cook things that smell nice...

        ---- Do you see what i see? Why do we live like this? Is it because it's true... ...That ignorance is bliss?

        J N 2 Replies Last reply
        0
        • R Ryan Binns

          Nishant Sivakumar wrote:

          Now using those bits of data, is there some formula to calculate the power consumption?

          Not really. You can calculate the VA rating (voltage * current), but the actual power consumption depends on the power factor of the equipment (1.0 for a perfectly noninductive circuit, but in practice is almost always less than 1.0). However, given the figures you quoted, I'd expect the power consumption to be somewhere around 150W.

          Ryan

          "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

          J Offline
          J Offline
          Jasmine2501
          wrote on last edited by
          #21

          You could go out and look at your meter, leave the thing on for a whole day and write down what you used, then turn it off for a whole day and compare the usage. The effeciency of your line and other factors may make it use more power than the actual rating. If you average your 'normal' usage over 24 hours, you may be able to get a good estimate of the difference in cost - I suspect it's the cost difference you want to know, not the power usage. If it costs you 100 bucks a month to run, it may not be worth it, but if it only costs you 2 dollars to run it all month, then it's probably worth it. Depending on the brand, some of the air purifiers actually are pretty good, but something often overlooked is that homes with a central air conditioner and heater already have a method of filtering the air. It won't make it smell like ozone in your house, but changing your furnace filter can help a lot with the general air pollution. For emergent conditions like cooking odors, you need to address that problem while the situation is happening, like with a good stove hood that empties to the outside air. Air purifiers aren't designed for that.

          "Quality Software since 1983!"
          http://www.smoothjazzy.com/ - see the "Programming" section for (freeware) JazzySiteMaps, a simple application to generate .Net and Google-style sitemaps!

          1 Reply Last reply
          0
          • R Ravi Bhavnani

            Power = Volts x Amps (132W) /ravi

            My new year's resolution: 2048 x 1536 Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com

            T Offline
            T Offline
            Tim Craig
            wrote on last edited by
            #22

            Ravi Bhavnani wrote:

            Power = Volts x Amps (132W)

            That would be for DC. For AC you have to integrate the absolute value of the voltage times the current over a full sinusoidal cycle. If I remember right, that gives you a factor of 0.707 of the DC value.

            The evolution of the human genome is too important to be left to chance.

            R A L M 4 Replies Last reply
            0
            • T Tim Craig

              Ravi Bhavnani wrote:

              Power = Volts x Amps (132W)

              That would be for DC. For AC you have to integrate the absolute value of the voltage times the current over a full sinusoidal cycle. If I remember right, that gives you a factor of 0.707 of the DC value.

              The evolution of the human genome is too important to be left to chance.

              R Offline
              R Offline
              Ravi Bhavnani
              wrote on last edited by
              #23

              You're right - you want the RMS (1/sqrt(2) = 0.707) VAC, not peak-peak. It's been too long since I graduated. :-O /ravi

              My new year's resolution: 2048 x 1536 Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com

              1 Reply Last reply
              0
              • N Nish Nishant

                Holy crap! That *is* expensive! Not sure if Smitha's gonna let me buy that one - and I myself don't want to spend that much on this. But they claim that their filter does not need changing. So maybe in the long run it may be cheaper.

                Regards, Nish


                Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
                Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

                R Offline
                R Offline
                Ravi Bhavnani
                wrote on last edited by
                #24

                Heh. The infomercial is very captivating! The demo cleans a large container full of smoke in seconds. Dunno how much is smoke and mirrors, though they have a good rep. /ravi

                My new year's resolution: 2048 x 1536 Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com

                1 Reply Last reply
                0
                • N Nish Nishant

                  Rama Krishna Vavilala wrote:

                  I never knew that those things actally work.

                  They don't :-(

                  Regards, Nish


                  Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
                  Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

                  T Offline
                  T Offline
                  Todd Smith
                  wrote on last edited by
                  #25

                  They cycle the air through a small filter which makes them ok for dust. But stuff that smells can get stuck to the walls via humidity so its not going to be filtered at all.

                  Todd Smith

                  N 1 Reply Last reply
                  0
                  • R Ravi Bhavnani

                    Power = Volts x Amps (132W) /ravi

                    My new year's resolution: 2048 x 1536 Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com

                    D Offline
                    D Offline
                    danmorin
                    wrote on last edited by
                    #26

                    132 Watts * 24 Hours = 3.17 KWh. If you pay $0.10 per KWh, then your device costs you about $0.32 per day which is a bit less than $10 per month.

                    N 1 Reply Last reply
                    0
                    • S Shog9 0

                      Use the range hood. And open a window. Or just open a window. Or just cook things that smell nice...

                      ---- Do you see what i see? Why do we live like this? Is it because it's true... ...That ignorance is bliss?

                      J Offline
                      J Offline
                      J Dunlap
                      wrote on last edited by
                      #27

                      Shog9 wrote:

                      Or just cook things that smell nice...

                      :-D Mmm... food aromas...

                      1 Reply Last reply
                      0
                      • T Tim Craig

                        Ravi Bhavnani wrote:

                        Power = Volts x Amps (132W)

                        That would be for DC. For AC you have to integrate the absolute value of the voltage times the current over a full sinusoidal cycle. If I remember right, that gives you a factor of 0.707 of the DC value.

                        The evolution of the human genome is too important to be left to chance.

                        A Offline
                        A Offline
                        Anna Jayne Metcalfe
                        wrote on last edited by
                        #28

                        <geek mode>Assuming the power supply is a clean sinusoid with no excessive harmonics.</geek mode>

                        Anna :rose: Linting the day away :cool: Anna's Place | Tears and Laughter "If mushy peas are the food of the devil, the stotty cake is the frisbee of God"

                        P 1 Reply Last reply
                        0
                        • A Anna Jayne Metcalfe

                          <geek mode>Assuming the power supply is a clean sinusoid with no excessive harmonics.</geek mode>

                          Anna :rose: Linting the day away :cool: Anna's Place | Tears and Laughter "If mushy peas are the food of the devil, the stotty cake is the frisbee of God"

                          P Offline
                          P Offline
                          Pierre Leclercq
                          wrote on last edited by
                          #29

                          :) I'll even add: also assuming the phase is set properly

                          1 Reply Last reply
                          0
                          • T Tim Craig

                            Ravi Bhavnani wrote:

                            Power = Volts x Amps (132W)

                            That would be for DC. For AC you have to integrate the absolute value of the voltage times the current over a full sinusoidal cycle. If I remember right, that gives you a factor of 0.707 of the DC value.

                            The evolution of the human genome is too important to be left to chance.

                            L Offline
                            L Offline
                            Lost User
                            wrote on last edited by
                            #30

                            These are RMS figures so it's still P=V*I.

                            The tigress is here :-D

                            1 Reply Last reply
                            0
                            • T Tim Craig

                              Ravi Bhavnani wrote:

                              Power = Volts x Amps (132W)

                              That would be for DC. For AC you have to integrate the absolute value of the voltage times the current over a full sinusoidal cycle. If I remember right, that gives you a factor of 0.707 of the DC value.

                              The evolution of the human genome is too important to be left to chance.

                              M Offline
                              M Offline
                              Mike Dimmick
                              wrote on last edited by
                              #31

                              As Elaine says, the quoted AC line voltage is the RMS value. UK 240Vrms AC peaks at nearly 340V.

                              Stability. What an interesting concept. -- Chris Maunder

                              1 Reply Last reply
                              0
                              • S Shog9 0

                                Use the range hood. And open a window. Or just open a window. Or just cook things that smell nice...

                                ---- Do you see what i see? Why do we live like this? Is it because it's true... ...That ignorance is bliss?

                                N Offline
                                N Offline
                                Nish Nishant
                                wrote on last edited by
                                #32

                                Shog9 wrote:

                                Use the range hood. And open a window. Or just open a window.

                                The kitchen doesn't have a window - the nearest window is the one in the living room - which we keep open. But it still takes a while for the odors to vanish.

                                Shog9 wrote:

                                Or just cook things that smell nice...

                                We are Indian, remember? :-)

                                Regards, Nish


                                Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
                                Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

                                S 1 Reply Last reply
                                0
                                • T Todd Smith

                                  They cycle the air through a small filter which makes them ok for dust. But stuff that smells can get stuck to the walls via humidity so its not going to be filtered at all.

                                  Todd Smith

                                  N Offline
                                  N Offline
                                  Nish Nishant
                                  wrote on last edited by
                                  #33

                                  Todd Smith wrote:

                                  They cycle the air through a small filter which makes them ok for dust. But stuff that smells can get stuck to the walls via humidity so its not going to be filtered at all.

                                  Yeah, these things seem to be meant for visible dust particles and not for odor.

                                  Regards, Nish


                                  Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
                                  Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

                                  1 Reply Last reply
                                  0
                                  • N Nish Nishant

                                    We bought an Air Purifier (Holmes) yesterday, and its manual says it can be left on permanently. But I am a little concerned about its power consumption - I mean if it's 400W or something I don't want to leave it on 24 hours a day. Unfortunately it doesn't mention power consumption anywhere on it :-( I checked the manual, the specifications, searched their website, searched the body of the equipment etc. I did find the following info : 120 V, 60 Hz, 1.1 Amps AC only Now using those bits of data, is there some formula to calculate the power consumption? Or is that indeterminate? Thanks in advance.

                                    Regards, Nish


                                    Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
                                    Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

                                    R Offline
                                    R Offline
                                    rwilde
                                    wrote on last edited by
                                    #34

                                    Something else to keep in mind is that stated power consumption is not always equal to actual power consumption. Many products will list power consumption at full load, which is almost never reached. I'm not an expert on air purifiers, but I would expect your actual power consumption to be less than listed. Also, some devices cycle themselves through states where they may be fully on for a while, then in idle state for a while. I guess what this really boils down to is this: you have an air purifier, you obviously thought it was important enough to pay to purchase it, now you need to pay to use it. Either you want it, or you don't. Is that harsh? I don't mean for it to be. Rick.

                                    1 Reply Last reply
                                    0
                                    • D danmorin

                                      132 Watts * 24 Hours = 3.17 KWh. If you pay $0.10 per KWh, then your device costs you about $0.32 per day which is a bit less than $10 per month.

                                      N Offline
                                      N Offline
                                      Nish Nishant
                                      wrote on last edited by
                                      #35

                                      danmorin wrote:

                                      132 Watts * 24 Hours = 3.17 KWh. If you pay $0.10 per KWh, then your device costs you about $0.32 per day which is a bit less than $10 per month.

                                      Thanks - that's lower than I had imagined then. Though I don't know my rate - it's in therms (whatever that means).

                                      Regards, Nish


                                      Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
                                      Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

                                      D 1 Reply Last reply
                                      0
                                      • N Nish Nishant

                                        danmorin wrote:

                                        132 Watts * 24 Hours = 3.17 KWh. If you pay $0.10 per KWh, then your device costs you about $0.32 per day which is a bit less than $10 per month.

                                        Thanks - that's lower than I had imagined then. Though I don't know my rate - it's in therms (whatever that means).

                                        Regards, Nish


                                        Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
                                        Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

                                        D Offline
                                        D Offline
                                        danmorin
                                        wrote on last edited by
                                        #36

                                        Nishant Sivakumar wrote:

                                        Though I don't know my rate

                                        The cost per KWh is written on your utility bill. On my last bill, I has to pay $0.0522 per KWh, which would cost about $5 per month for operating your device.

                                        N C 2 Replies Last reply
                                        0
                                        • D danmorin

                                          Nishant Sivakumar wrote:

                                          Though I don't know my rate

                                          The cost per KWh is written on your utility bill. On my last bill, I has to pay $0.0522 per KWh, which would cost about $5 per month for operating your device.

                                          N Offline
                                          N Offline
                                          Nish Nishant
                                          wrote on last edited by
                                          #37

                                          danmorin wrote:

                                          The cost per KWh is written on your utility bill. On my last bill, I has to pay $0.0522 per KWh, which would cost about $5 per month for operating your device.

                                          Okay I checked now and found that I had to pay $ 0.122 per KWh (I wonder why my rate is twice yours). But yeah - about $10 then.

                                          Regards, Nish


                                          Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
                                          Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

                                          D 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups