<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Smart solder reflow oven</title><link>/challenges-projects/design-challenges/smarter-life/b/blog/posts/smart-solder-reflow-oven</link><description>players.brightcove.net/.../index.html</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Smart solder reflow oven</title><link>https://community.element14.com/challenges-projects/design-challenges/smarter-life/b/blog/posts/smart-solder-reflow-oven</link><pubDate>Sun, 26 Jan 2014 20:45:34 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3adee107-1b99-4c84-af29-8d3a7255c6b3</guid><dc:creator>DAB</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi Linas,&lt;/p&gt;&lt;p&gt;You might want to start a finer temperature adjustment when you get within 10 degrees C of your goal.&lt;/p&gt;&lt;p&gt;If you reduce the rate of power you can ease into the correct temperature without the overshoot.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;DAB&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=17116&amp;AppID=105&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Smart solder reflow oven</title><link>https://community.element14.com/challenges-projects/design-challenges/smarter-life/b/blog/posts/smart-solder-reflow-oven</link><pubDate>Sun, 26 Jan 2014 18:58:47 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3adee107-1b99-4c84-af29-8d3a7255c6b3</guid><dc:creator>Kilohercas</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;without any PID loop tuning, i get 5C initial overshoot, and after that it holds temperature at +2C overshoot and 0.2C undershoot of setpoint.&lt;br /&gt;I will use inverted exponential function to throttledown&amp;nbsp; pwm when in gets closer to setpoint&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;span&gt;[View:https://www.youtube.com/watch?v=oc8NPBz2kwI:520:333]&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;while(1)&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Delay(0xFFF);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; temperatura=(ADC_SAR_2_GetResult16()*2.0480f)/(0.005f*4096.0f);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; stabilizavimas+=(150-temperatura)*10;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(stabilizavimas&amp;lt;0)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; stabilizavimas=100;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(stabilizavimas&amp;gt;32767)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; stabilizavimas=32767.0f;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TEMP_PWM_WriteCompare((int)(stabilizavimas));&lt;/p&gt;&lt;p&gt;} &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;yes, it is only PI&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=17116&amp;AppID=105&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>