wwhitney
Senior Member
- Location
- Berkeley, CA
- Occupation
- Retired
I have been studying the standard load calculation for feeders and services, Part III of Article 220. I have a couple "big picture" questions and wanted to see if my preliminary answers (in parentheses) are correct:
1) Say I'm doing a Part III calculation for a specific feeder or service, and I want to make a spreadsheet with all of the building-specific numbers in it--square footage, nameplate data, etc. And I want to write a single spreadsheet formula that gives me my final answer, just using those raw numbers as inputs, one big formula. The formula will necessarily be specific to that calculation, as far as how many loads there are, whether you get to use the 75% factor for 4 or more appliances in a dwelling unit, the table look ups for any electric dryers/ranges in dwelling units, etc.
Can I always write that formula just using MIN(), MAX(), + and *, and never multiplying together two inputs that have units of amps? (I think yes).
2) Say I take a one line diagram (of a complete premises wiring system) that has the following properties:
- We have a node at any feeder splice, so each line segment has just two ends. (Panelboards are just nodes with lots of line segments connected to them)
- No loops. (The graph is a tree)
- The only power source is a single service. (The service is the root of the tree)
- Each branch circuit is a single segment terminating in a node that is labeled with all of the data required on the loads served (these nodes are the leaves of the tree)
Then for any feeder segment in the diagram, I can do a Part III computation of the load on that segment, just by looking at the part of the one-line diagram downstream (away from the service) from that feeder segment. The computation will depend only on the branch circuit data in that part of the one-line diagram (the leaves of that subtree). So I do that for every feeder segment in the diagram, and I label each segment with the Part III load. I can also label each branch circuit with its Part II load.
Now if I look at any node that isn't branch circuit data (not a leaf), it will have one upstream line segment (its supply) and 1 or more downstream line segments. If I add up the loads of all the downstream line segments, is the upstream line segment's load always less than or equal to that sum? (I think yes)
Cheers, Wayne
1) Say I'm doing a Part III calculation for a specific feeder or service, and I want to make a spreadsheet with all of the building-specific numbers in it--square footage, nameplate data, etc. And I want to write a single spreadsheet formula that gives me my final answer, just using those raw numbers as inputs, one big formula. The formula will necessarily be specific to that calculation, as far as how many loads there are, whether you get to use the 75% factor for 4 or more appliances in a dwelling unit, the table look ups for any electric dryers/ranges in dwelling units, etc.
Can I always write that formula just using MIN(), MAX(), + and *, and never multiplying together two inputs that have units of amps? (I think yes).
2) Say I take a one line diagram (of a complete premises wiring system) that has the following properties:
- We have a node at any feeder splice, so each line segment has just two ends. (Panelboards are just nodes with lots of line segments connected to them)
- No loops. (The graph is a tree)
- The only power source is a single service. (The service is the root of the tree)
- Each branch circuit is a single segment terminating in a node that is labeled with all of the data required on the loads served (these nodes are the leaves of the tree)
Then for any feeder segment in the diagram, I can do a Part III computation of the load on that segment, just by looking at the part of the one-line diagram downstream (away from the service) from that feeder segment. The computation will depend only on the branch circuit data in that part of the one-line diagram (the leaves of that subtree). So I do that for every feeder segment in the diagram, and I label each segment with the Part III load. I can also label each branch circuit with its Part II load.
Now if I look at any node that isn't branch circuit data (not a leaf), it will have one upstream line segment (its supply) and 1 or more downstream line segments. If I add up the loads of all the downstream line segments, is the upstream line segment's load always less than or equal to that sum? (I think yes)
Cheers, Wayne