larryd:
Then have you tried making timers in C++ ?
larryd:
Then have you tried making timers in C++ ?
Thanks for the idea, looking it up while this post is running. So used to using visual objects in windows, have to change gears and think in C++
larryd:
Then have you tried making timers in C++ ?
larryd:
Then have you tried making timers in C++ ?
Thanks for the idea, looking it up while this post is running. So used to using visual objects in windows, have to change gears and think in C++
Okey, 120 volt and some amp maybe.
Trim Your code to cut off at a lower temperature, measure the curve and apply more like pulses of heating.
No nead for any high level system. Just find out how much, say 10 seconds, of heating raises the temperature.
Find out the time needed to increase the temp by 1 degree, or what You would like.
You need to use PID control. Like everything Arduino, thereâs a library for that. You also need a SSR - a solid state relay. Itâs relay with no moving parts, just some fancy scrâs with a gating circuit that turn on your heaters on and off from the Arduino 5 volt output and not knock themselves apart from clicking on and off every ten seconds or so. This is how the PID controller will work, it will cycle the heaters on and off at a duty cycle, adding partial heat continuously to maintain the desired temperature.
Youâll need to build a ramp up and down of the temperature into the program to avoid the thermal shock problem. This kind of stuff has already been done a gazillion times, quite similar to what you want to do but with a shorter time frame. Some programming modifications can fix that.
Google âArduino reflow oven controlâ and start doing some research. Itâs the same concept, same toaster ovens, different use case.
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.