Re: Generation 7 Electronics Development January 30, 2012 05:14AM |
Registered: 14 years ago Posts: 3,742 |
Re: Generation 7 Electronics Development January 30, 2012 06:52AM |
Registered: 14 years ago Posts: 7,616 |
Quote
this will burn out any normal MOSFET!
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Generation 7 Electronics Development January 30, 2012 02:26PM |
Registered: 12 years ago Posts: 44 |
Quote
Traumflug
It's right, PWM heats up the MOSFET more than occasional switching. One solution could be to reduce the PWM frequency, which currently defaults to the maximum of 65 kHz in Teacup. This can be divided by 2, 4, 8, 16 easily. Some people fear going into the audible range makes the MOSFET switching hearable. I didn't test this so far.
Quote
Traumflug
Another solution could be - as suggested - to get rid of PWM at all. Just on/off.
Quote
Traumflug
Phil, I'll make sure to send out replacements today. Actually, I've already bought two alternatives for the IRFZ44N, both more expensive, and 10 Ohms resistors to replace the 1kOhms ones (faster filling of the gate).
Quote
Traumflug
I meant to search for a better solution when developing the current design, but as everything apparently worked well, I forgot about that.
----------------------Gen7 electronics---+ +----- Heated bed------------------------------- | | [AVR]----[10R]----[gate MOSFET drain]----| ~ ~ ~ |---[10R]---[gate MOSFET drain]---[heater]--+ source | | source | | | | | | [ GND ]--------------------+-------------| ~ ~ ~ |---------------------+ | [v=12V]----------------------------------| ~ ~ ~ |---------------------------------------------+ | | ----------------------Gen7 electronics---+ +----- Heated bed-------------------------------
Re: Generation 7 Electronics Development January 31, 2012 06:15AM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Generation 7 Electronics Development January 31, 2012 10:33AM |
Registered: 12 years ago Posts: 44 |
Quote
Traumflug
To get on/off behaviour, you can turn on BANG_BANG in Teacup's config.h and set BANG_BANG_ON to 255 and BANG_BANG_OFF to 0.
Quote
Traumflug
Ideally, one would do a bit research and first try to find out at which PWM ratio the MOSFET heats up most. Likely, this is neither 0 nor 255, but somewhere between 128 and 200. Then change one piece in the equitation and look again - how hot it gets at a steady usage, like 20 minutes.
Re: Generation 7 Electronics Development January 31, 2012 02:00PM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Generation 7 Electronics Development February 16, 2012 09:25AM |
Registered: 12 years ago Posts: 44 |
Re: Generation 7 Electronics Development February 16, 2012 05:25PM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Generation 7 Electronics Development February 17, 2012 04:59AM |
Admin Registered: 13 years ago Posts: 2,569 |
Re: Generation 7 Electronics Development February 17, 2012 07:21AM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Generation 7 Electronics Development February 17, 2012 09:59AM |
Admin Registered: 13 years ago Posts: 2,569 |
Re: Generation 7 Electronics Development February 17, 2012 04:38PM |
Registered: 14 years ago Posts: 380 |
Re: Generation 7 Electronics Development February 19, 2012 05:49PM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Generation 7 Electronics Development February 20, 2012 04:11AM |
Registered: 13 years ago Posts: 290 |
Re: Generation 7 Electronics Development February 20, 2012 04:56AM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Generation 7 Electronics Development February 20, 2012 11:29AM |
Registered: 13 years ago Posts: 137 |
Re: Generation 7 Electronics Development February 21, 2012 12:34AM |
Registered: 13 years ago Posts: 22 |
avrdude: verification error, first mismatch at byte 0x0000 0x0c != 0xff avrdude: verification error; content mismatchWhich I would assume to be a fuse issue, but I am useless at programming.
Re: Generation 7 Electronics Development February 25, 2012 04:59PM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Generation 7 Electronics Development February 28, 2012 11:32PM |
Registered: 13 years ago Posts: 22 |
Re: Generation 7 Electronics Development February 29, 2012 08:30PM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Generation 7 Electronics Development March 03, 2012 11:19AM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Generation 7 Electronics Development April 04, 2012 08:07AM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Generation 7 Electronics Development April 04, 2012 10:00AM |
Admin Registered: 17 years ago Posts: 7,881 |
Re: Generation 7 Electronics Development April 04, 2012 10:38AM |
Admin Registered: 13 years ago Posts: 2,569 |
Re: Generation 7 Electronics Development April 04, 2012 02:10PM |
Registered: 14 years ago Posts: 3,742 |
Quote
Traumflug
- 3 max endstops
Re: Generation 7 Electronics Development April 05, 2012 03:11AM |
Registered: 13 years ago Posts: 290 |
Re: Generation 7 Electronics Development April 05, 2012 03:58AM |
Admin Registered: 17 years ago Posts: 7,881 |
Re: Generation 7 Electronics Development April 05, 2012 06:20AM |
Registered: 13 years ago Posts: 290 |
Re: Generation 7 Electronics Development April 05, 2012 04:26PM |
Registered: 14 years ago Posts: 7,616 |
Quote
nophead
A fan output or two?
Quote
scuba
For such applications a seperate 12V Output (maybe on an extra screw terminal?) would be nice!
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Generation 7 Electronics Development April 05, 2012 09:43PM |
Registered: 14 years ago Posts: 72 |