PIDed kettle/boiler

French Press, Vac Pot, Drip or any other - air your views and results

Moderators: GreenBean, Gouezeri, bruceb, CakeBoy

Postby Jasonscheltus » Thu Jul 30, 2009 8:55 am

I had a crack at the pid kettle, it took one trip to the hardware store and about two hours of my time - it was easier than it sounded! Photos: www.flickr.com/jasonscheltus

Instead of ripping up the kettle I just used the mains plug and made sure the kettle stayed on. It works okay, I just have to play with the pid values.

I added a photo from the top to show the wiring basically. Brown=active Green/Yellow=Earth/Misc! Blue=Neutral.
User avatar
Jasonscheltus
 
Posts: 366
Joined: Sun Feb 10, 2008 4:03 pm

Postby dsc » Thu Jul 30, 2009 12:35 pm

Hi Jason,

told you it was easy, you only have to wire the PID to the SSR (2 wires) and install the SSR on the power supply line to the kettle. Oh and add a temperature sensor (usually 2 wires).

I should have my PID unit next week and I already have the TC and the SSR, so it should go smoothly from there. The only thing missing at the moment is an IP54/57 rated box.

Regards,
dsc.
"This week I are mostly...trying to build a grinder..."

Mahlkonig Guatemala for FP/drip, Elektra T1 for sale, Gaggia Classic in progress
User avatar
dsc
 
Posts: 1753
Joined: Fri Feb 02, 2007 11:43 pm
Location: UK

Postby Jasonscheltus » Thu Jul 30, 2009 11:27 pm

i'm sure my box was IP54/57 rated... okay to be honest i banged it out of three-ply and I don't know what that rating means..
User avatar
Jasonscheltus
 
Posts: 366
Joined: Sun Feb 10, 2008 4:03 pm

re

Postby dsc » Fri Jul 31, 2009 8:34 am

Hi Jason,

I've seen the photos:) looks a bit like a PID controller drawer:)

IP5# is a waterproof rating, I believe IP54 means that the device can be splashed with water and IP57 means it can be submerged.

Regards,
dsc.
"This week I are mostly...trying to build a grinder..."

Mahlkonig Guatemala for FP/drip, Elektra T1 for sale, Gaggia Classic in progress
User avatar
dsc
 
Posts: 1753
Joined: Fri Feb 02, 2007 11:43 pm
Location: UK

RE: re

Postby syscrusher » Fri Jul 31, 2009 8:38 am

dsc - I think you should make a few of these and send me one for testing on my kettle.

:)
http://theotherblackstuff.ie

#2 World Schlurper 2010
User avatar
syscrusher
 
Posts: 450
Joined: Tue May 27, 2008 5:13 pm
Location: Dublin, Ireland

re

Postby dsc » Fri Jul 31, 2009 9:14 am

Hi sys,

there is a chance I will be making more than one, so there is a chance I'll need someone to beta-test it:)

Regards,
dsc.
"This week I are mostly...trying to build a grinder..."

Mahlkonig Guatemala for FP/drip, Elektra T1 for sale, Gaggia Classic in progress
User avatar
dsc
 
Posts: 1753
Joined: Fri Feb 02, 2007 11:43 pm
Location: UK

Re: re

Postby Jasonscheltus » Fri Jul 31, 2009 9:17 am

dsc wrote:Hi Jason,

I've seen the photos:) looks a bit like a PID controller drawer:)

IP5# is a waterproof rating, I believe IP54 means that the device can be splashed with water and IP57 means it can be submerged.

Regards,
dsc.


yes it's a good drawer.

programming the pid is a pain in the ass. I have my P,I,D values at 0.3, 70, 20 for the k-thermocouple, but it's waaaay too slow to come up to temp, holds the temperature really well, but it's too slow to respond to a change in the system i.e. a glass of cold water in the top of the kettle as well

any suggestions?
User avatar
Jasonscheltus
 
Posts: 366
Joined: Sun Feb 10, 2008 4:03 pm

RE: Re: re

Postby dsc » Fri Jul 31, 2009 10:13 am

Hi Jason,

I'd say make the P bigger as it's affects the response time directly (being the multiplier for the error, so the bigger the P and bigger the control signal change to make the output stable). The I looks a bit big which might lead to overshoot (the I is a multiplier for the sum of errors) but I guess you've got a pretty big D as well which should take care of that (D being the multiplier for the difference between the error in this moment and the previous one).

So to sum it up, yeah try making the P a bit bigger and see what happens.

