Return to TheElectricBrewery.com
  [ Shop ]   [ Building ]   [ Using ]   [ Recipes ]   [ Testimonials ]   [ Gallery ]   [ FAQ ]   [ About Us ]   [ Contact Us ]   [ Newsletter ]

Log inLog in   RegisterRegister   User Control PanelUser Control Panel   Private MessagesPrivate Messages   MembershipClub Memberships   SearchSearch   MemberlistMemberlist   Photo AlbumsPhoto Albums   Forum FAQForum FAQ

An electronics primer

 
Post new topic   Reply to topic   Printer-friendly view    TheElectricBrewery.com Forum Index -> Building Your Brewery
View previous topic :: View next topic  
Author Message
Spartan




Joined: 08 Mar 2011
Posts: 22



PostLink    Posted: Tue Mar 08, 2011 8:13 pm    Post subject: An electronics primer Reply with quote


        Register to remove this ad. It's free!
Hi,

I found this site the other day and I'm giving serious consideration to building one of my own. I don't know much about the electronic components used in the control panel and I'd like to understand a bit about them before I begin this project. Can anyone recommend a primer I can read to learn about these things, be it a web site, book or even a textbook?

Thanks.


Last edited by Spartan on Wed Mar 09, 2011 12:58 am; edited 1 time in total
Back to top
cardmechanic




Joined: 16 Feb 2011
Posts: 25
Location: Virginia


PostLink    Posted: Tue Mar 08, 2011 8:47 pm    Post subject: Reply with quote

http://www.radioshack.com/product/index.jsp?productId=3814337

Its 70$ and probably more than your looking for but its a great hands on way to learn.
Back to top
kal
Forum Administrator



Joined: 12 Dec 2010
Posts: 11120
Location: Ottawa, Canada

Drinking: Pub Ale, Electric Creamsicle, Mild, Pliny the Younger, Belgian Dark Strong, Weizen, Russian Imperial Stout, Black Butte Porter


PostLink    Posted: Tue Mar 08, 2011 10:06 pm    Post subject: Reply with quote

I'm not sure that an electronics kit is really going to help...

The control panel I designed is made up of mostly very simple components so you don't need to understand how discrete components like transistors, capacitors, resistors, etc, work.

