Propeller control of household type freezer appliance
ElectricAye
Posts: 4,561
Hi all,
I'm sure this has been discussed before but I can't find it on the search.
I would like to use the Propeller to control a household type freezer. It has a standard 3 pin plug, operates on 120 VAC. Not sure about its exact amps yet but its owner's manual says an extension cord must be rated for at least 15 amps. I do NOT need wireless control but an off-the-shelf gizmo would be ideal.
thanks for your time,
Mark
I'm sure this has been discussed before but I can't find it on the search.
I would like to use the Propeller to control a household type freezer. It has a standard 3 pin plug, operates on 120 VAC. Not sure about its exact amps yet but its owner's manual says an extension cord must be rated for at least 15 amps. I do NOT need wireless control but an off-the-shelf gizmo would be ideal.
thanks for your time,
Mark
Comments
·
I'm monitoring its internal temperature using DS18B20's. I want the ability to turn its main power on and off based on various criteria. Such control doesn't give me a lot of accuracy insofar as controlling its temperature, but at least I can cycle it for experimental purposes.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Need to make your prop design easier or secure? Get a PropMod has crystal, eeprom, and programing header in a 40 pin dip 0.7" pitch module with uSD reader, and RTC options.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Need to make your prop design easier or secure? Get a PropMod has crystal, eeprom, and programing header in a 40 pin dip 0.7" pitch module with uSD reader, and RTC options.
Is there anything off-the-shelf UL certified that I can just hook up to for this sort of thing? I'm concerned that if I have to kluge it myself, it will raise eyebrows about fire hazards and electrical codes and all that sort of thing.
http://www.sparkfun.com/commerce/tutorial_info.php?tutorials_id=119
Also, you could probably hack one of those $10 appliance/light timers.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Need to make your prop design easier or secure? Get a PropMod has crystal, eeprom, and programing header in a 40 pin dip 0.7" pitch module with uSD reader, and RTC options.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Need to make your prop design easier or secure? Get a PropMod has crystal, eeprom, and programing header in a 40 pin dip 0.7" pitch module with uSD reader, and RTC options.
Jonathan
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.madlabs.info - Home of the Hydrogen Fuel Cell Robot
Think about the delay between on cycles; I am told that most compressors require a minimum time for the pressures to equilibrate prior to restarting the motor.
Cheers!
Paul Rowntree
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Need to make your prop design easier or secure? Get a PropMod has crystal, eeprom, and programing header in a 40 pin dip 0.7" pitch module with uSD reader, and RTC options.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.madlabs.info - Home of the Hydrogen Fuel Cell Robot
Okay, bulletproof is my kind of thing. I'll try the SSR and dress it up to look like it's off the shelf. Then maybe nobody will notice it's another kluge by me.
thanks, everyone!
I have had great luck with these SSR's. They are rated for 25Amps. I use 4 of them in a DPDT arrangement to switch between the AC mains and my Solar equipment when I have enough "Solar reserve".
cgi.ebay.com/New-in-Box-Solid-State-Relay-SSR-24-480V-AC-25A_W0QQitemZ120387412336QQihZ002QQcategoryZ36328QQssPageNameZWDVWQQrdZ1QQcmdZViewItem
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe
IC Layout Engineer
Parallax, Inc.
Beau,
awesome info. Being a newbie, I'm helped a lot when I see a specific component like this. You just saved me hours of clueless searching.
thanks so much!
Mark
I used a 3A SSR from futurlec. It was cheap and can be driven directly from a Propeller port pin (triggers reliably at 3v). Having said that, I'm on 240V so my current is not as high as you guys have to put up with.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Cardinal Fang! Fetch the comfy chair.
Yes, thank you, Brad, Tree's is a very good point to bring up. Luckily, my cycling time will be about 10 hours or more, so this is not an issue. However, if someone else were trying to control a cheap freezer to a tighter temperature range, then this cycling time issue would be very important.
much appreciated,
Mark
Here is some text from the spec provided in the link (emphases mine) --
Load could be resistance type, and maximum current is less than 25A RMS. Load could not be DC type. Load could not be inductive type.
@ PJ - I took a look at the spec sheet for my SSR and didn't see anything about inductive or resitive loads. I have one running a compressor, another a small motor and one a heater element for a radiant floor. Are most SSRs not for inductive loads?
Jonathan
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.madlabs.info - Home of the Hydrogen Fuel Cell Robot
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.madlabs.info - Home of the Hydrogen Fuel Cell Robot
That being said, we use SSRs for big motors on vacuum pumps and it is easy to find models that handle inductance-related phase shifts correctly.
Another approach that may work, depending on what exactly you want to do, is to run the freezer unit pushed to its lower-temperature limits, then use a heater (easily controlled by any version of SSR, since the load is resistive) to raise the temperature within a smaller volume or for the experiment itself. If the test volume/thermal mass is relatively small, you will get much faster and precise control this way.
Cheers!
Paul Rowntree
To Grasshopper,
That makes sense, provided the temp sensor switch is lower power. Why didn't I think of that in the first place? Thanks for the idea!
To Paul,
yes, this is a fantastic idea. In fact, to get the kind of accuracy I'll need later on, this might be the only way to go for doing it cheaply. The actual sample space isn't very big and, without thermal mass in the freezer, the temperature of this home freezer isn't very stable anyway. What a cool concept!
Thanks, you guys, for shining a little of your brilliance my way!