uC based reflow oven controller
Moderator: phalanx
So I'm trying to understand why you would use a cycle time of anything smaller than 8.33ms. Even if you can get the SSR to turn on at a random time (and many SSRs will), it will not turn off until it hits the zero crossing, which occurs every 8.33ms.
I would think the best way to do this would be to phase control the SSR, by locking to the line frequency so that you can turn the SSR on at a know time relative to the next zero crossing. This would give you the best duty cycle control possible, but you still can't do it faster than using a 8.33ms period (by any method).
Mike
I would think the best way to do this would be to phase control the SSR, by locking to the line frequency so that you can turn the SSR on at a know time relative to the next zero crossing. This would give you the best duty cycle control possible, but you still can't do it faster than using a 8.33ms period (by any method).
Mike
-
- Posts: 393
- Joined: Fri Apr 27, 2007 7:26 pm
I agree that the result is excellent, but I don't see any significant change between 2.5 and 5 ms periods, and my reasoning would explain it. In general, this process is fairly slow, so I can't imagine that there would be much benefit, if any, to controlling faster than 120Hz, and it wouldn't surprise me if an even slower control rate would work just as well.
Can you point me to an off the shelf SSR that can turn off at points other than the zero crossing? I agree that you can design one from scratch using IGBTs, or FETs, but most individuals will not do this.
BTW, Breville has a really nice counter top oven that I am considering using as a reflow oven. It uses IR heaters, has an output of 1800W, and has a convection fan, though it is larger than most (and expensive). But, it looks to be really solid, and could likely be insulated easily, which would allow for faster ramp rates.
Mike
Can you point me to an off the shelf SSR that can turn off at points other than the zero crossing? I agree that you can design one from scratch using IGBTs, or FETs, but most individuals will not do this.
BTW, Breville has a really nice counter top oven that I am considering using as a reflow oven. It uses IR heaters, has an output of 1800W, and has a convection fan, though it is larger than most (and expensive). But, it looks to be really solid, and could likely be insulated easily, which would allow for faster ramp rates.
Mike
-
- Posts: 393
- Joined: Fri Apr 27, 2007 7:26 pm
when i zoom in on the graph (with the zoom tool in the software) you can see some small differences.)
the main difference is to allow for slower SSR's that have zero cross and cant handle the 2.5 switch.
yes ive had a few customers that couldnt get their SSR to work with the 2.5 mS period.
so thats why the slow period.
however that value will be configurable in software in the new version of reflow tools 5.0 that will be coming out soon!!!
it should be pretty cool.
a major update and its just an upgrade.
tnx
-drex
the main difference is to allow for slower SSR's that have zero cross and cant handle the 2.5 switch.
yes ive had a few customers that couldnt get their SSR to work with the 2.5 mS period.
so thats why the slow period.
however that value will be configurable in software in the new version of reflow tools 5.0 that will be coming out soon!!!
it should be pretty cool.
a major update and its just an upgrade.
tnx
-drex
www.TheSiliconhorizon.com
reflow controllers, Xbee pic platform, PLC, UAV controllers.
reflow controllers, Xbee pic platform, PLC, UAV controllers.
-
- Posts: 393
- Joined: Fri Apr 27, 2007 7:26 pm
-
- Posts: 393
- Joined: Fri Apr 27, 2007 7:26 pm
-
- Posts: 393
- Joined: Fri Apr 27, 2007 7:26 pm
-
- Posts: 393
- Joined: Fri Apr 27, 2007 7:26 pm
-
- Posts: 393
- Joined: Fri Apr 27, 2007 7:26 pm
-
- Posts: 393
- Joined: Fri Apr 27, 2007 7:26 pm
we are making leaps and bounds on the new reflow tools 5.0 software!!
-new USB framework fixes some bugs and x64 support.
-updated graph api
-female voice will "talk" to you announcing reflow stages (optional)
-tons of extra options to configure.
-unified firmware for LCD and no LCD and all options. all configurable from the windows GUI.
its gonna be pretty cool.
u can checkout the featurelist from our forums under the reflow section

