Skip to main content

The secret about RELAYS

Q.how long would a 9v battery last with a 5v relay and what value of resistor i would need to get 5v from a 9v battery?

Ans.
Relay coils have a specified coil resistance. That coil resistance determines how much current flows through the relay coil when a voltage is placed on it. Although relays are specified by voltages, they're
actually current activated devices. A "5V" relay may have coil resistances of 50 to several hundred ohms, depending on the size and physical design.

For Eg: the NEC EA2 relay series has a 5V relay with a
178 ohm coil. What that tells you is that it takes 5v/178=28.1ma to run that coil.

The EA2 will operate (pull in) at voltages of 80% ofnominal, or 4V: that means it will operate on 4v/178 =
22.5ma.

How that relates to the question is this:
- If you hook a 9V battery directly to a 5V EA2 (which is a representative low power relay) the coil current will be 9V /178 = 50.5ma
A 9V battery is a 160ma-Hr to 320 ma-hr device, so the battery would last 160/50.5= 3 to 6 hours. However, the relay coil would probably
burn out before then.

- if you hook a resistor in series to keep the current down to 28ma, then the coil won't burn out,also the
battery will last 5.6 - 11 hours before being exhausted. You can't pick a resistor to get 5V from a 9V battery; you have to pick a resistor to fit the current that flows in the 5V relay coil when there is 5V across it and to soak up the excess voltage. A 9V battery is usually 8.8 to 9.3V, but sags to as low as 7V when getting low.

 -If you had a perfect 9.000V battery, and a 5V relay coil operating on 5V across the coil, you could figure the necessary resistor by dividing the 5V across the relay coil by the coil resistance to get the coil current, then using that current and the difference between 9V and 5V (that is, 4V) and dividing *that* by the relay coil current to get the correct resistor value.
 As a hint, it will be 4/5 of the resistance of the relay coil.





Referrence:
http://www.diystompboxes.com/smfforum/index.php?topic=23624.0;wap2

Comments

Popular posts from this blog

Basics of MS-DOS commands (PDF downloadable)

MS-DOS basic concepts and commands with examples: https://drive.google.com/file/d/0B3e9v7xyGe0ubVBHWnpwUW1ZYnc/edit?usp=sharing MS-DOS simple commands with exmaples: https://drive.google.com/file/d/0B3e9v7xyGe0uVXhlbm9nb01EWWs/edit?usp=sharing

Why do we use log?

"Logarithm" is a word made up by Scottish mathematician John Napier (1550-1617), from the Greek word logos meaning "proportion, ratio or word" and arithmos meaning "number", ... which together makes "ratio-number" ! In its simplest form logarithm gives the info about:            how many a number can give another number basically its used to get the power ie. the exponent of the base number in the log with respect to the log number for eg:  1.  log 2 ( 8 )= 3     ie   2 3   = 8 how many a number (to the base number) (2) another number ( log  number) (8) raise to power (3) 2.    log 2 ( 4 )= 2     ie   2 2   =   4  same goes for the negative logarithms: 1.                    since            reference:  www.mathsisfun.com/algebra/logarithms.html

MATLAB shortcut in ubuntu/linux

Create a symbolic link in  /usr/local/bin , i.e. as su ln -s /usr/local/MATLAB/R2013a/bin/matlab /usr/local/bin/matlab 1.download your own icon- sudo wget http://upload.wikimedia.org/wikipedia/commons/2/21/Matlab_Logo.png -O /usr/share/icons/matlab.png 2.give your access permission sudo touch /usr/share/applications/matlab.desktop 3.edit your .desktop file sudo gedit /usr/share/applications/matlab.desktop 4.and paste the following into the document. #!/usr/bin/env xdg-open [Desktop Entry] Type=Application Icon=/usr/share/icons/matlab.png Name=MATLAB R2014a Comment=Start MATLAB - The Language of Technical Computing Exec=matlab -desktop Categories=Development;