|
| |||||||
| News | Join MIGClub | Forums | Gallery | Classifieds | MIG Info | Help Desk | Register | Search | Today's Posts | Mark Forums Read |
| Off Topic Discussions All non car/club related posts here please. Keep posts in accordance with the rules |
|
| | LinkBack (19) | Thread Tools |
| | #26 |
| MIGWeb User | Re: It lives !!! (Possible 56k warning) whats the gen anyhow, how come the washing machine had RS232 compatible circuitry anyway? was it as simple as soldering on a 232 plug , or did you need to make an interface inside the machine |
| |
| | #27 |
| MIGClub Member | Re: It lives !!! (Possible 56k warning) Ummm - the machine didnt have any compatible circuitry at all I started by removing every single wire from the machine and removed the existing controller. I built a new controller from scratch. It communicates with the PC and via Hyperterminal etc you can send it commands and it responds accordingly. You can also monitor the temperature, drum speed, water level etc with the PC. My controller uses relays for the capacitor switching of the main motor (to select spin or wash speeds and also to reverse the motor rotation). The motor has a tachometer output which I use to sense the speed of the drum/washing. I use zero crossing detection (i.e. when the AC wave is at zero volts) to time a pulse to the main motor triac. Depending on how soon I fire the triac after the AC has crossed the zero point controls how much power the motor effectively gets (very like a light dimmer circuit). This coupled with the tacho feedback means I can get the drum to spin at exactly the speed I want. Commands that are sent to the washing machine are in a simple text based format i.e. #H0 = heater off #H1 = heater on at 40 degrees #H2 = heater on at 50 degrees #H? = response with heater status #HZ = current reading of thermostat #F0 = Motor off #F1 = Motor on speed controlled tumble mode in clockwise direction #R1 = as above but counter clockwise #F5 = Motor at 75% power etc etc etc All good fun
__________________ Doms online shop - www.picbits.co.uk/catalog,bulbs,cable,heatshrink etc Doms online blog - www.picbits.co.uk/forums but you'll have to register to read it. |
| |
| | #29 |
| MIGClub Member | Re: It lives !!! (Possible 56k warning) lol - I need to concentrate on the car stuff now. Scarily though, half the code I used for the MFD/TID project I've been working on has ended up in the washing machine !!! (Timing loops, analogue to digital conversion code and communications code) |
| |
| | #32 |
| MIGClub Member | Re: It lives !!! (Possible 56k warning) Rev limit on the drum is 1200rpm mate I'd derestrict it but its not always perfectly balanced which can lead to the machine going for a walk round my workshop/laundryroom |
| |
| | #33 | |
| MIGWeb User | Re: It lives !!! (Possible 56k warning) Quote:
Trouble is it would end up in the back of some Saxo washing burberry and tracksuit bottoms. | |
| |
| | #35 | |
| MIGWeb User | Re: It lives !!! (Possible 56k warning) Quote:
| |
| |
| | #37 |
| MIGWeb User | Re: It lives !!! (Possible 56k warning) Lol.. you're some prodigy electronics ace, yet you still got a 5210 brick of a phone, lol. My best attempt is to control loads of things (eg: curtains, doors, lights etc etc) in my SISTER'S room, via remote control in mine |
| |
| | #38 |
| MIGWeb User | Re: It lives !!! (Possible 56k warning) That is seriously impressive. I can only hope that when i come out of my elec eng degree, that i too will be able to fill my house with such appliances. |
| |
| | #39 | |
| MIGClub Member | Re: It lives !!! (Possible 56k warning) Quote:
If it makes matters worse I've got two of them I'm not a phone freak - I dont need to have the latest of everything (to be honest with you I hate mobile phones). Now if you're talking cellular packet modems I get interested. | |
| |
| | #40 |
| MIGWeb User Join Date: Apr 2002 Location: High Wycombe Looks@: Drives: The White Wonder iTrader: (2)
Posts: 13,266
| Re: It lives !!! (Possible 56k warning) dude, respect to you AGAIN!! You are too clever for ya own good! And also have FAR too much time on your hands! LOL
__________________ LURF - The proper pronunciation for "love". Especially emphasized during karaoke sessions. "Oh, my lurf, my laling, I hunger for your tush, a long and lonely time..." Total Carlton (Carlton Forum) |
| |
| | #41 |
| MIGWeb User | Re: It lives !!! (Possible 56k warning) Commutating triacs, eh? Use the snubberless ones ( ST BTA600-41BW ) and use back to back zeners in the gate drive. That will get rid of the commutation all together. Why use the PC though? You used a PIC demo board anyway, just do a small embedded board, and put an LCD on for the missus to get the hang of it..
__________________ Brian Sidebotham. |
| |
| | #44 |
| MIGWeb User | Re: It lives !!! (Possible 56k warning) Dom you have too much time on your hands. hell of a good tho.
__________________ curiosity killed the cat...................but for a while i was a suspect!! |
| |
| | #45 | |
| MIGClub Member | Re: It lives !!! (Possible 56k warning) Quote:
It totally flummoxed me for a while - I had a relay in series with the neutral path of the solenoid which was hooked up to an overpressure switch as a "mechanical" fail safe i.e. if the triac failed short circuit then the relay would cut all power to the solenoid when the water fill level reached a critical point (good old mechanical methods). The relay was cutting in but the valve stayed open. I ended up wiring in a 60 watt lightbulb much to the amusement of my missus (who told her mates that everytime the washing machine filled up with water it turned on a desk lamp as well) which cured the problem as it drew enough current to turn off the valve again. Once I removed the snubber it worked perfectly - its actually running straight off the opto-isolator triac at the moment as that doesnt require a snubber. The Pic Demo board was only used for the MAX232 on it mate - I didnt have time to knock up a seperate board for it so cheated. The actual processor in the machine is a PIC18F1320 running on its own internal oscillator. I've only used up about 1/16 of its memory for the program its got in it at the moment so I could have squeezed the whole lot in there but I was informed we had a new machine on its way before I got any further | |
| |
| | #46 | |
| MIGClub Member | Re: It lives !!! (Possible 56k warning) Quote:
The one in the picture is a 4 year old Servis Washer Dryer | |
| |
| | #47 |
| MIGWeb User | Re: It lives !!! (Possible 56k warning) mmmm very very interesting idea there mate. take my hat off to ya! Funnily enough ive just finished learning about triacs and generating zero crossing pulses to stop the triac turning off on the 0v section of the AC wave. Good on ya mate.
__________________ CavWeb Cavalier, Calibra & Vectra Need Answers? Can provide Car Related Info? www.cavweb.co.uk |
| |
| | #48 | |
| MIGClub Member | Re: It lives !!! (Possible 56k warning) Quote:
| |
| |
| | #49 | |
| MIGWeb User | Re: It lives !!! (Possible 56k warning) Quote:
What would it look like if you disconnected the water hose and did a dry-wash, but put some tyre-flies on inside of the drum?! That would be something worth paying to see | |
| |
| | #50 |
| MIGClub Member | Re: It lives !!! (Possible 56k warning) Lol - no need to disconnect the hose - I have full control over what that machine does now. Bit of a downer though - the missus has just rung Comet and they are delivering the new machine on Friday |
| |
![]() |
| Thread Tools | |
| |