-new USB framework fixes some bugs and x64 support.
-updated graph api
-female voice will "talk" to you announcing reflow stages (optional)
-tons of extra options to configure.
-unified firmware for LCD and no LCD and all options. all configurable from the windows GUI.
its gonna be pretty cool.
u can checkout the featurelist from our forums under the reflow section

www.TheSiliconhorizon.com
reflow controllers, Xbee pic platform, PLC, UAV controllers.
reflow controllers, Xbee pic platform, PLC, UAV controllers.
-
- Posts: 393
- Joined: Fri Apr 27, 2007 7:26 pm
well heres the latest feature list of reflow tools 5.0
we have moved everything into 1 firmware and have added so many features it aint even funny!!!!!
===========================================
current list of future Milestones
__________
Crystal fontz cheap serial LCD firmware with pushbutton support instead of keypad
scrolling graphs
Milestones reached so far
______________
-HID bootloader (no driver needed!!) + windows application to upload firmware to board
-support for x64!!!
-new USB driver framework fixes sleep, and some other USB bugs.
-updated graph API's fixes slow line draws and some other vista specific issues
-added female voice to signal start of reflow stages
-temp and time LCD readouts
-better graphing / updated the graph api... should be a bit faster now.
-stores program settings in registry and last position of some pulldown and selection boxes
-option to load all profiles from controller on 1st controller connect (automaticalluy)
-option to turn off voices (your wife may talk to you too much so why should your computer also??? hahahaha)
-added firmware options box
-3 pid algorithms tested (full on off / PID with on off / PID with PWM on off at extremities
-pid algorithms selectable in windows gui, all in 1 firmware.
-cooldown options by time or temp selectable in windows
-graph title shows all parameters for that run
-more accurate a2d math.
-selectable PID rates from 2.5 mS up to 1 second!!!
-gains now go upto 255 and are better mapped than before, so youll see the differences in the PID algorithm in full pid mode.


the pid rates are really cool, going from 2.5 mS to 1 second!!! and yes they affect the derivative term as well as the other ones, so its one more thing to play with.
3 algorithms to choose from including:
1. full on / off
2. PID with full on / off
3. PID with PWM and full on / off at extremeties <10% or >90% duty cycles.
so its coming along, will probably add crystal fonts LCD support and users can modify firmware from there... serial.

we have moved everything into 1 firmware and have added so many features it aint even funny!!!!!
===========================================
current list of future Milestones
__________
Crystal fontz cheap serial LCD firmware with pushbutton support instead of keypad
scrolling graphs
Milestones reached so far
______________
-HID bootloader (no driver needed!!) + windows application to upload firmware to board
-support for x64!!!
-new USB driver framework fixes sleep, and some other USB bugs.
-updated graph API's fixes slow line draws and some other vista specific issues
-added female voice to signal start of reflow stages
-temp and time LCD readouts
-better graphing / updated the graph api... should be a bit faster now.
-stores program settings in registry and last position of some pulldown and selection boxes
-option to load all profiles from controller on 1st controller connect (automaticalluy)
-option to turn off voices (your wife may talk to you too much so why should your computer also??? hahahaha)
-added firmware options box
-3 pid algorithms tested (full on off / PID with on off / PID with PWM on off at extremities
-pid algorithms selectable in windows gui, all in 1 firmware.
-cooldown options by time or temp selectable in windows
-graph title shows all parameters for that run
-more accurate a2d math.
-selectable PID rates from 2.5 mS up to 1 second!!!
-gains now go upto 255 and are better mapped than before, so youll see the differences in the PID algorithm in full pid mode.


the pid rates are really cool, going from 2.5 mS to 1 second!!! and yes they affect the derivative term as well as the other ones, so its one more thing to play with.
3 algorithms to choose from including:
1. full on / off
2. PID with full on / off
3. PID with PWM and full on / off at extremeties <10% or >90% duty cycles.
so its coming along, will probably add crystal fonts LCD support and users can modify firmware from there... serial.




www.TheSiliconhorizon.com
reflow controllers, Xbee pic platform, PLC, UAV controllers.
reflow controllers, Xbee pic platform, PLC, UAV controllers.
-
- Posts: 393
- Joined: Fri Apr 27, 2007 7:26 pm
yes you can drive the PID from another source such as an IR thermocouple from www.omega.com that goes from 0-5 volts. then have the regular thermocouple report its data also!!!
all selectable in software. no programming for you guys to do.
all selectable in software. no programming for you guys to do.
www.TheSiliconhorizon.com
reflow controllers, Xbee pic platform, PLC, UAV controllers.
reflow controllers, Xbee pic platform, PLC, UAV controllers.
-
- Posts: 393
- Joined: Fri Apr 27, 2007 7:26 pm
there WILL be a linux version of the software as well using LIBUSB.
i dont know how pretty the GUI will be as i suck at linux programming, but well seee on that one
at the very least, a functional one.
i will use QT4 for the interface probably.
i dont know how pretty the GUI will be as i suck at linux programming, but well seee on that one

at the very least, a functional one.
i will use QT4 for the interface probably.
www.TheSiliconhorizon.com
reflow controllers, Xbee pic platform, PLC, UAV controllers.
reflow controllers, Xbee pic platform, PLC, UAV controllers.
-
- Posts: 393
- Joined: Fri Apr 27, 2007 7:26 pm
techFX reflow tools 5.0 is out!! go get it!
windows version that is.
will see what we can do for linux.
tons of great features.
-HID bootloader (no driver needed!!) + windows application to upload firmware to board
-support for x64!!!
-new USB driver framework fixes sleep, and some other USB bugs.
-updated graph API's fixes slow line draws and some other vista specific issues
-added female voice to signal start of reflow stages
-temp and time LCD readouts
-better graphing / updated the graph api... should be a bit faster now.
-stores program settings in registry and last position of some pulldown and selection boxes
-option to load all profiles from controller on 1st controller connect (automaticalluy)
-option to turn off voices (your wife may talk to you too much so why should your computer also??? hahahaha)
-added firmware options box
-3 pid algorithms tested (full on off / PID with on off / PID with PWM on off at extremities
-pid algorithms selectable in windows gui, all in 1 firmware.
-cooldown options by time or temp selectable in windows
-graph title shows all parameters for that run
-more accurate a2d math.
-selectable PID rates from 2.5 mS up to 1 second!!!
-gains now go upto 255 and are better mapped than before, so youll see the differences in the PID algorithm in full pid mode.


windows version that is.

tons of great features.
-HID bootloader (no driver needed!!) + windows application to upload firmware to board
-support for x64!!!
-new USB driver framework fixes sleep, and some other USB bugs.
-updated graph API's fixes slow line draws and some other vista specific issues
-added female voice to signal start of reflow stages
-temp and time LCD readouts
-better graphing / updated the graph api... should be a bit faster now.
-stores program settings in registry and last position of some pulldown and selection boxes
-option to load all profiles from controller on 1st controller connect (automaticalluy)
-option to turn off voices (your wife may talk to you too much so why should your computer also??? hahahaha)
-added firmware options box
-3 pid algorithms tested (full on off / PID with on off / PID with PWM on off at extremities
-pid algorithms selectable in windows gui, all in 1 firmware.
-cooldown options by time or temp selectable in windows
-graph title shows all parameters for that run
-more accurate a2d math.
-selectable PID rates from 2.5 mS up to 1 second!!!
-gains now go upto 255 and are better mapped than before, so youll see the differences in the PID algorithm in full pid mode.


www.TheSiliconhorizon.com
reflow controllers, Xbee pic platform, PLC, UAV controllers.
reflow controllers, Xbee pic platform, PLC, UAV controllers.