This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
electrical:solar:pwm_tweaking [2021/06/26 15:46] frater_secessus [the controller's achilles heel] |
electrical:solar:pwm_tweaking [2025/04/22 17:59] (current) frater_secessus [panel selection] |
||
---|---|---|---|
Line 9: | Line 9: | ||
===== PWM's achilles heel ===== | ===== PWM's achilles heel ===== | ||
- | During charging with a PWM controller **the solar panel will be running at the voltage of the battery bank**. | + | During charging with a PWM controller **the solar panel will be running at the voltage of the battery bank**.((or close enough for the purposes of this discussion. |
This affects charging in all three [[electrical: | This affects charging in all three [[electrical: | ||
- | {{ http:// | + | {{ http:// |
- | 17.8v x 5.6A = 99.68w | + | 17.8v x 5.6A = 100w <-- rating under laboratory conditions((the math doesn' |
- | 17.8v x 5.6A = 94.70w <-- MPPT running at 95% efficiency \\ | + | 17.8v x 5.6A = 94.70w <-- MPPT running at 95% efficiency |
+ | |||
+ | PWM harvest | ||
14.8v x 5.6A = 82.88w <-- power at a high Absorption voltage, as with flooded lead acid \\ | 14.8v x 5.6A = 82.88w <-- power at a high Absorption voltage, as with flooded lead acid \\ | ||
14.4v x 5.6A = 80.64w <-- power at a lower Absorption voltage \\ | 14.4v x 5.6A = 80.64w <-- power at a lower Absorption voltage \\ | ||
Line 24: | Line 26: | ||
12.7v x 5.6A = 70.61W <-- power at 100% state of charge (SoC) \\ | 12.7v x 5.6A = 70.61W <-- power at 100% state of charge (SoC) \\ | ||
12.4v x 5.6A = 69.44W <-- power at 75% state of charge; bulk charging \\ | 12.4v x 5.6A = 69.44W <-- power at 75% state of charge; bulk charging \\ | ||
- | 12.1v x 5.6A = 67.76W <-- power at 50% state of charge; | + | 12.1v x 5.6A = 67.76W <-- power at 50% state of charge; |
+ | 10.0v x 5.6A = 56.00W <-- battery bank accidentally run flat | ||
This last number shows how far off PWM output can fall when battery voltage (Vbatt) is at its lowest.((The last number is also the source of the "30% boost!!!" | This last number shows how far off PWM output can fall when battery voltage (Vbatt) is at its lowest.((The last number is also the source of the "30% boost!!!" | ||
Line 32: | Line 35: | ||
Here are steps to take to maximize power from the PWM controller, in order from greatest effect to least effect. | Here are steps to take to maximize power from the PWM controller, in order from greatest effect to least effect. | ||
+ | ==== panel selection ==== | ||
+ | |||
+ | Choose panels for your PWM with a [[electrical: | ||
+ | Assuming a charging voltage of 14.2v, let's consider two different panels. | ||
+ | * 100w panel, 20.0Vmp - 100W / 20Vmp = 5.0A Imp. 14.2v x 5A = **71W** max. | ||
+ | * 100w panel, 17.5Vmp - 100W / 17.5Vmp = 5.71A Imp. 14.2v x 5.71 = **81W** max. | ||
+ | In this example, choosing the best-matched panel results in **14% increased harvest for free**. All it costs is attention and a few moments reading specs. | ||