Regards,
dsc.
"This week I are mostly...trying to build a grinder..."

Mahlkonig Guatemala for FP/drip, Elektra T1 for sale, Gaggia Classic in progress
User avatar
dsc
 
Posts: 1753
Joined: Fri Feb 02, 2007 11:43 pm
Location: UK

Re: re

Postby syscrusher » Fri Jul 31, 2009 10:23 am

dsc wrote: so there is a chance I'll need someone to beta-test it:)


sweet! :D
http://theotherblackstuff.ie

#2 World Schlurper 2010
User avatar
syscrusher
 
Posts: 450
Joined: Tue May 27, 2008 5:13 pm
Location: Dublin, Ireland

Re: re

Postby bruceb » Fri Jul 31, 2009 11:41 am

Jasonscheltus wrote:...t it's waaaay too slow to come up to temp, holds the temperature really well, but it's too slow to respond to a change in the system i.e. a glass of cold water in the top of the kettle as well

any suggestions?


It may be obvious, but no one has mentioned the fact that the response time is directly proportional to the efficiency of the heating element. The PID can respond perfectly, but for the heater to bring a glass of cold water up to boiling temperature may take minutes. The element will need to be very large and the contact area massive in order to reduce this lag time. Or am I missing out on something here? :roll:
Three Francesconi (CMA) espresso machines - Rossi, San Marco, LaCimbali, Faema and 2 Mazzer Major grinders- CoffeeTech Maggionlino, Hottop, Alpenröst and HW Precision roasters.
I decided I needed a bit of a change so I roasted some Monsooned Malabar. That was a change!
Image
User avatar
bruceb
 
Posts: 5361
Joined: Sun Apr 04, 2004 12:49 pm
Location: Northern Hesse, Germany

Re: re

Postby Jasonscheltus » Fri Jul 31, 2009 11:12 pm

bruceb wrote: mentioned the fact that the response time is directly proportional to the efficiency of the heating element. The PID can respond perfectly, but for the heater to bring a glass of cold water up to boiling temperature may take minutes. The element will need to be very large and the contact area massive in order to reduce this lag time. Or am I missing out on something here? :roll:


No you're spot on, but i did mean it took ages compared to just regularly boiling water - especially to boil the water initially.

Initially the pid would be stopping and starting the kettle even up to 70 degrees when the set-point was 90.

It's getting closer now and overshooting less.
User avatar
Jasonscheltus
 
Posts: 366
Joined: Sun Feb 10, 2008 4:03 pm

Postby Bombcup » Sat Aug 29, 2009 12:04 pm

Tom, I'm up for one of those PID kettle jobs if you're doing a batch run, can forward you some moolah for parts if you need it. Just got a Brita filter kettle which is good but opening the lid only exposes the pre filter reservoir so cooling down to brew temp takes an age.

Jason how much overshoot are you getting, and does it settle down after a while? Don't some PID controllers have some sort of error correction to get over this?
User avatar
Bombcup
 
Posts: 860
Joined: Thu Sep 06, 2007 2:24 pm
Location: Wellingborough, Northants

Postby dsc » Sat Aug 29, 2009 12:12 pm

Hi Steve,

I should have a PID controller with me soon (I hope) and I'll let you know when the thing is up and running. If it works properly I'll be able to put one for you as well.

Regards,
dsc.
"This week I are mostly...trying to build a grinder..."

Mahlkonig Guatemala for FP/drip, Elektra T1 for sale, Gaggia Classic in progress
User avatar
dsc
 
Posts: 1753
Joined: Fri Feb 02, 2007 11:43 pm
Location: UK

Postby Bombcup » Sun Aug 30, 2009 3:42 pm

Sweet!
User avatar
Bombcup
 
Posts: 860
Joined: Thu Sep 06, 2007 2:24 pm
Location: Wellingborough, Northants

Postby Jasonscheltus » Sun Aug 30, 2009 9:14 pm

steve, after a few more tries at programming it, i found a "SV+2" variable that I had missed somehow. No more overshoot and quite quick to come up to temperature.

If I dump a lot of cold water in my kettle while it's stable at 90c to bring it down to 60c it takes 90 seconds to come back up to temp without overshoot. I don't think that;s too bad for an open boiler.
User avatar
Jasonscheltus
 
Posts: 366
Joined: Sun Feb 10, 2008 4:03 pm

PreviousNext

Return to Other Brewing Methods

Who is online

Users browsing this forum: No registered users and 28 guests

cron