- 0.2A @ 1V applied
2A @ 5V applied
- 5V output
1A max current supply
OR... Should I just treat it as 1V applied and so that the current drawn by the Load should be only 0.2A?
Tells us it's very non-linear - not resistive (is it something like an LED?)0.2A @ 1V applied
2A @ 5V applied
If everything was exactly as per the info you have given about the PWM and load then in theory for 20% of the time you would be applying 5 volts and 80% of the time 0 volts. The load would take 2A for 20% of the time and 0A for 80%. The average current would be 2 * 20% which is 0.4A.mannok wrote: ↑Wed Apr 15, 2020 9:41 amLet say I have non-inductive Load and it is rated as follow:Which is powered by a DC battery and is rated as follow:
- 0.2A @ 1V applied
2A @ 5V appliedI am going to divide the supply voltage by switching it with PWM, say 20% duty cycle and as a result we can simulate a 1V voltage is applying onto the Load. In this case, may I know how much current will the Load draw? As it is a non-inductive Load, does it mean that it would (tend to) draw 2A current for every high state in PWM (because high state is 5V)? However, the battery can provide only 1A at maximum, so it may not work properly.
- 5V output
1A max current supply
OR... Should I just treat it as 1V applied and so that the current drawn by the Load should be only 0.2A?
But the Battery can supple only 1A at max, which mean it may not work properly?drgeoff wrote: ↑Wed Apr 15, 2020 11:33 amIf everything is exactly as per the info you have given then for 20% of the time you will be applying 5 volts and 80% of the time 0 volts. The load will take 2A for 20% of the time and 0A for 80%. The average current will be 2 * 20% which is 0.4A.mannok wrote: ↑Wed Apr 15, 2020 9:41 amLet say I have non-inductive Load and it is rated as follow:Which is powered by a DC battery and is rated as follow:
- 0.2A @ 1V applied
2A @ 5V appliedI am going to divide the supply voltage by switching it with PWM, say 20% duty cycle and as a result we can simulate a 1V voltage is applying onto the Load. In this case, may I know how much current will the Load draw? As it is a non-inductive Load, does it mean that it would (tend to) draw 2A current for every high state in PWM (because high state is 5V)? However, the battery can provide only 1A at maximum, so it may not work properly.
- 5V output
1A max current supply
OR... Should I just treat it as 1V applied and so that the current drawn by the Load should be only 0.2A?
@Burngate thank you for helping.Burngate wrote: ↑Wed Apr 15, 2020 10:33 amBeing told the load is non-inductive isn't much help, unfortunately, in part becauseTells us it's very non-linear - not resistive (is it something like an LED?)0.2A @ 1V applied
2A @ 5V applied
What it would do with a supply switched by PWM isn't something I could guess at.
However, you could perhaps take that pwm-switched-supply and filter it (inductors and capacitors spring to mind) to produce a fairly smooth 1v that it would be happy with.
@drgeoff thank you.drgeoff wrote: ↑Wed Apr 15, 2020 11:33 amIf everything was exactly as per the info you have given about the PWM and load then in theory for 20% of the time you would be applying 5 volts and 80% of the time 0 volts. The load would take 2A for 20% of the time and 0A for 80%. The average current would be 2 * 20% which is 0.4A.mannok wrote: ↑Wed Apr 15, 2020 9:41 amLet say I have non-inductive Load and it is rated as follow:Which is powered by a DC battery and is rated as follow:
- 0.2A @ 1V applied
2A @ 5V appliedI am going to divide the supply voltage by switching it with PWM, say 20% duty cycle and as a result we can simulate a 1V voltage is applying onto the Load. In this case, may I know how much current will the Load draw? As it is a non-inductive Load, does it mean that it would (tend to) draw 2A current for every high state in PWM (because high state is 5V)? However, the battery can provide only 1A at maximum, so it may not work properly.
- 5V output
1A max current supply
OR... Should I just treat it as 1V applied and so that the current drawn by the Load should be only 0.2A?
However, for 20% of the time the load will be trying to take 2A from the battery which you say has a 1A maximum. Therefore from the info given a definitive answer as to what will happen in practice is not possible.
What you're describing is, in essence, a switch-mode power regulator.
The load will take whatever current it wants. Smoothing the voltage you feed to it will help it to want smooth current, but like horses, we know nothing about your load, so our advice may be as good as my advice about the Kentucky Derby.So in this case I can add a capacitor to filter the switched power supply in order to filter the current drawn as well?
Burngate wrote: ↑Wed Apr 15, 2020 6:20 pmWhat you're describing is, in essence, a switch-mode power regulator.
Although PWM frequencies can be quite high, they don't have to be. That's one reason why you see inductors built in to switch-mode supplies.
If you put a capacitor directly across the PWM output, 20% of the time it's trying to pour current into what it sees a a short circuit to raise its voltage, and the other 80% it's trying to drag it back down to ground.
Putting an inductor in series gives everything a chance - but you'll need an idea of the frequency involved, and how smooth you want the output voltage to be, to work out the sizes of your inductors and capacitors.The load will take whatever current it wants. Smoothing the voltage you feed to it will help it to want smooth current, but like horses, we know nothing about your load, so our advice may be as good as my advice about the Kentucky Derby.So in this case I can add a capacitor to filter the switched power supply in order to filter the current drawn as well?
Hmm. It's complicated - enough so that I can't really answer that in a straight-forward way. I'm not a teacher.mannok wrote: ↑Thu Apr 16, 2020 5:28 am@Burngate, may I know how do I determine what situation/load should I add a capacitor? Some loads like motor they may have inductance and I may not need a capacitor as the current drawn has already been smoothed by the load itself. However, some loads like sensor I must use capacitor to smooth the switch-mode power input...