Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion PID and oven controller

Received: by 10.66.89.162 with SMTP id bp2mr1080824pab.4.1346362417112;
        Thu, 30 Aug 2012 14:33:37 -0700 (PDT)
X-BeenThere: tokyohackerspace@googlegroups.com
Received: by 10.68.195.39 with SMTP id ib7ls10459092pbc.9.gmail; Thu, 30 Aug
 2012 14:33:36 -0700 (PDT)
Received: by 10.68.224.71 with SMTP id ra7mr1189552pbc.3.1346362416505;
        Thu, 30 Aug 2012 14:33:36 -0700 (PDT)
Received: by 10.68.224.71 with SMTP id ra7mr1189551pbc.3.1346362416492;
        Thu, 30 Aug 2012 14:33:36 -0700 (PDT)
Return-Path: <jud.tay...@gmail.com>
Received: from mail-pb0-f41.google.com (mail-pb0-f41.google.com [209.85.160.41])
        by gmr-mx.google.com with ESMTPS id nv4si506453pbc.2.2012.08.30.14.33.36
        (version=TLSv1/SSLv3 cipher=OTHER);
        Thu, 30 Aug 2012 14:33:36 -0700 (PDT)
Received-SPF: pass (google.com: domain of jud.tay...@gmail.com designates 209.85.160.41 as permitted sender) client-ip=209.85.160.41;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jud.tay...@gmail.com designates 209.85.160.41 as permitted sender) smtp.mail=jud.tay...@gmail.com; dkim=pass header...@gmail.com
Received: by pbbro12 with SMTP id ro12so4031354pbb.14
        for <tokyohackerspace@googlegroups.com>; Thu, 30 Aug 2012 14:33:36 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type;
        bh=Ruy2B1Kyh/APVFrG/9UgnBJJpKVmLdS9bs1yg5VCEBE=;
        b=Fe5RF+VxoJJAEpG6BlgZfjgMgLBmcA7BpX4rRZhTOv0nALpq/E4YpmQURzk/0lI4l1
         z/sf/+CUBOIMNKP5JO7XnoCZoVj3hhnNXjSMtz7JHW9/xq6aUqhI6z+WNz85pCF49HiS
         xC/xjco2n0z0E9pCCNdDHScl0ztFyaMqsMOLNppG6PJ3PPttVtNa+tcO7XavS2l4LaO8
         cpzUJb50oAd1p3nXAknwi7TaVeNU19QiiSRi41q6ayva1sMlrKulIHZHRtyjCcBtMW2n
         eqLNDmk+uof+5vg765/u07a1YHJpXWLLY+Xa2F78YmYptjtYI7egqYuhO7SDhSqPQIzF
         XCyg==
MIME-Version: 1.0
Received: by 10.68.217.99 with SMTP id ox3mr13443874pbc.47.1346362416054; Thu,
 30 Aug 2012 14:33:36 -0700 (PDT)
Received: by 10.68.132.194 with HTTP; Thu, 30 Aug 2012 14:33:36 -0700 (PDT)
In-Reply-To: <f85524d1-acad-400d-b7be-2012d0e83718@googlegroups.com>
References: <f85524d1-acad-400d-b7be-2012d0e83718@googlegroups.com>
Date: Fri, 31 Aug 2012 06:33:36 +0900
Message-ID: <CAOrhGwjCf7ovGJFcKZZDrjxfoxmJ8wDWCOukJt6iR_E2jt2...@mail.gmail.com>
Subject: Re: [THS:19936] PID and oven controller
From: Jud Taylor <jud.tay...@gmail.com>
To: tokyohackerspace@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1

Robin,

What time?

Best,

Jud

On Fri, Aug 24, 2012 at 12:55 PM, fakufaku <fakuf...@gmail.com> wrote:
> Just for those of you I haven't spammed with my oven hack thing: I have
> hacked my oven. I talk about it in a blog post:
> http://fakufaku.github.com/hacks/2012/08/21/fixing-an-electric-oven/
>
> But mostly here, I wanted to point out that the PID arduino library:
> http://arduino.cc/playground/Code/PIDLibrary
> can be a great introduction to PID (Proportional-Integral-Derivate) which is
> a popular technique for system control. It uses feedback from a sensor to
> adjust the output of the system.
>
> Setting the constants can be tricky, but this morning, I finally managed to
> find good constants for my oven. Mostly, I realized that the P part was way
> to small to get to the temperature I wanted.
>
> Cheers,
> Robin
>
> --
> You received this message because you are subscribed to the Google Groups
> "TokyoHackerSpace" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/tokyohackerspace/-/5M7o0E74_w0J.
> To post to this group, send email to tokyohackerspace@googlegroups.com.
> To unsubscribe from this group, send email to
> tokyohackerspace+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/tokyohackerspace?hl=en.