Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

81%
+7 −0
Q&A Low-frequency PWM-controlled Mosfet heater circuit

The circuit above is used to control a 240W ceramic heater by means of a PWM signal at 30Hz, generated by a microcontroller, with 5V logic. The input is a standard 280W AC-DC external power adapt...

2 answers  ·  posted 2y ago by francesco‭  ·  last activity 2y ago by Pete W‭

#6: Post edited by user avatar Olin Lathrop‭ · 2021-10-28T16:53:49Z (over 2 years ago)
Moved "answer" to here since it was actually more information about the question.
  • ![Schematics](https://electrical.codidact.com/uploads/gD45tvaHgwTCyaAU5XeWTNuJ)
  • The circuit above is used to control a 240W ceramic heater by means of a PWM signal at 30Hz, generated by a microcontroller, with 5V logic. The input is a standard 280W AC-DC external power adapter, the Meanwell GST280A24.The C1 is a large electrolytic capacitor, 2200 uF, with 35V maximum voltage, placed close to the load. This capacitor has a maximum ripple current of 2,06A @ 100 KHz. The voltage signal measured in the MEAS node is very clean, there are no spikes or other strange behaviour. On the other hand the 24V line is showing a 880 mV voltage drop everytime the mosfet is energized: there are no spikes but the 24V line just goes down, in a square wave manner, by 0,8V. The overall system works fine, but I have doubts in terms of reliability over time. First of all, turn on behaviour when SW1 is closed: the microcontroller is programmed for a soft start of the Mosfet M1 and does not immediately powers the mosfet for the first 2-3 seconds. I measured the inrush current to be sure of not trepassing the power adapter limits (120A). It looks that I have a voltage rise from 0 to 24V in circa 5ms. That, giving the 2200 uF of input capacitance, gives 18A of inrush current. The second question is the switching behaviour of the mosfet. I voluntary put a huge gate resistor to slow down the mosfet turn on. I want at all cost to avoid ringing and possible EMI issues (this circuit needs to meet the EN 55011). Do you see any problems in switching the mosfet so slowly? When I measure at MEAS, I get a nice square wave, a bit rounded in the top part. Do you see any flaws in this circuit at all?
  • ![Schematics](https://electrical.codidact.com/uploads/gD45tvaHgwTCyaAU5XeWTNuJ)
  • The circuit above is used to control a 240W ceramic heater by means of a PWM signal at 30Hz, generated by a microcontroller, with 5V logic. The input is a standard 280W AC-DC external power adapter, the Meanwell GST280A24.The C1 is a large electrolytic capacitor, 2200 uF, with 35V maximum voltage, placed close to the load. This capacitor has a maximum ripple current of 2,06A @ 100 KHz. The voltage signal measured in the MEAS node is very clean, there are no spikes or other strange behaviour. On the other hand the 24V line is showing a 880 mV voltage drop everytime the mosfet is energized: there are no spikes but the 24V line just goes down, in a square wave manner, by 0,8V. The overall system works fine, but I have doubts in terms of reliability over time. First of all, turn on behaviour when SW1 is closed: the microcontroller is programmed for a soft start of the Mosfet M1 and does not immediately powers the mosfet for the first 2-3 seconds. I measured the inrush current to be sure of not trepassing the power adapter limits (120A). It looks that I have a voltage rise from 0 to 24V in circa 5ms. That, giving the 2200 uF of input capacitance, gives 18A of inrush current. The second question is the switching behaviour of the mosfet. I voluntary put a huge gate resistor to slow down the mosfet turn on. I want at all cost to avoid ringing and possible EMI issues (this circuit needs to meet the EN 55011). Do you see any problems in switching the mosfet so slowly? When I measure at MEAS, I get a nice square wave, a bit rounded in the top part. Do you see any flaws in this circuit at all?
  • <hr>
  • Dear Olin, thank you, you are a reference for all of us.
  • The C1 was put there for to reasons. One is dampening the resonance of input capacitance with wire inductance - I got 1.5 meters wires from the power adapter to the DC connector - which could lead to potentially destructive outcome. The other is to help the hungry heater keeping is current requirements.
  • I did try to eliminate C1 and substitute it with a ceramic capacitor of 20 uF with low ESR and I ended up blewing up the Tracopower, the micro and a bunch of other stuff. I simulated it and I got a 42V resonance peak, which almost completely disappears using a large C1 with high ESR instead.
  • R5 is there to empty the big fat C1 cap when power is off. I verified and a small voltage of some volts keeps staying there for long time after power is removed.
  • Regarding Mosfet switching, here they come the scope printouts for the MEAS probe node.
  • With an R4 of 10 kOhm:
  • ![R4=10kOhm](https://electrical.codidact.com/uploads/R1isPqXVUYGARGGQB1nxLJ64)
  • With an R4 of 10 Ohm
  • ![R4=10Ohm](https://electrical.codidact.com/uploads/PBDbn9hLWZpH9pqsVktNuPeU)
  • There you see the mosfet ringing.
  • With R4 at 10 kOhm the mosfet is running cool and nice. Switching takes approx. 100us, is this really a problem?
  • Regarding the 800 mV drop, it becomes 900 mV without C1. This was measured directly on the DC input. There are 10cm wires from the DC input connector to the control card.
  • ![800 mV Drop](https://electrical.codidact.com/uploads/PJkQA2aP7UvK3V9Tse5V4cS5)
  • I will try to add the decoupling caps as you suggested. What should I add in total?
  • 1) A bunch of small ceramic capacitors in parallel, between 24V and GND, close to the load: 10uF, 1uF and 100pF
  • 2) A small 100pF capacitor between the Mosfet drain and GND
#5: Post edited by user avatar francesco‭ · 2021-10-19T15:30:26Z (over 2 years ago)
  • ![Image alt text](https://electrical.codidact.com/uploads/AmcBGkPTLaKYZgTMXhjLmRHB)
  • The circuit above is used to control a 240W ceramic heater by means of a PWM signal at 30Hz, generated by a microcontroller, with 5V logic. The input is a standard 280W AC-DC external power adapter, the Meanwell GST280A24.The C1 is a large electrolytic capacitor, 2200 uF, with 35V maximum voltage, placed close to the load. This capacitor has a maximum ripple current of 2,06A @ 100 KHz. The voltage signal measured in the MEAS node is very clean, there are no spikes or other strange behaviour. On the other hand the 24V line is showing a 880 mV voltage drop everytime the mosfet is energized: there are no spikes but the 24V line just goes down, in a square wave manner, by 0,8V. The overall system works fine, but I have doubts in terms of reliability over time. First of all, turn on behaviour when SW1 is closed: the microcontroller is programmed for a soft start of the Mosfet M1 and does not immediately powers the mosfet for the first 2-3 seconds. I measured the inrush current to be sure of not trepassing the power adapter limits (120A). It looks that I have a voltage rise from 0 to 24V in circa 5ms. That, giving the 2200 uF of input capacitance, gives 18A of inrush current. The second question is the switching behaviour of the mosfet. I voluntary put a huge gate resistor to slow down the mosfet turn on. I want at all cost to avoid ringing and possible EMI issues (this circuit needs to meet the EN 55011). Do you see any problems in switching the mosfet so slowly? When I measure at MEAS, I get a nice square wave, a bit rounded in the top part. Do you see any flaws in this circuit at all?
  • ![Schematics](https://electrical.codidact.com/uploads/gD45tvaHgwTCyaAU5XeWTNuJ)
  • The circuit above is used to control a 240W ceramic heater by means of a PWM signal at 30Hz, generated by a microcontroller, with 5V logic. The input is a standard 280W AC-DC external power adapter, the Meanwell GST280A24.The C1 is a large electrolytic capacitor, 2200 uF, with 35V maximum voltage, placed close to the load. This capacitor has a maximum ripple current of 2,06A @ 100 KHz. The voltage signal measured in the MEAS node is very clean, there are no spikes or other strange behaviour. On the other hand the 24V line is showing a 880 mV voltage drop everytime the mosfet is energized: there are no spikes but the 24V line just goes down, in a square wave manner, by 0,8V. The overall system works fine, but I have doubts in terms of reliability over time. First of all, turn on behaviour when SW1 is closed: the microcontroller is programmed for a soft start of the Mosfet M1 and does not immediately powers the mosfet for the first 2-3 seconds. I measured the inrush current to be sure of not trepassing the power adapter limits (120A). It looks that I have a voltage rise from 0 to 24V in circa 5ms. That, giving the 2200 uF of input capacitance, gives 18A of inrush current. The second question is the switching behaviour of the mosfet. I voluntary put a huge gate resistor to slow down the mosfet turn on. I want at all cost to avoid ringing and possible EMI issues (this circuit needs to meet the EN 55011). Do you see any problems in switching the mosfet so slowly? When I measure at MEAS, I get a nice square wave, a bit rounded in the top part. Do you see any flaws in this circuit at all?
#4: Post edited by user avatar francesco‭ · 2021-10-19T15:29:20Z (over 2 years ago)
  • ![Image alt text](https://electrical.codidact.com/uploads/2Kudu7cVUCCz5rqHB1NiGV7P)
  • The circuit above is used to control a 240W ceramic heater by means of a PWM signal at 30Hz, generated by a microcontroller, with 5V logic. The input is a standard 280W AC-DC external power adapter, the Meanwell GST280A24.The C1 is a large electrolytic capacitor, 2200 uF, with 35V maximum voltage, placed close to the load. This capacitor has a maximum ripple current of 2,06A @ 100 KHz. The voltage signal measured in the MEAS node is very clean, there are no spikes or other strange behaviour. On the other hand the 24V line is showing a 880 mV voltage drop everytime the mosfet is energized: there are no spikes but the 24V line just goes down, in a square wave manner, by 0,8V. The overall system works fine, but I have doubts in terms of reliability over time. First of all, turn on behaviour when SW1 is closed: the microcontroller is programmed for a soft start of the Mosfet M1 and does not immediately powers the mosfet for the first 2-3 seconds. I measured the inrush current to be sure of not trepassing the power adapter limits (120A). It looks that I have a voltage rise from 0 to 24V in circa 5ms. That, giving the 2200 uF of input capacitance, gives 18A of inrush current. The second question is the switching behaviour of the mosfet. I voluntary put a huge gate resistor to slow down the mosfet turn on. I want at all cost to avoid ringing and possible EMI issues (this circuit needs to meet the EN 55011). Do you see any problems in switching the mosfet so slowly? When I measure at MEAS, I get a nice square wave, a bit rounded in the top part. Do you see any flaws in this circuit at all?
  • ![Image alt text](https://electrical.codidact.com/uploads/AmcBGkPTLaKYZgTMXhjLmRHB)
  • The circuit above is used to control a 240W ceramic heater by means of a PWM signal at 30Hz, generated by a microcontroller, with 5V logic. The input is a standard 280W AC-DC external power adapter, the Meanwell GST280A24.The C1 is a large electrolytic capacitor, 2200 uF, with 35V maximum voltage, placed close to the load. This capacitor has a maximum ripple current of 2,06A @ 100 KHz. The voltage signal measured in the MEAS node is very clean, there are no spikes or other strange behaviour. On the other hand the 24V line is showing a 880 mV voltage drop everytime the mosfet is energized: there are no spikes but the 24V line just goes down, in a square wave manner, by 0,8V. The overall system works fine, but I have doubts in terms of reliability over time. First of all, turn on behaviour when SW1 is closed: the microcontroller is programmed for a soft start of the Mosfet M1 and does not immediately powers the mosfet for the first 2-3 seconds. I measured the inrush current to be sure of not trepassing the power adapter limits (120A). It looks that I have a voltage rise from 0 to 24V in circa 5ms. That, giving the 2200 uF of input capacitance, gives 18A of inrush current. The second question is the switching behaviour of the mosfet. I voluntary put a huge gate resistor to slow down the mosfet turn on. I want at all cost to avoid ringing and possible EMI issues (this circuit needs to meet the EN 55011). Do you see any problems in switching the mosfet so slowly? When I measure at MEAS, I get a nice square wave, a bit rounded in the top part. Do you see any flaws in this circuit at all?
#3: Post edited by user avatar francesco‭ · 2021-10-19T15:25:56Z (over 2 years ago)
  • ![Image alt text](https://electrical.codidact.com/uploads/2Kudu7cVUCCz5rqHB1NiGV7P)
  • The circuit above is used to control a 240W ceramic heater by means of a PWM signal at 30Hz, generated by a microcontroller, with 5V logic. The input is a standard 280W AC-DC external power adapter, the Meanwell GST280A24.The C1 is a large electrolytic capacitor, 2200 uF, with 35V maximum voltage, placed close to the load. This capacitor has a maximum ripple current of 2,06A @ 100 KHz. The voltage signal measured in the MEAS node is very clean, there are no spikes or other strange behaviour. On the other hand the 24V line is showing a 880 mV voltage drop everytime the mosfet is energized: there are no spikes but the 24V line just goes down, in a square wave manner, by 0,8V. The overall system works fine, but I have doubts in terms of reliability over time. First of all, turn on behaviour when SW1 is closed: the microcontroller is programmed for a soft start of the Mosfet M1 and does not immediately powers the mosfet for the first 2-3 seconds. I measured the inrush current to be sure of not trepassing the power adapter limits (120A). It looks that I have a voltage rise from 0 to 24V in circa 5ms. That, giving the 2200 uF of input electrolytic capacitance, gives 18A of inrush current. The second question is the switching behaviour of the mosfet. I voluntary put a huge gate resistor to slow down the mosfet turn on. I want at all cost to avoid ringing and possible EMI issues (this circuit needs to meet the EN 55011). Do you see any problems in switching the mosfet so slowly? When I measure at MEAS, I get a nice square wave, a bit rounded in the top part. Do you see any flaws in this circuit at all?
  • ![Image alt text](https://electrical.codidact.com/uploads/2Kudu7cVUCCz5rqHB1NiGV7P)
  • The circuit above is used to control a 240W ceramic heater by means of a PWM signal at 30Hz, generated by a microcontroller, with 5V logic. The input is a standard 280W AC-DC external power adapter, the Meanwell GST280A24.The C1 is a large electrolytic capacitor, 2200 uF, with 35V maximum voltage, placed close to the load. This capacitor has a maximum ripple current of 2,06A @ 100 KHz. The voltage signal measured in the MEAS node is very clean, there are no spikes or other strange behaviour. On the other hand the 24V line is showing a 880 mV voltage drop everytime the mosfet is energized: there are no spikes but the 24V line just goes down, in a square wave manner, by 0,8V. The overall system works fine, but I have doubts in terms of reliability over time. First of all, turn on behaviour when SW1 is closed: the microcontroller is programmed for a soft start of the Mosfet M1 and does not immediately powers the mosfet for the first 2-3 seconds. I measured the inrush current to be sure of not trepassing the power adapter limits (120A). It looks that I have a voltage rise from 0 to 24V in circa 5ms. That, giving the 2200 uF of input capacitance, gives 18A of inrush current. The second question is the switching behaviour of the mosfet. I voluntary put a huge gate resistor to slow down the mosfet turn on. I want at all cost to avoid ringing and possible EMI issues (this circuit needs to meet the EN 55011). Do you see any problems in switching the mosfet so slowly? When I measure at MEAS, I get a nice square wave, a bit rounded in the top part. Do you see any flaws in this circuit at all?
#2: Post edited by user avatar francesco‭ · 2021-10-19T15:24:46Z (over 2 years ago)
  • ![Image alt text](https://electrical.codidact.com/uploads/2Kudu7cVUCCz5rqHB1NiGV7P)
  • The circuit above is used to control a 240W ceramic heater by means of a PWM signal, generated by a microcontroller, with 5V logic. The input is a standard 280W AC-DC external power adapter, the Meanwell GST280A24.The C1 is a large electrolytic capacitor, 2200 uF, with 35V maximum voltage, placed close to the load. This capacitor has a maximum ripple current of 2,06A @ 100 KHz. The voltage signal measured in the MEAS node is very clean, there are no spikes or other strange behaviour. On the other hand the 24V line is showing a 880 mV voltage drop everytime the mosfet is energized: there are no spikes but the 24V line just goes down, in a square wave manner, by 0,8V. The overall system works fine, but I have doubts in terms of reliability over time. First of all, turn on behaviour when SW1 is closed: the microcontroller is programmed for a soft start of the Mosfet M1 and does not immediately powers the mosfet for the first 2-3 seconds. I measured the inrush current to be sure of not trepassing the power adapter limits (120A). It looks that I have a voltage rise from 0 to 24V in circa 5ms. That, giving the 2200 uF of input electrolytic capacitance, gives 18A of inrush current. The second question is the switching behaviour of the mosfet. I voluntary put a huge gate resistor to slow down the mosfet turn on. I want at all cost to avoid ringing and possible EMI issues (this circuit needs to meet the EN 55011). Do you see any problems in switching the mosfet so slowly? When I measure at MEAS, I get a nice square wave, a bit rounded in the top part. Do you see any flaws in this circuit at all?
  • ![Image alt text](https://electrical.codidact.com/uploads/2Kudu7cVUCCz5rqHB1NiGV7P)
  • The circuit above is used to control a 240W ceramic heater by means of a PWM signal at 30Hz, generated by a microcontroller, with 5V logic. The input is a standard 280W AC-DC external power adapter, the Meanwell GST280A24.The C1 is a large electrolytic capacitor, 2200 uF, with 35V maximum voltage, placed close to the load. This capacitor has a maximum ripple current of 2,06A @ 100 KHz. The voltage signal measured in the MEAS node is very clean, there are no spikes or other strange behaviour. On the other hand the 24V line is showing a 880 mV voltage drop everytime the mosfet is energized: there are no spikes but the 24V line just goes down, in a square wave manner, by 0,8V. The overall system works fine, but I have doubts in terms of reliability over time. First of all, turn on behaviour when SW1 is closed: the microcontroller is programmed for a soft start of the Mosfet M1 and does not immediately powers the mosfet for the first 2-3 seconds. I measured the inrush current to be sure of not trepassing the power adapter limits (120A). It looks that I have a voltage rise from 0 to 24V in circa 5ms. That, giving the 2200 uF of input electrolytic capacitance, gives 18A of inrush current. The second question is the switching behaviour of the mosfet. I voluntary put a huge gate resistor to slow down the mosfet turn on. I want at all cost to avoid ringing and possible EMI issues (this circuit needs to meet the EN 55011). Do you see any problems in switching the mosfet so slowly? When I measure at MEAS, I get a nice square wave, a bit rounded in the top part. Do you see any flaws in this circuit at all?
#1: Initial revision by user avatar francesco‭ · 2021-10-19T15:24:12Z (over 2 years ago)
Low-frequency PWM-controlled Mosfet heater circuit
![Image alt text](https://electrical.codidact.com/uploads/2Kudu7cVUCCz5rqHB1NiGV7P)

The circuit above is used to control a 240W ceramic heater by means of a PWM signal, generated by a microcontroller, with 5V logic. The input is a standard 280W AC-DC external power adapter, the Meanwell GST280A24.The C1 is a large electrolytic capacitor, 2200 uF, with 35V maximum voltage, placed close to the load. This capacitor has a maximum ripple current of 2,06A @ 100 KHz. The voltage signal measured in the MEAS node is very clean, there are no spikes or other strange behaviour. On the other hand the 24V line is showing a 880 mV voltage drop everytime the mosfet is energized: there are no spikes but the 24V line just goes down, in a square wave manner, by 0,8V. The overall system works fine, but I have doubts in terms of reliability over time. First of all, turn on behaviour when SW1 is closed: the microcontroller is programmed for a soft start of the Mosfet M1 and does not immediately powers the mosfet for the first 2-3 seconds. I measured the inrush current to be sure of not trepassing the power adapter limits (120A). It looks that I have a voltage rise from 0 to 24V in circa 5ms. That, giving the 2200 uF of input electrolytic capacitance, gives 18A of inrush current. The second question is the switching behaviour of the mosfet. I voluntary put a huge gate resistor to slow down the mosfet turn on. I want at all cost to avoid ringing and possible EMI issues (this circuit needs to meet the EN 55011). Do you see any problems in switching the mosfet so slowly? When I measure at MEAS, I get a nice square wave, a bit rounded in the top part. Do you see any flaws in this circuit at all?