The Electrician
Gold Member
- 1,402
- 210
An estimate of the voltage drop can be made by assuming equal loads, distributed equally along the cable.alan2023 said:Looking at this original question from an electrical install perspective, my challange to someone would be how to build a spreadsheet to plug in the distances and any other necessary values (voltage, wire size/resistance, amps, etc.).
Here's how you could setup a spreadsheet using 7 columns, A,B,C,D,E,F,G. This setup assumesalan2023 said:Looking at this original question from an electrical install perspective, my challenge to someone would be how to build a spreadsheet to plug in the distances and any other necessary values (voltage, wire size/resistance, amps, etc.). As an electrician, I use custom calculators usually in a spreadsheet to determine voltage drop, conduit fill, cable tray fill. I first understand the code/math requirements, then build the sheet/formulas.
What application is that in the snip?The Electrician said:Here's how you could setup a spreadsheet using 7 columns, A,B,C,D,E,F,G. This setup assumes
a constant load current of .35 A per load.
View attachment 331825
Think of the length of wiring between loads as constituting a "zone". There are 13 zones also counting the distance from the 120V feed to the first load as a zone.
Column A is the distance of each load from the 120 volt feed.
Column B is the distance between loads, including the distance from the feed to the first load.
Column C is just a reverse integer sequence starting with the number of loads.
Column D is .35 times column C (element by element). These are the currents in each zone.
Column E is .0032 (2 * the resistance per foot of the wire used; the approximate value used here is
the one given by Berkeman. For other than 12 ga, use 2 * the value for that wire) times column D.
This is the voltage drop per foot of wire in a zone.
Column F is column B times column E (element by element). At this point the elements of column F are the voltage drops within each zone; they are the decrease in voltage from one load to the next.
Column G is the voltage at each load. Creating column G requires the use of a procedure. Start with 120V and subtract the first element of column F; this becomes the first element of column G. Now subtract the second element of column F from the just calculated first element of column G and this will be the second element of column G. Then subtract the third element of column F from the second element of column G and this will be the third element of column G. Continue this to the end.