Jump to content

If i have 4 5amp light bulbs connected to one relay, does the relay need to be able to support 20 amps, or just 5, or something else, and how would i calculate this myself using ohm's law in the future,

Thanks

I can help with programming and hardware.

<Script>alert("This website is vulnerable to XSS");</Script>

Link to comment
https://linustechtips.com/topic/450420-question-about-amperage/
Share on other sites

Link to post
Share on other sites

If you have 20 amps worth of light bulbs your going to need a relay that can support the 20 amps your drawing.

i realize that, thank you for the response, but the question is, if each bulb is 5 amp, is it a total of 20amps draw?

I can help with programming and hardware.

<Script>alert("This website is vulnerable to XSS");</Script>

Link to comment
https://linustechtips.com/topic/450420-question-about-amperage/#findComment-6038863
Share on other sites

Link to post
Share on other sites

i realize that, thank you for the response, but the question is, if each bulb is 5 amp, is it a total of 20amps draw?

Amp draw is cumulative. So 4 bulbs drawing 5 amps will use 20 amps. If you added a 10 amp fan to the circuit you now have a draw of 30 amps.

01010010 01101111 01100010  01001101 01100001 01100011 01010010 01100001 01100101

Link to comment
https://linustechtips.com/topic/450420-question-about-amperage/#findComment-6039125
Share on other sites

Link to post
Share on other sites

it depends:

 

if your lamps are connected in serie = total current will be 5 amps.

so you will be fine with a relay of 5 amps

 

if you connect your lamps in parallel (most likely)= total current will be 4 x 5 amps = 20amps

so you are going to need a relay of 20 amps

 

hope that made any sense :D

Link to comment
https://linustechtips.com/topic/450420-question-about-amperage/#findComment-6039211
Share on other sites

Link to post
Share on other sites

it depends:

 

if your lamps are connected in serie = total current will be 5 amps.

so you will be fine with a relay of 5 amps

 

if you connect your lamps in parallel (most likely)= total current will be 4 x 5 amps = 20amps

so you are going to need a relay of 20 amps

 

hope that made any sense :D

that's very helpful, what is the difference between parralel and a series, plz draw it so i understand.

I can help with programming and hardware.

<Script>alert("This website is vulnerable to XSS");</Script>

Link to comment
https://linustechtips.com/topic/450420-question-about-amperage/#findComment-6039993
Share on other sites

Link to post
Share on other sites

http://www.ia470.com/primer/circt.gif  <= image that shows the difference

 

http://www.bbc.co.uk/schools/gcsebitesize/science/add_edexcel/controlling_current/circuitsrev1.shtml

and this one gives some more info aswell. (you can find a lot of info on the internet about this subject)

 

 

In short, 

parallel: each device will get the full battery voltage, the current in each loop will not be affected by another device in another loop.

 

serie: the battery voltage will split between the devices, the current will be affected by the total resistance from all devices. <= the result is: not all devices will run on max capacity.

 

== ohm's law

Link to comment
https://linustechtips.com/topic/450420-question-about-amperage/#findComment-6040226
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×