DIY reflow oven display opinion
TC
Posts: 1,019
Hello all,
I have been tinkering with making a reflow oven for a few months now. I am starting with the display, and I have a demo of the reflow cycle. But I would like others input and ideas about it. Please take a look at this video and tell me your honest opinions, or changes you think I should make.
The values for time, and temp are just for looks and placement. They will be getting changed later.
Thanks
TC
[video=youtube_share;1dtkeVUmeNU]
I have been tinkering with making a reflow oven for a few months now. I am starting with the display, and I have a demo of the reflow cycle. But I would like others input and ideas about it. Please take a look at this video and tell me your honest opinions, or changes you think I should make.
The values for time, and temp are just for looks and placement. They will be getting changed later.
Thanks
TC
[video=youtube_share;1dtkeVUmeNU]
Comments
It works really well. I just used it again last week to build 7 boards. I think it would be neat to see a Propeller based add-on solution for this market.
Thank You
Well isnt that ironic, I am making this one using a propeller. I am going to have 2 thermocouples, one for above the board, and one for below the board. 2 SSR's again one for the top, and one for the bottom. 2 PID's controling 2 PWM's. 5 buttons. the noritake display. options to change and create reflow profiles. a profile for heat shrink. I am using a $15 wal-mart toaster oven.
*EDIT*
I might add a servo to push the door open a little for the cool down cycle. But first I have to see how hot the area gets so I dont melt the servo.
The display is pretty good although maybe a little busy. You didn't mention which Noritake display you have, text only or graphics/text. They are great displays! I really like the graphic ones. Perhaps you could look at showing the reflow temp graph (lines) where you are in the cycle (dot) and a simplifed temperature readout (text). (A text display may be able to do it with the custom characters approach.)
You also could periodically alternate the graph with a detailed text readout momentarily if more detail is needed. That way you get a nice over and then can focus in on details if needed. Remember, the beauty of a VFD is that you can change display at different times or use sequences. For example, you can change the brightness and display something in large font (e.g. Starting Reflow) at the beginning or end of a cycle then use dimmer smaller detailed text during the cycles. That way you can tell what is happening even when you're not loooking closely.
Most PID type controllers I used in the kept it simple so that you could see "actual', "target or deviation" and a power on/off light. In your case it would be something like:
Cycle ##.## Time Remaining ###
Top ### C +/- ## Error On/Off
Bottom ### C +/- ## Error On/Off
The wireless remote ones work great if you need remote detection.
For the software I am using this. there might be a better way to skin a cat, but this way works.
I am going to combine the PID object, and a PWM driver into one object that will run in it's own Cog
I do agree with you, it looks a little busy. But I wanted the important info on it.
I like that setup. I will give it a shot and post the video.
It is a Noritake CU-Y series of display. The part number is: CU24063-Y100. It is there RS232 series model. I got it for free, they sometimes send out free evaluation kits. It came with a wire so I could hook it to my breadboard, and a blue filter(wrong size, but I not complaining).
The display is a 24x6 character display that is the same size as a 20x4. It has brightness adjustment for the whole screen, and each character. an insane font table. font magnification.
I have seen them being sold on DigiKey, but Noritake has an online shop that has better prices low quantites.
That is not a bad idea, But a few months ago, someone ordered the wrong thermocouple probes at work (wrong ends), and they were just going throw them away, so I grabbed a few.
ive worked on a reflow oven before, struggled a bit with that pwm indeed then ran outa time
got a tread going , hopefully ill be able to pick it up soon and make it work
im using a maxi 6675 for the temp and a z240d10-17 as a relay .
plus a 4 *20 lcd
ill be folowing you closely
good luck
Thank you for the very kind words, I am trying my my bast. I have also struggled with the PWM and the PID. But not any more. Right now I have the thermocouple hooked up to a resistor, and the output of my PWM is powering that resistor. Still have to get the PID where I like it with little overshoot, but it is holing it at around +/- .50C
I have been thinking posting in "Projects" my progress.
would love to see some schematics on that once you got that working,
to be honest , i have no clue what that PID looks llike or whatever it is ( i did a quick wiki on it do ) . so ill be intrested
my ssr software was not so fine , beter said Smile , so im still on the lookout for a better driver (schematic for that )
in my old thread you can see a few pic of it
Cheers
I don't know much about a PID, I'm learning as I go. I did hours of searches, YouTube videos. and asking questions.
It does not look that bad. I like that you moved the heaters to the top. Im going to keep mine like it is so I can heat both sides of the board. I also took foil tape(it is used for home air conditioner ducting) and laid 3 layers all over the inside. And I also filled all the seams with JB weld(says it is reated up to 500F or 260C).
id love to see some inspiration pictures your oven en JB weldings if you can, mine is full of holes still.
doesn't the tin foil tape start smelling when you put ON the oven , or is it managable ( small exhaust fan) orso.
I will post some pictures tonight when I have the chance. For the foil tape, I have no idea yet. Since it is blocking some of the heat, the temp sensor that came with the oven does not shut off, I don't want to fry it from testing, unless I I know what temp it is at.
(Blue)Smoke, is the last anyone would be waiting to see :cool:
My oven has 40 settings of Temp + Time (ie 150C 10s)
It displays the current internal temp, the set temp, and a bar graph of the %heat (ie the pwm of the heated elements).
What I would like to see is the current internal temp (you have 2 and this would be better), the set temp and time left at this setting, plus the overall time elapsed or remaining.
There are two fan units in my unit. One just circulates the air, and the other is an exhaust fan that comes on when it is trying to cool the temp.
I hope this helps you.
BTW make sure your temp sensors can go to at least 300C. The bimetal wire and joint can only go to ~200C. There are some nice metal tube thermocouple sensors that have threaded ends so can be bolted into your oven as a permanent fixture. You can get them in various lengths. You could also buy the cheap temperature meters and use their internals.
SOOOOO very true
I figured they would have information like that.
I might add an exhaust fan at a later date.
The probes I have are Omega GKQIN-18(*)-12l, they have a max temperature rating of 980°C (1796°F). I have pipe connectors that use a compression fitting on them to hold the probe, it is water tight.
You are very welcome. And thank you.
I have always liked the look of VFD (vacuum florescent display), and how easy Noritake makes it to control. Hope you like them.
I also received my MAX31855 chips & K-type thermocouples. Got everything now... looks like a project is about to be born!
Dave
That is great! I'm still working on mine. I'm in no real hurry, I want to make sure everything is the way I want it. Keep us updated
Have fun!
Dave
Nice job Dave, Looks good. I dont know what it is, but I like VFD better than LCD(monochrome).
LCD vs. VFD is more of an application-by-application decision. I don't think a VFD would be a valid replacement for the LCDs in my DieselDocks, but I believe it's definitely a better choice for things like my Reflow Oven. The considerations here include end-user experience and skill with utilizing technology, and average distance of user to product.
Choice is better than no choice! And having choices to tailor the end-user's experience is important.
I like them both!
Now I want to start messing with serial graphic displays!