The control panel is mostly only switches, relays (an electromagnetically controlled switch), lights, and then specialized devices like PIDs, a timer, a voltmeter, and a ampmeter. Inside these specialized devices are hundreds of tiny electronic components but you don't need to understand how they work any more than you need to know how a car engine works to drive a car. What you need to understand is how you CONTROL those devices and that's what my guide is for (or the product manuals, though they're cryptic sometimes).

What would certainly help too is a general understanding of electrical systems, 120V, 240V, AC, DC, etc. Terms like HOT, NEUTRAL, GND, etc.

I do try and explain the ones that are needed here: http://www.theelectricbrewery.com/control-panel-part-2?page=3

Wiring basics would also help. It's here: http://www.theelectricbrewery.com/control-panel-part-2?page=6

Kal

_________________
Our new shop with over 150 new products: shop.TheElectricBrewery.com
We ship worldwide and support our products and customers for life.
Purchasing through our affiliate links helps support our site at no extra cost to you. We thank you!
My basement/bar/brewery build 2.0
Back to top
View user's photo album (21 photos)
crush




Joined: 28 Dec 2010
Posts: 706
Location: Telemark, Norway


PostLink    Posted: Wed Mar 09, 2011 12:02 am    Post subject: Reply with quote

You don't really need to understand it if you follow the instructions as given, although a little understanding can help you realize why the circuit is designed in the away it is.

I only have a basic knowledge of electrics, and have not worked much with AC. So, when looking over Kal's design, it has been helpful for me to remember these things:

components can be wired together in series or in parallel.
components in series are "daisy-chained" - the "out" of one component connected to the "in" of the next.
components in parallel have their "in"s connected together and their "outs" connected together.

The arrangements have these consequences:
series:
the voltage difference across components in series is spread across each component in relation to how much current they draw.
the current passing through each component in series is the same. (Even if it's a low powered component, connecting it in series with a high-powered component will draw more current through the low-powered component.)

parallel:
the voltage across components in parallel is the same
the current across each component in parallel is different (each component takes what it needs)

With the control panel, most components need to get the full 120v/240v, it is rare to see components connected in series in Kal's design. Instead, they are connected in parallel. Each component then gets the full voltage (120 or 240 as required) and only as much current as it can handle.

Those few cases where components are connected in series, there is typically one component drawing any significant current, and the remainder of the series circuit are switches.

Search for "series parallel circuits" - the wikipedia entry http://en.wikipedia.org/wiki/Series_and_parallel_circuits seems quite useful.

Hope this helps get you started!

_________________
...just one more.
Back to top
View user's photo album (1 photos)
Spartan




Joined: 08 Mar 2011
Posts: 22



PostLink    Posted: Wed Mar 09, 2011 1:14 am    Post subject: Reply with quote

crush wrote:
You don't really need to understand it if you follow the instructions as given, although a little understanding can help you realize why the circuit is designed in the away it is.



That's really all I'm looking for. I agree the instructions seem clear enough and that gives me the confidence to undertake this. But I've never been a guy who does things without understanding why.

I pretty much understand household wiring, AC/DC and the like. And I'm not trying to understand, what makes a PID or an SSR work internally, I just want to understand what they do, how they're used, even in other applications. Just a basic understanding.

Thanks.
Back to top
Sparky




Joined: 17 Dec 2010
Posts: 217
Location: Muir Beach, California


PostLink    Posted: Wed Mar 09, 2011 1:26 am    Post subject: Reply with quote

If you want to build it and get stumped along the way, you can ask questions here. Or, you can always get Uncle Spike to build you one!
Back to top
rosenjm




Joined: 21 Dec 2010
Posts: 249
Location: Ballston Spa, NY


PostLink    Posted: Wed Mar 09, 2011 1:35 am    Post subject: Reply with quote

The internet is probably your best resource. Like Kal said, pretty much everything in the control panel is a switch or a light.

Relays utilize a small control signal to actuate a set of contacts to operate high voltage or current components. This prevent us from having to use a switch (that your wrap your fingers around) that carries this high voltage or current. The DPDT relays Kal recommends use a 120 Vac, low current coil to magnetically operate a set of contacts through which the 240V 25 Amp heating elements are powered.

A SSR is simply a static switch, or a switch with no moving parts. When a gate signal is applied (from the PID) the switch "shuts" and allows current to flow from the power source, through the relay to the heating element.

Think if the PID and a mini-computer. It looks at the input temperature (BK, HLT, MLT) and then compares it to the setpoint. If it wants the temperature to go up, it shuts an internal relay which gates the SSR allowing it to "shut" and send power to the element. The element heats up and so on. The microprocessor in the PID does all sorts of wonderful things to ensure that the temperature is maintained in a specific band, but that is the basics of it.

Understanding is good! It will prevent you from hurting yourself and will assist in troubleshooting if required. By all means, if you don't understand what you are doing ask first!
Back to top
View user's photo album (18 photos)
Spike Innovations
TheElectricBrewery.com manufacturer



Joined: 26 Feb 2011
Posts: 245
Location: ME

Working on: Your Brewery!


PostLink    Posted: Wed Mar 09, 2011 2:22 am    Post subject: Reply with quote

Sparky wrote:
If you want to build it and get stumped along the way, you can ask questions here. Or, you can always get Uncle Spike to build you one!



Thumbs Up

_________________
Official manufacturer for TheElectricBrewery.com. Click here to order our products!
Back to top
Spartan




Joined: 08 Mar 2011
Posts: 22



PostLink    Posted: Wed Mar 09, 2011 3:20 pm    Post subject: Reply with quote

I ended up googling "PID." After figuring out that "Pelvic Inflammatory Disease" is not what I wanted, I looked at Wikipedia. A decent source for "PID for Dummies" with links to other sources for more info. A bit more studying and then on to "SSR."
Back to top
kal
Forum Administrator



Joined: 12 Dec 2010
Posts: 11120
Location: Ottawa, Canada

Drinking: Pub Ale, Electric Creamsicle, Mild, Pliny the Younger, Belgian Dark Strong, Weizen, Russian Imperial Stout, Black Butte Porter


PostLink    Posted: Wed Mar 09, 2011 3:29 pm    Post subject: Reply with quote

I also try and explain what these devices are in the text.

For example, for an explanation of what a PID is and how it works, see here: http://www.theelectricbrewery.com/control-panel-part-2?page=11

Kal

_________________
Our new shop with over 150 new products: shop.TheElectricBrewery.com
We ship worldwide and support our products and customers for life.
Purchasing through our affiliate links helps support our site at no extra cost to you. We thank you!
My basement/bar/brewery build 2.0
Back to top
View user's photo album (21 photos)
Spartan




Joined: 08 Mar 2011
Posts: 22



PostLink    Posted: Wed Mar 09, 2011 6:38 pm    Post subject: Reply with quote

kal wrote:
I also try and explain what these devices are in the text.

For example, for an explanation of what a PID is and how it works, see here: http://www.theelectricbrewery.com/control-panel-part-2?page=11

Kal


You do. I think your documentation very clear, thorough and well done. I just want a bit more understanding than what is in the text. More than what I would expect you to include the text. To me, spending time learning more about a hobby is a big part of what a hobby is about.
Back to top
kal
Forum Administrator



Joined: 12 Dec 2010
Posts: 11120
Location: Ottawa, Canada

Drinking: Pub Ale, Electric Creamsicle, Mild, Pliny the Younger, Belgian Dark Strong, Weizen, Russian Imperial Stout, Black Butte Porter


PostLink    Posted: Wed Mar 09, 2011 7:27 pm    Post subject: Reply with quote

I agree 100%. Kudos to you to want to learn. I recommend everyone try and understand how and why things work the way they do instead of just following my directions blindly. Wink

Kal

_________________
Our new shop with over 150 new products: shop.TheElectricBrewery.com
We ship worldwide and support our products and customers for life.
Purchasing through our affiliate links helps support our site at no extra cost to you. We thank you!
My basement/bar/brewery build 2.0
Back to top
View user's photo album (21 photos)
Display posts from previous:   
Post new topic   Reply to topic   Printer-friendly view    TheElectricBrewery.com Forum Index -> Building Your Brewery All times are GMT
Page 1 of 1
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum



Forum powered by phpBB © phpBB Group