![]() | ![]() | ![]() |
| | |||||||
| General Electronics Chat This forum is for general chat about electronics, eg: Dont know what a part does? Dont know how to read a circuit? Want to get an opinion? |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| hello guys, i need help with my project i want to monitor the frequency of the power system, basically the project is to create a device that monitors the frequency of the power system then when the frequency falls below a certain value(say 49.0 cos the frequency in my country is 50hz)it would disconnect some certain loads...(i've also thought about setting different frequencies for differnet loads i.e at say 49.0 disconnect one device at 48.5 disconnect another)... the part i need help with is the monitoring frequency bit. | |
| |
| | (permalink) |
| Where do you live? Is this running off a generator? Where I live the mains frequency is pretty accurately controlled, so much that it's used as a timebase for some clocks.
__________________ I also post at the following sites: http://www.stop-microsoft.org http://www.heated-debates.com Screen name: Aloone_Jonez | |
| |
| | (permalink) |
| Almost all clocks that plug into a wall outlet use the line frequency as their timing source (think syncronous motors)...even digital, ones like clock radios. Though the instantaneous frequency may vary slightly, power plants compare the generator's revolutions against "tracable" clocks, and adjust the speed to add or subtract revolutions for exact cycle counts over long periods. Ken
__________________ "To invent, you need a good imagination and a pile of junk." Thomas A. Edison (1847 - 1931) | |
| |
| | (permalink) |
| Also, most motors and transformers should work down to 45Hz or so with no problems.
__________________ I also post at the following sites: http://www.stop-microsoft.org http://www.heated-debates.com Screen name: Aloone_Jonez | |
| |
| | (permalink) | |
| Quote:
__________________ Regards, Sarma. Last edited by mvs sarma; 15th June 2008 at 04:23 PM. | ||
| |
| | (permalink) | |
| Quote:
And you want us to help you with your homework, correct? | ||
| |
| | (permalink) | |
| Quote:
in my country the frequency varies a lot(we dont generate nearly enough electricity so we're in a state of constant load shedding! the frequency is anything but constant it can go as low as 48 and as high as 51.5 all in a matter of minutes)we have underfrequency relays at some points in the grid that disconnect loads at around 48.5hz but sometimes it leads to system collapses cos it might cause swings so i'm working on the premise that if i can build something that disconnect domestic loads it'd help reduce the load on the system seeing as frequency control is related to the real power output of a generator...i want to look into taking out some domestic loads(airconditioners,heaters etc) in a large number of houses as an alterative to disconnecting a section of the grid... Last edited by netotse; 15th June 2008 at 05:36 PM. | ||
| |
| | (permalink) |
| The simplest way is probably to program a microcontroller to count the power line frequency for say 10 seconds which would give you a count of 500 for a resolution of 0.1Hz (or 100 seconds for a 0.01Hz resolution). You can then do a comparison of this count to see if it's within limits and output a signal accordingly. You can also drive a display to give a digital readout of the frequency, if desired. You will need to generate logic level pulses from the power line for the uC input. This can be done from a low voltage, isolated transformer output (perhaps the same one that powers the uC). Run the signal into a comparator (with some feedback hysteresis to minimize effects of power line noise) to generate the 50Hz pulses. I did a similar thing with a Stamp controller to monitor drift in the power line frequency, which was easy to program in Basic. Basic is much easier than Assembly if you've never programmed before.
__________________ Carl | |
| |
| | (permalink) | |
| Quote:
And filling in your location wouldn't hurt either. Last edited by Rolf; 15th June 2008 at 06:51 PM. | ||
| |
| | (permalink) | |
| Quote:
Last edited by Rolf; 15th June 2008 at 07:04 PM. | ||
| |
| | (permalink) | |
| Quote:
I would also suggest this period measurement. In the LM393 datasheet is 'fair' zero crossing comparator. OT: When I moved here, I also found an Irish penny in the garden, no wonder they were so poor, its because they had holes in their pockets..
__________________ Eric "Good enough is Perfect" PIC tutorials: Gramo's: www.digital-diy.net/ Bill's: www.blueroomelectronics.com/ Last edited by ericgibbs; 15th June 2008 at 07:40 PM. | ||
| |
| | (permalink) |
| guys thanks for the replies i have a much clearer picture of what i want to do in my head now(it'll require quite a bit of reading up though but i'm grateful for the help i've recieved so far) i think assembly would be more of an advantage in my case cos then i'll get less flak from my lecturers could someone please shed more light on the bit about programing a microcontroller to count the powerline frequency(or period as Rolf suggested) as i know very little about microcontrollers @Rolf am in Nigeria and here our electricity sector is something to be ashamed of so sorry if i seemd evasive! Last edited by netotse; 15th June 2008 at 07:43 PM. | |
| |
| | (permalink) | |
| Quote:
Use the PIC's compare option with the internal Timers and an external zero crossing comparator to measure the period of the mains half cycle.
__________________ Eric "Good enough is Perfect" PIC tutorials: Gramo's: www.digital-diy.net/ Bill's: www.blueroomelectronics.com/ Last edited by ericgibbs; 15th June 2008 at 07:46 PM. | ||
| |
| | (permalink) |
| This problem is purely academic. Virtually every power generating system connecting to the grid is fitted with underfrequency protection system made up of protection relays built solely for that purpose. One don't usually "build" a device to replace those standard protection relays, which had been tested vigorously under severe system disturbance conditions when they are depended upon to function correctly. However, if one wants to see how an alternative detecting system performs than those existing relays, then that's another question.
__________________ L.Chung | |
| |
| | (permalink) |
| The period method can suffer inaccuracies from noise on the line, and power lines often have large amounts of noise from universal motors, SCR dimmers, etc. That's why I suggested counting the cycles for a least 10 seconds. Power line frequency doesn't change that fast anyway, so 10 seconds is plenty of time to respond to any change.
__________________ Carl | |
| |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
| | ||||
| Title | Starter | Forum | Replies | Latest |
| Car Monitoring project | Haidy | Electronic Projects Design/Ideas/Reviews | 8 | 28th October 2007 10:12 PM |
| Car Monitoring | dustinpruente | Electronic Projects Design/Ideas/Reviews | 6 | 12th April 2005 07:05 PM |
| Power frequency | sujit_51 | Electronic Projects Design/Ideas/Reviews | 2 | 31st January 2005 09:33 PM |
| Detecting and Timing the Zero Crossing and Power Frequency | Miguel Gonzalez | Micro Controllers | 2 | 14th October 2003 10:45 PM |
| alternative for 2SD880 ? (audio frequency power amp) | truenoteno | Electronic Projects Design/Ideas/Reviews | 1 | 20th May 2003 08:33 AM |