Hello,
I need to calculate the total RMS bus current, for each phase, for an arbitrary combination of single-phase loads. I have an array of heaters on a 3-phase bus, evenly distributed around the phases (line-to-line). I have current transducers on the bus phases, and have run each heater individually to measure it's current. I have a table that looks something like this (values have been normalized):
If I run say heaters 1 and 2, the simple sum would result in currents, of 2, 1, 1. But because it's three-phase it's really 1.73, 1, 1. (1.73 being √3). Et cetera.
I tried converting to complex coordinates and adding them together, accounting for phase, but of course I get zero when the load is balanced. I also tried squaring the current, and taking the real and imaginary components of that, but am still getting nonsensical results.
Please help!![[banghead] [banghead] [banghead]](/data/assets/smilies/banghead.gif)
I need to calculate the total RMS bus current, for each phase, for an arbitrary combination of single-phase loads. I have an array of heaters on a 3-phase bus, evenly distributed around the phases (line-to-line). I have current transducers on the bus phases, and have run each heater individually to measure it's current. I have a table that looks something like this (values have been normalized):
htr # | I1 | I2 | I3 |
1 | 1 | 1 | 0 |
2 | 1 | 0 | 1 |
3 | 0 | 1 | 1 |
4 | 1 | 1 | 0 |
5 | 1 | 0 | 1 |
If I run say heaters 1 and 2, the simple sum would result in currents, of 2, 1, 1. But because it's three-phase it's really 1.73, 1, 1. (1.73 being √3). Et cetera.
I tried converting to complex coordinates and adding them together, accounting for phase, but of course I get zero when the load is balanced. I also tried squaring the current, and taking the real and imaginary components of that, but am still getting nonsensical results.
Please help!
![[banghead] [banghead] [banghead]](/data/assets/smilies/banghead.gif)
Last edited: