<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Small Golden Sceptre</title>
	<atom:link href="http://mythopoeic.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://mythopoeic.org</link>
	<description>Technology, Rambling and Dragons</description>
	<lastBuildDate>Fri, 30 Mar 2012 14:58:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Sous-vide Cooking by dhenke</title>
		<link>http://mythopoeic.org/sous-vide-cooking/comment-page-1/#comment-47556</link>
		<dc:creator>dhenke</dc:creator>
		<pubDate>Fri, 30 Mar 2012 14:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://mythopoeic.org/?p=873#comment-47556</guid>
		<description>Tom @#30: &lt;em&gt;I still don’t get the auto-tuning.. Why can’t it be as simple as simple “turn on when X degrees before the set value, and turn off on the set value..&lt;/em&gt;

There are lots of thermostats that work exactly as you describe (like probably the one on your home HVAC system). The problem with using one in this application is that they generally exhibit several degrees &quot;bounce&quot;. With sous-vide cooking, temperature control within a few tenths of a degree (or better) is important. That&#039;s why I resorted to a PID controller.

(PID stands for proportional-integral-derivative. Basically, it tries to build a mathematical model of the impulse response of the system, and uses that to figure out a duty cycle for the heater that&#039;ll bring the system asymptotically -- but still rapidly -- to the target temperature. The &quot;PID Controller&quot; link in the original post goes to a Wikipedia article with lots more detail.)

&gt; &lt;em&gt;I am 1000% sure I have the wiring correct, but weird stuff is happening.. Now, I’ve tried auto-tuning, many times and ways.. but sometimes my SSR will activate the heating element, even without the red light lighting up on the SSR!&lt;/em&gt;

That can&#039;t be good. My guesses, in order, would be: noise coupled in to the wiring somehow, or a flaky SSR. You might try disconnecting the PID controller from the control inputs to the SSR, shorting the SSR input terminals together, and seeing if it still activates the heater. If so, your SSR isn&#039;t working right.

Another useful debugging technique is to connect an incandescent light bulb to the SSR instead of the heater. The PID controller &quot;out&quot; light, the light on the SSR and the SSR output should always turn on and off in unison.

Finally, the only 0089 settings I ever changed are intY (sensor type) and CorF (temperature display style). The 0001 settings are only useful if you&#039;re using the alarm outputs for something. The 0036 settings are what auto-tune should be setting up for you.</description>
		<content:encoded><![CDATA[<p>Tom @#30: <em>I still don’t get the auto-tuning.. Why can’t it be as simple as simple “turn on when X degrees before the set value, and turn off on the set value..</em></p>
<p>There are lots of thermostats that work exactly as you describe (like probably the one on your home HVAC system). The problem with using one in this application is that they generally exhibit several degrees &#8220;bounce&#8221;. With sous-vide cooking, temperature control within a few tenths of a degree (or better) is important. That&#8217;s why I resorted to a PID controller.</p>
<p>(PID stands for proportional-integral-derivative. Basically, it tries to build a mathematical model of the impulse response of the system, and uses that to figure out a duty cycle for the heater that&#8217;ll bring the system asymptotically &#8212; but still rapidly &#8212; to the target temperature. The &#8220;PID Controller&#8221; link in the original post goes to a Wikipedia article with lots more detail.)</p>
<p>&gt; <em>I am 1000% sure I have the wiring correct, but weird stuff is happening.. Now, I’ve tried auto-tuning, many times and ways.. but sometimes my SSR will activate the heating element, even without the red light lighting up on the SSR!</em></p>
<p>That can&#8217;t be good. My guesses, in order, would be: noise coupled in to the wiring somehow, or a flaky SSR. You might try disconnecting the PID controller from the control inputs to the SSR, shorting the SSR input terminals together, and seeing if it still activates the heater. If so, your SSR isn&#8217;t working right.</p>
<p>Another useful debugging technique is to connect an incandescent light bulb to the SSR instead of the heater. The PID controller &#8220;out&#8221; light, the light on the SSR and the SSR output should always turn on and off in unison.</p>
<p>Finally, the only 0089 settings I ever changed are intY (sensor type) and CorF (temperature display style). The 0001 settings are only useful if you&#8217;re using the alarm outputs for something. The 0036 settings are what auto-tune should be setting up for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sous-vide Cooking by Tom</title>
		<link>http://mythopoeic.org/sous-vide-cooking/comment-page-1/#comment-47455</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 29 Mar 2012 22:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://mythopoeic.org/?p=873#comment-47455</guid>
		<description>Also to add, my settings are (those that are different than the defaults):
ot = 60 (control period)
filt = 2 (filter)
rd = 0 (heating mode)
CorF = 1 (F)
temp sensor is P10.0
I&#039;ve never changed the 0001 settings, and I can&#039;t imagine I need to change those values each time I use a diff temp.</description>
		<content:encoded><![CDATA[<p>Also to add, my settings are (those that are different than the defaults):<br />
ot = 60 (control period)<br />
filt = 2 (filter)<br />
rd = 0 (heating mode)<br />
CorF = 1 (F)<br />
temp sensor is P10.0<br />
I&#8217;ve never changed the 0001 settings, and I can&#8217;t imagine I need to change those values each time I use a diff temp.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sous-vide Cooking by Tom</title>
		<link>http://mythopoeic.org/sous-vide-cooking/comment-page-1/#comment-47452</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 29 Mar 2012 22:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://mythopoeic.org/?p=873#comment-47452</guid>
		<description>I still don&#039;t get the auto-tuning.. Why can&#039;t it be as simple as simple &quot;turn on when X degrees before the set value, and turn off on the set value..

I am 1000% sure I have the wiring correct, but weird stuff is happening.. Now, I&#039;ve tried auto-tuning, many times and ways.. but sometimes my SSR will activate the heating element, even without the red light lighting up on the SSR!

I have my filter value set to 2, and my temp fluctuates by .2 degrees (F); though at a filter value of 0, it fluctuates by a lot more..  But regardless of that, sometimes it will continue to heat even when it&#039;s several degrees PAST the set temperature.</description>
		<content:encoded><![CDATA[<p>I still don&#8217;t get the auto-tuning.. Why can&#8217;t it be as simple as simple &#8220;turn on when X degrees before the set value, and turn off on the set value..</p>
<p>I am 1000% sure I have the wiring correct, but weird stuff is happening.. Now, I&#8217;ve tried auto-tuning, many times and ways.. but sometimes my SSR will activate the heating element, even without the red light lighting up on the SSR!</p>
<p>I have my filter value set to 2, and my temp fluctuates by .2 degrees (F); though at a filter value of 0, it fluctuates by a lot more..  But regardless of that, sometimes it will continue to heat even when it&#8217;s several degrees PAST the set temperature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sous-vide Cooking by dhenke</title>
		<link>http://mythopoeic.org/sous-vide-cooking/comment-page-1/#comment-47248</link>
		<dc:creator>dhenke</dc:creator>
		<pubDate>Wed, 28 Mar 2012 16:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://mythopoeic.org/?p=873#comment-47248</guid>
		<description>Tom @#30: When you do the auto-tune, you are pressing and holding the &quot;&gt;&quot; button and not one of the other buttons, right? (Sorry if that&#039;s a dumb question -- I ask only because I made that mistake myself and saw the same symptoms.)

It should not matter what the starting temp of the water is. (Within reason. If your environment is very cold, your heater very small and your containment vessel very poorly insulated, it&#039;ll never be able to warm it up. If your environment and water are already over the set point, it won&#039;t be able to tune.)

Normally, when you tune, the controller will fire up the heater, fiddle around a bit, overshoot the set point by quite a bit, then settle down in a nice steady state.

The settings are based on a whole lot more than the probe type! They depend on the impulse response of the entire system. In other words, if I have the exact same heater and probe as you, but I use a different container and/or a different amount of water, my settings will be different. (It&#039;s probably overkill, but I re-tune each time just so I don&#039;t have to be careful about measuring the water.)</description>
		<content:encoded><![CDATA[<p>Tom @#30: When you do the auto-tune, you are pressing and holding the &#8220;>&#8221; button and not one of the other buttons, right? (Sorry if that&#8217;s a dumb question &#8212; I ask only because I made that mistake myself and saw the same symptoms.)</p>
<p>It should not matter what the starting temp of the water is. (Within reason. If your environment is very cold, your heater very small and your containment vessel very poorly insulated, it&#8217;ll never be able to warm it up. If your environment and water are already over the set point, it won&#8217;t be able to tune.)</p>
<p>Normally, when you tune, the controller will fire up the heater, fiddle around a bit, overshoot the set point by quite a bit, then settle down in a nice steady state.</p>
<p>The settings are based on a whole lot more than the probe type! They depend on the impulse response of the entire system. In other words, if I have the exact same heater and probe as you, but I use a different container and/or a different amount of water, my settings will be different. (It&#8217;s probably overkill, but I re-tune each time just so I don&#8217;t have to be careful about measuring the water.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sous-vide Cooking by Tom</title>
		<link>http://mythopoeic.org/sous-vide-cooking/comment-page-1/#comment-47238</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 28 Mar 2012 14:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://mythopoeic.org/?p=873#comment-47238</guid>
		<description>I am doing the auto-tune, but the light will just stay blinking blinking blinking.
When you auto-tune the PID, does it matter what current temp is?  No way can I keep water the same temp for an hour or so (if I could, I wouldn&#039;t need to build a unit like this).
From my understanding, the settings (from the auto-tune) are based on the probe type - I&#039;m using the 3 wire pt100, someone maybe want to just post their settings so I can bypass the auto-tune?</description>
		<content:encoded><![CDATA[<p>I am doing the auto-tune, but the light will just stay blinking blinking blinking.<br />
When you auto-tune the PID, does it matter what current temp is?  No way can I keep water the same temp for an hour or so (if I could, I wouldn&#8217;t need to build a unit like this).<br />
From my understanding, the settings (from the auto-tune) are based on the probe type &#8211; I&#8217;m using the 3 wire pt100, someone maybe want to just post their settings so I can bypass the auto-tune?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ponyspotting by Gary Barnes</title>
		<link>http://mythopoeic.org/ponyspotting/comment-page-1/#comment-43214</link>
		<dc:creator>Gary Barnes</dc:creator>
		<pubDate>Fri, 24 Feb 2012 21:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://mythopoeic.org/?p=1215#comment-43214</guid>
		<description>You are weird.</description>
		<content:encoded><![CDATA[<p>You are weird.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sous-vide Cooking by grant7bar7</title>
		<link>http://mythopoeic.org/sous-vide-cooking/comment-page-1/#comment-42359</link>
		<dc:creator>grant7bar7</dc:creator>
		<pubDate>Sun, 12 Feb 2012 16:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://mythopoeic.org/?p=873#comment-42359</guid>
		<description>The tip about the alligator clip solved my latent, rapidly fluctuating temperature readings too.  Thanks!</description>
		<content:encoded><![CDATA[<p>The tip about the alligator clip solved my latent, rapidly fluctuating temperature readings too.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sous-vide Cooking by dhenke</title>
		<link>http://mythopoeic.org/sous-vide-cooking/comment-page-1/#comment-37852</link>
		<dc:creator>dhenke</dc:creator>
		<pubDate>Sun, 01 Jan 2012 20:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://mythopoeic.org/?p=873#comment-37852</guid>
		<description>Philip @#24: I have added some pictures of the jumper wire. Hopefully that will help make it clear.

Aside: I built a second version of the cooker for a friend. I plan to do another whole post about it, but one of the improvements was to use the waterproof Pt100 probe from LightObject. It did not exhibit the &quot;bouncy temperature&quot; problem, and did not require a jumper.</description>
		<content:encoded><![CDATA[<p>Philip @#24: I have added some pictures of the jumper wire. Hopefully that will help make it clear.</p>
<p>Aside: I built a second version of the cooker for a friend. I plan to do another whole post about it, but one of the improvements was to use the waterproof Pt100 probe from LightObject. It did not exhibit the &#8220;bouncy temperature&#8221; problem, and did not require a jumper.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sous-vide Cooking by dhenke</title>
		<link>http://mythopoeic.org/sous-vide-cooking/comment-page-1/#comment-37495</link>
		<dc:creator>dhenke</dc:creator>
		<pubDate>Thu, 29 Dec 2011 21:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://mythopoeic.org/?p=873#comment-37495</guid>
		<description>It doesn&#039;t matter which of those two terminals on the SSR you connect to the supply vs. the load. Think of the SSR as analogous to a switch; when it&#039;s closed, there&#039;s continuity between those two terminals, and when it&#039;s open, there&#039;s no continuity. (To answer the question you actually asked: they swap which one is &quot;in&quot; and which is &quot;out&quot; 60 times a second -- it&#039;s *alternating* current.)

Note that the control side of the SSR is DC, and polarity very much does matter there. It&#039;s clearly marked, though.</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t matter which of those two terminals on the SSR you connect to the supply vs. the load. Think of the SSR as analogous to a switch; when it&#8217;s closed, there&#8217;s continuity between those two terminals, and when it&#8217;s open, there&#8217;s no continuity. (To answer the question you actually asked: they swap which one is &#8220;in&#8221; and which is &#8220;out&#8221; 60 times a second &#8212; it&#8217;s *alternating* current.)</p>
<p>Note that the control side of the SSR is DC, and polarity very much does matter there. It&#8217;s clearly marked, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sous-vide Cooking by morris</title>
		<link>http://mythopoeic.org/sous-vide-cooking/comment-page-1/#comment-37492</link>
		<dc:creator>morris</dc:creator>
		<pubDate>Thu, 29 Dec 2011 20:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://mythopoeic.org/?p=873#comment-37492</guid>
		<description>I have the same SSR as you, but I&#039;m not able to tell whether pin 1 or 2 is the AC out or AC in. Could you enlighten me?

Thanks!</description>
		<content:encoded><![CDATA[<p>I have the same SSR as you, but I&#8217;m not able to tell whether pin 1 or 2 is the AC out or AC in. Could you enlighten me?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

