0
\$\begingroup\$

I'm working on an off-grid PLC based battery bank monitor and dump load controller to replace commercial units that don't work really well with our lithium ion battery bank. In addition, I plan to switch hydro turbine from nominal 24 Vdc to nominal 48 Vdc by changing from DD to DW or SD connection and then run it through an SSR to do MPPT and step down to battery voltage via PWM for better generator efficiency and lower line losses.

Initially, I'd like to monitor system voltage at the following points:

  1. Battery bank, nominal 24 Vdc (future upgrade will likely change this to 48 Vdc)
  2. DC bus in controller I'm building. When all is working as planned, this will be connected to battery bank and running the same voltage. But battery bank safety system may disconnect the battery bank for OVP/UVP or high differential voltage between cells. In this case, we still want to keep DC bus voltage correct to protect other components and--when sufficient solar and/or turbine power are present--keep things running without batteries.
  3. Hydro turbine input 0..60 Vdc (higher OCV to be confirmed, may affect voltage divider and zener diode needs for this input)

The present plan is to use a Beckhoff PLC (due to familiarity with programming these) and an ES3068 0..10 Vdc input card to read voltages as well as inputs from hall effect sensors to read current at various points in the system.

I understand the voltage divider concept, but this is the first time I'm applying one so I'm learning as I go. I'm thinking of using 10 kΩ and 1kΩ resistors for the divider to give a readable range in excess of 100 V while still giving good resolution in the expected operating range. Based on internal resistance of input card >130 kΩ, it seems going much higher in resistors will adversely affect accuracy. Or am I missing something here? I would like to minimize parasitic load (and heat dissipation) of resistors while maintaining sensing accuracy within 100 mV around battery voltage (24-28 Vdc).

Considering possibly failure modes, I'm thinking defined interruption behaviour resistors such as these two may be a good way to go:

My thinking is if the 10 kΩ resistor on the positive side of the divider fails, it should fail open to protect the PLC input from overvoltage. Zero voltage input will indicate failed resistor or other OC condition on input. However, if the 1 kΩ resistor on the negative side of divider fails open, we need a way to keep PLC input below 30 Vdc. I'd like the input to stay high in this failure case--even over 10 Vdc is okay as long as it is under 30 Vdc. Would a zener diode like the Microsemi #1N5929A 15 V connected in parallel across the 1 kΩ resistor be appropriate? Would it affect the PLC input reading when voltage is in expected 0..100 Vdc range? Or is there a better way to do this?

The overall goal is high reliability and failure modes that don't result in destruction of costly components. Am I headed the right direction, or missing something? Is there a better way to get these voltages into PLC accurately, reliably, and safely?

\$\endgroup\$
8
  • 1
    \$\begingroup\$ Do you have any specs and tolerances for all these variables like efficiency, V, I , MTBF, temp, For all interfaces? \$\endgroup\$ Commented Oct 4, 2018 at 18:25
  • 1
    \$\begingroup\$ For Zin to an R divider, the high Z in must be included with shunt R in ratio calculation if it has a tolerance spec. MPPT ought to match PV impedance to converter Input Z for MPT then convert that Vmpt to Vbat charge supply for max efficiency so load never exceeds supply. \$\endgroup\$ Commented Oct 4, 2018 at 18:44
  • \$\begingroup\$ I suspect you have issues on present system that are fixable with tweaks by an experienced EE and you are overlooking other issues on future system. \$\endgroup\$ Commented Oct 4, 2018 at 18:48
  • \$\begingroup\$ So you have adequate support? \$\endgroup\$ Commented Oct 4, 2018 at 20:45
  • \$\begingroup\$ @TonyEErocketscientist Sorry hit enter before done and then hit 5 min editing limit. Current system doesn't react well to lithium ion. I've discussed with provider of components as well as manufacturer of dump load controller (Morningstar) and they are aware of the issues (I'm not the only one), but don't have any solutions. We want a PLC anyway for smarter dump load (multiple) control as well as resolving battery monitoring issues. I expect I'll have some questions about other areas, but thought I'd try to keep individual questions focused on more generic issues--in this case sensing voltage. \$\endgroup\$
    – Witman
    Commented Oct 4, 2018 at 20:49

1 Answer 1

1
\$\begingroup\$

A 12-15V Zener across the 1k will be good, Zeners above 10V or so tend to have a fairly sharp knee, but pick one with a leakage current of less than a few microamps at the 10V full scale of the card to avoid it distorting the reading. The one you list is good, though it's overkill on power rating.

\$\endgroup\$
1
  • \$\begingroup\$ Thanks @Phil G. At extreme level of 100V with shorted 1 kΩ resistor, I was thinking we would have 100 V / 10 kΩ = 10 mA max current to dissipate--slightly less with resistance of zener diode in series. I realize on rethinking this that the voltage is a lot lower at this step so power through zener diode won't be anywhere near 1.25 W. Probably less than 0.15 W, if I'm thinking right. I want to oversize, but am guessing there's not much benefit to oversizing this much. \$\endgroup\$
    – Witman
    Commented Oct 4, 2018 at 21:35

Not the answer you're looking for? Browse other questions tagged or ask your own question.