+ Reply to Thread
Page 1 of 2
1 2 Last
Results 1 to 15 of 19

Thread: Log 150v system with a 30v logger?

  1. #1
    verytricky Newbie
    Join Date
    Nov 2008
    Posts
    42

    Default Log 150v system with a 30v logger?

    I have a wind turbine that generates from 40v to 150v.

    I have been experimenting with various blade designs to try and get a blade great for low wind, but which twists in high winds, so the turbine does not overspeed.

    To compare results I have a computer logged anometer, and I have been recording the units of electricity generated from the linked inverter, measured hourly. Sort of like picking your nose with boxing gloves. It gives me a rough idea of what works, but there is no direct corelation - which I need.

    I have - from a previous project - a 0 to 30 volt data logger. I can link it up to the same computer as the anometer, and get per second readings of the wind speed and the voltage produced, which is perfect.....

    BUT

    The turbine produces 40v to 150v so that is useless for the data logger.

    I am too cheap to spend the 300+ for a data logger in the correct voltage range. I figure there has to be some type of clever thingy you can do with a few resistors or so to get the voltage divided down to the data loggers range, but still representitive of the original voltage.

    If it were an AC system I could use a transformer, but the voltage is DC.

    My skill level is more mechanical than electronic. ie I can build a powerstation and wire up a house, but can do no more than plug in a computer, so and answers need to be dumbed down to my level.....


  2. #2
    MrAl Excellent MrAl Excellent MrAl Excellent MrAl Excellent MrAl Excellent MrAl Excellent MrAl Excellent MrAl Excellent
    Join Date
    Sep 2008
    Location
    NJ
    Posts
    1,293

    Default

    Hi there,

    This problem is easy to solve. You use what is called a voltage divider.
    It is made with two resistors that you can buy online or maybe Radio
    Shack.
    You need a divide ratio of 5 to 1, so that means maybe 100k on top and
    25k on bottom.

    The two resistors connect like this:

    o-----RTop----x-----Rbottom-----Ground

    Your 150v input goes in at the little o, and the
    logger gets its input from the little x point.
    Should use 1/2 watt resistors.

    Of course this assumes your 150v source can work with
    a 125k load without being bothered too much.
    You can test it and calibrate as needed.

    It's important that the lower resistor connects to ground
    by soldering or other means that makes sure it can not
    become disconnected. If that resistor becomes disconnected
    it puts the full 150v into the data logger, so no alligator
    clip for that ground.
    Last edited by MrAl; 27th November 2008 at 09:21 PM.

  3. #3
    verytricky Newbie
    Join Date
    Nov 2008
    Posts
    42

    Default

    Cool!


    Thanks

  4. #4
    Leftyretro Excellent Leftyretro Excellent Leftyretro Excellent Leftyretro Excellent
    Join Date
    Mar 2007
    Location
    Hercules, California
    Posts
    1,420

    Default

    You might consider using a 20 turn precision pot.

    50K MULTITURN TRIMMER POT | AllElectronics.com

    You could adjust it for a 10:1 reduction such that 0-300vdc input is sent to the logger as a 0-30vdc voltage. That way all your scaling in your existing logger would just have to be mentally multiplied by 10.

    Lefty
    Measurement changes behavior

  5. #5
    verytricky Newbie
    Join Date
    Nov 2008
    Posts
    42

    Default

    The 50k pot seems like a good idea. I may look at it as a refinement later. Will the pot handle the power without blowing up?

    The first answer gives me what I need with stuff I have lying around. Accuracy is not as important as repeatability and fine grain measurement. If the measurement is out by 30% - that is OK - provided the error remains more or less the same each day for comparisons.



    As I intend to continue to generate electricity from the turbine while it is being monitored, I intend to take a link out of the existing wire and run the metering from there, with the inverter continuing to generate electricity...
    Code:
     
    
    Trbn+-----------------o-------------------------Invrtr+
                                    !
                                    !------------
                                    !               !
                                    Rt               LOGGGER
                                    !               !
                                    !------------
                                    !
                                    Rb
                                    !
                                    !
    Trbn------------------o-------------------------Invrtr-
    

    ( who said ASCII art was dead! )
    Last edited by verytricky; 28th November 2008 at 06:32 PM. Reason: discovered CODE tag...

  6. #6
    MrAl Excellent MrAl Excellent MrAl Excellent MrAl Excellent MrAl Excellent MrAl Excellent MrAl Excellent MrAl Excellent
    Join Date
    Sep 2008
    Location
    NJ
    Posts
    1,293

    Default

    Hello again,


    Just be careful if you use a pot instead of two resistors because you can
    turn the pot up too high and blow out the logger input.

    Here's an ascii representation:

    Code:
    0 to 150v in o------+
                        |
                        |
                        RTop
                        |
                        |
                        +------o Logger input
                        |
                        |
                        RBottom
                        |
                        |
    Ground o------------+------o Logger ground
     
    The formula for the input/output relationship is:

    Vout=Vin*(RBottom)/(RTop+RBottom)

    where
    Vin is the 0 to 150v input
    and
    Vout is the output to the logger.

    The power in any resistor will be:

    P=V*V/R

    and a good design rule is to use a resistor rated for twice
    the power as calculated above, or:

    Pr=2*V*V/R

    With a max input of 150v the upper resistor will see
    120v with a 5 to 1 divide ratio, and the lower
    resistor will see a max of 30v. If you want to use
    1/2 watt resistors then you should keep RTop above
    57.6k, and keep RBottom above 3.6k.
    With RTop=100k and RBottom=25k this works out pretty
    well.
    If you want to go with a 10 to 1 ratio, then you can use
    either 100k and 11.1k, or 90k and 10k resistors for RTop
    and RBottom respectively.

    If you have a little noise in the system a small capacitor
    across the lower (RBottom) resistor helps too when
    measuring DC voltages. A 0.1uf is good, up to around
    10uf if your measurements dont have to be really fast.
    Voltage rating for the cap should be 50vdc.

    The repeatability will be very good.

  7. #7
    verytricky Newbie
    Join Date
    Nov 2008
    Posts
    42

    Default

    How do you get your ASCII to work? Mine was rubbish....

    I plan to test the circut carefully with a multimeter, then seal everything up tight before adding my logger, so hopefully I will not blow it up.

  8. #8
    Super Moderator Nigel Goodwin Excellent Nigel Goodwin Excellent Nigel Goodwin Excellent Nigel Goodwin Excellent Nigel Goodwin Excellent Nigel Goodwin Excellent Nigel Goodwin Excellent Nigel Goodwin Excellent Nigel Goodwin Excellent Nigel Goodwin Excellent Nigel Goodwin Excellent
    Join Date
    Nov 2003
    Location
    Derbyshire, UK
    Posts
    29,793

    Default

    Quote Originally Posted by verytricky View Post
    How do you get your ASCII to work? Mine was rubbish....
    He put it in code tags, which prevents your browser destroying the formatting.
    PIC programmer software, and PIC Tutorials at:
    http://www.winpicprog.co.uk

  9. #9
    verytricky Newbie
    Join Date
    Nov 2008
    Posts
    42

    Default

    Good thing I will test first, as my code shows the logger in the wrong place....

  10. #10
    MrAl Excellent MrAl Excellent MrAl Excellent MrAl Excellent MrAl Excellent MrAl Excellent MrAl Excellent MrAl Excellent
    Join Date
    Sep 2008
    Location
    NJ
    Posts
    1,293

    Default

    Hi again,


    Yes, as Nigel mentioned i put in code tags, which maintains all the spaces
    and such and also it uses the Courier New font which happens to have
    characters that are all the same width so when you type out tables and
    stuff like that the tables dont get all messed up as with a proportional
    font like Arial. I think you might also be able to use just the Courier New
    font by selecting that before you begin to type, so you could try that too.

    To insert code tags you can find that on the 'advanced' editing options or
    you can insert them manually like this (all these chars without quotes):

    "[" "code" "]

    then the body of your message here

    "[" "/" "code" "]"


    Note i had to use quotes because it would force the code tags to operate
    and you wouldnt be able to see those words and characters, but when
    typing that out for use as actual code tags leave out all the quotes.

    You can also upload schematics, if someone would be kind enough to
    explain this (i havent used this feature yet either).
    Last edited by MrAl; 29th November 2008 at 09:34 AM.

  11. #11
    ericgibbs Excellent ericgibbs Excellent ericgibbs Excellent ericgibbs Excellent ericgibbs Excellent ericgibbs Excellent ericgibbs Excellent ericgibbs Excellent ericgibbs Excellent ericgibbs Excellent ericgibbs Excellent
    Join Date
    Jan 2007
    Location
    Hampshire. England.
    Posts
    10,841
    Blog Entries
    13

    Default

    hi, [Morning Al]

    For inserting images:

    Click 'Manage Attachments' button [ lower down the replying page]

    This will Open a Window, use the 'Browse' button to locate the image on your PC.

    Then click the 'Upload button

    Wait till the upload is done and click the 'close this window'

    While the Browse window is open, it lists the type of files and their max sizes that can be uploaded.
    Eric " Good enough is Perfect "
    I will NOT answer PM's requesting technical help, please use the Forum
    PIC tutorials: Nigel's www.winpicprog.co.uk/ Bill's: www.blueroomelectronics.com/

    Link to my Articles: http://www.electro-tech-online.com/a...icgibbs-55450/

  12. #12
    MrAl Excellent MrAl Excellent MrAl Excellent MrAl Excellent MrAl Excellent MrAl Excellent MrAl Excellent MrAl Excellent
    Join Date
    Sep 2008
    Location
    NJ
    Posts
    1,293

    Default

    Hi again,

    Thanks Eric, and one thing i was wondering is...

    is there a limit as to how many schematics you can upload or no?

  13. #13
    ericgibbs Excellent ericgibbs Excellent ericgibbs Excellent ericgibbs Excellent ericgibbs Excellent ericgibbs Excellent ericgibbs Excellent ericgibbs Excellent ericgibbs Excellent ericgibbs Excellent ericgibbs Excellent
    Join Date
    Jan 2007
    Location
    Hampshire. England.
    Posts
    10,841
    Blog Entries
    13

    Default

    Quote Originally Posted by MrAl View Post
    Hi again,

    Thanks Eric, and one thing i was wondering is...

    is there a limit as to how many schematics you can upload or no?
    hi Al,
    While the Browse option Window is open there are 3 address boxes, so it is at least 3.
    I have have never had cause to upload more than three at anyone time.?
    Last edited by ericgibbs; 29th November 2008 at 04:47 PM.
    Eric " Good enough is Perfect "
    I will NOT answer PM's requesting technical help, please use the Forum
    PIC tutorials: Nigel's www.winpicprog.co.uk/ Bill's: www.blueroomelectronics.com/

    Link to my Articles: http://www.electro-tech-online.com/a...icgibbs-55450/

  14. #14
    MrAl Excellent MrAl Excellent MrAl Excellent MrAl Excellent MrAl Excellent MrAl Excellent MrAl Excellent MrAl Excellent
    Join Date
    Sep 2008
    Location
    NJ
    Posts
    1,293

    Default

    Hi Eric,

    Well actually i meant the total amount allowed to be uploaded
    per screen name. In other words, after i upload 1000 schematics
    will that be it, no more allowed (or some other number)?

  15. #15
    Super Moderator Nigel Goodwin Excellent Nigel Goodwin Excellent Nigel Goodwin Excellent Nigel Goodwin Excellent Nigel Goodwin Excellent Nigel Goodwin Excellent Nigel Goodwin Excellent Nigel Goodwin Excellent Nigel Goodwin Excellent Nigel Goodwin Excellent Nigel Goodwin Excellent
    Join Date
    Nov 2003
    Location
    Derbyshire, UK
    Posts
    29,793

    Default

    Quote Originally Posted by MrAl View Post
    Hi Eric,

    Well actually i meant the total amount allowed to be uploaded
    per screen name. In other words, after i upload 1000 schematics
    will that be it, no more allowed (or some other number)?
    As far as I'm aware there's no limit.
    PIC programmer software, and PIC Tutorials at:
    http://www.winpicprog.co.uk

+ Reply to Thread
Page 1 of 2
1 2 Last

Similar Threads

  1. pressure logger
    By billyboy in forum Electronic Projects Design/Ideas/Reviews
    Replies: 3
    Latest: 16th November 2008, 06:09 PM
  2. Data-Logger
    By barakorit in forum Electronic Projects Design/Ideas/Reviews
    Replies: 7
    Latest: 6th June 2008, 11:08 PM
  3. Which Data Logger?
    By Overclocked in forum General Electronics Chat
    Replies: 4
    Latest: 2nd June 2007, 05:39 PM
  4. gps data logger
    By simo in forum Electronic Projects Design/Ideas/Reviews
    Replies: 1
    Latest: 9th July 2005, 04:36 AM
  5. need help for 150v-dc regulated supply?
    By panchumarthy in forum General Electronics Chat
    Replies: 8
    Latest: 16th March 2004, 10:36 PM

Tags for this Thread