Database Design for Electrical Panels

Size: px
Start display at page:

Download "Database Design for Electrical Panels"

Transcription

1 Christian Brothers University 650 East Parkway South Memphis, TN Database Design for Electrical Panels By Shalini Gupta, Monte DePouw John Ventura MEMPHIS AREA ENGINEERING AND SCIENCES CONFERENCE MAY 10, 2002

2 1 Database Design for Electrical Panels By Shalini Gupta, Monte DePouw, and John Ventura Abstract Electrical engineers specify the design for electrical panels. The panels could be a lighting panel, receptacle panel, or a main panel. Currently most engineering firms perform all calculations associated with the design of electrical panels without the benefit of computer software. This is an inefficient and time-consuming method. Although, there is software available; most companies have not adopted them due to the fact that they are not compatible with their existing software and they are not user friendly. The purpose of this project is to design a computer program, which calculates the components for the electrical panel. Based on the goals and available resources, the following needs metric matrix has been generated: Needs Research User Interface Ease of Use Compatibility Compliance with NEC Testing Table 1: Need-Metric Matrix Description Extensive Research is required in order to perform a good design The User Interface needs to be visually pleasing The database should be easy to follow and use As the database is being designed in Ms Access, it needs to be compatible with different versions of Ms Access available All calculations performed need to be compliant with the equations and rules stated in the NEC handbook. The design will have to be tested on a regular basis to ensure the accuracy of its commands and functions

3 2 In view of the needs matrix, the database chosen for the design of the electrical panel is Microsoft Access due to the following reasons: User friendly Graphical Interface Single Screen display Easy to update the database Less prone to error Saves time Compatible with different platforms. This paper explains the fundamentals of panel design and the software design implementation.

4 3 Table of Contents: Introduction 1 Database Fundamentals... 3 Inputs and Outputs of the Automated Panel 8 Calculation of circuit Breaker size 12 Recommendations. 14 Conclusion.. 15 Appendix 16 Bibliography.. 18

5 4 Introduction: The purpose of this project is to design a computer program in Microsoft Access to calculate breaker sizes and the load totals on each phase for electrical panels in a friendly graphical user interface for the sponsor DePouw Engineering, LLC. Many of the repetitive tasks in the computing panel schedules have been automated. DePouw Engineering is an electrical consulting firm located in Memphis, Tennessee. DePouw Engineering specializes in commercial and industrial power distribution and lighting system design. A typical project design includes point-by-point calculation; short circuit analysis, protective device coordination, and wire size correction for ambient temperature, conduit fill, and voltage drop analysis. The firm currently employees three registered electrical engineers, two designers, and a support staff. A licensed master electrician is employed to inspect all projects at critical stages of construction, as well as to verify compliance with plans and specifications from start to finish. DePouw Engineering has a wide range of customers-architects, engineers, schools and sports center. The Production Manager s concern at the firm is that the phase loads, diversification of phase loads, calculation of breaker sizes and cascading of panels to a main panel are done by hand (Note: All these calculations are performed on paper and the final product is called a panel schedule). This is time consuming, inefficient and prone to error. As supported by IEEE Industrial Applications, (Volume 37- Issues 3, 1), calculations for panel design performed by a computer tend to make the complex and time consuming task of looking up tables and calculating circuit breaker ratings easier and less prone to error. Some companies have designed databases to perform

6 5 calculations for panel design, however, most electrical design companies have not adopted these programs as they are not visually appealing, or because they do not approve of the parameters used for the calculations, as the equations are based on a different version of the National Electrical Code (NEC) handbook. Hence, the production manager at DePouw engineering would like a database custom-designed for their needs and in accordance with the code specified in the NEC version adopted by the state of Tennessee. The program will display an interface, which an electrical engineer can use to enter data and receive the final automated panel schedule. The computer generated panel schedules will then be plotted by the engineer and submitted to the contractor. Microsoft Access was chosen to design the database. This is due to the fact that the company already has a copy of the software and the employers are more comfortable implementing the panel design in MS Access.

7 6 Database Fundamentals: It can be overwhelming when large amount of data needs to be tracked in project organization. Several companies still use a paper filing system, text documents or spreadsheets to keep track of information. This kind of record keeping can be tedious, inefficient, and requires a lot of physical space. A more convenient data management systems namely a database has been developed. One of the best examples of this new software is Microsoft Access. Below is the explanation of the main fundamental components of Access that were employed in the design of the program. Tables A table is a collection of data about a specific topic, such as products or suppliers (Using Visual Basic 6, 453). The tables in Access are analogous to that of Excel. Below is an example of the table where data was entered for the load type. Figure1: Load Type table used in the program

8 7 These tables were used to extract data for the pull down menu in the main form. Separate tables were used for each drop-down menu. Using a separate table for each topic means that the data is stored only once, which makes the database more efficient, and reduces data entry error. Forms In Access, users friendly forms can be created that allow the user to enter information in the graphical interface. These forms can be custom designed for the user. The information entered in the graphical form has information that is transparently passed onto the user (Microsoft Access 200 Bible, 785). The figure below represents the forms that were created. Figure2: Form View of the three-phase form

9 8 The tabular like region (containing the circuit number, the load type, description, Phase A, Phase B, etc.) is called a sub form. A sub form is a form within a main form. Below is the display of the single-phase form. Figure3: Form View of the single-phase form Note that the difference between a three phase and a single-phase form is the number of columns. In the three-phase form there is an extra column-phase C. In addition, separate calculations have been programmed in the two forms for the calculation of the breaker sizes. The user can interchange between the two forms by changing the option Phase (on the top part of the screen) between single phase and three phases.

10 9 Visual Basic Codes Once the user has completed entering the necessary input, Access performs the calculations. The code for these calculations was programmed using Visual Basic, which is an inbuilt feature in Access. Below is a sample code. This code changes the display of the sub- form from a single-phase form to a three-phase form depending on the selection made. Figure 4: Visual basic code for changing a sub-form The change of the sub form is able to take place because of the event procedure triggered by the combo box (Using Visual Basic 6, 855). (Note: In access the drop down menu is called the combo box. Here the combo box being referred to is the drop down menu titled Phase in the top half of Figure1 and Figure 2). The Phase combo box is shown below.

11 10 Figure 5: Phase Combo Box It can be observed in Figure 5 that the Visual Basic subroutine will be triggered after the user enters a value in the Phase combo box, or if the user makes a selection from the drop down menu.

12 11 Inputs and Outputs to the Automated Panel Form: The panel design program outputs the breaker sizes and the totals of the load on each phase. The inputs and outputs are presented in Table 2: Input Output Voltage Breaker Size Phase Breaker Size Wire Size Main Circuit Breaker/Lugs Panel Type New/Existing AIC Bus Mounting Entry Feeder Load Type Pole Breaker Size Load on the Phase Breaker Size Table2: Program inputs and outputs The main inputs, which affect the computation of breaker size, are the values for the voltage, phase, the number of poles, and the load on the phase. The other standard inputs such as the wire size, main circuit breaker/lugs, panel types, new/existing, AIC, bus, mounting, entry feeder, load type do not affect the calculations. Once all the data has been entered the program automatically calculates the breaker size and the total of the load on each phase.

13 12 Explanation of Inputs: The first input is voltage. Voltage plays a very important role in the calculation of the circuit breaker. The voltages can be chosen from a pull down menu in the database form or the user can enter the voltage. The voltages that have been programmed into the database that can be selected from a drop down menu are shown in Table 3. The reason that these values were programmed into the database is because these are the most commonly used at DePouw Engineering. Voltage / / / Table 3: Voltage programmed into the drop-down menu in the database The next input is Phase. The user can select from the pull down menus either a single phase or a three-phase voltage supply. This input affects the circuit breaker calculations. The number of wires constitutes the next input. The number of wires can be either two, three or four. The number of wire indicates the number of hot wires (in addition to indicating a neutral and a ground wire). The Main CB/lugs input implies whether lugs will be used or the size of the circuit breakers that will be used. The sizes of the main circuit breaker that have been programmed into the database are as follows: 20A, 25A, 30A, 40A, 45A, 50A, 60A, 70A, 80A, 90A, 100A, 110A, 125A, 150A, 175A,

14 13 200A, 225A, 250A, 300A, 400A, 600A, 800A and 1000A. These values were obtained from the NEC The next input is Panel Type. The Panel type gives an overall description of the panel. The following description of the panel types can be selected from the pull down menu in the database: critical, emergency equipment, isolated ground bus, life safety, normal, and UL listed for Non-linear. Next, the user can specify whether the pane is new or existing. In addition, the user can enter the panel name in the dialog box in the access database form. Further, the user can input the values for the Amperage of Interrupted Circuit (AIC). The AIC values that have been programmed in are 22000,30,000,42000,65000, and series rated. The user can select from a pull down menu the ampacity of the bus. The values programmed for the amperage of the bus are: 60A, 100A, 125A.175A, 225A, 400A, 600A and 800 A. These values are the standard values specified by NEC In addition, the user can enter the mounting of the panel board. The drops down menu options for mounting are: flush, surface and switchboard. Subsequently, the user can enter the entry of the panel: that is top, bottom, left and right. For each circuit (in the sub form), the user can select whether it is a one-pole, two pole or a three-pole breaker. The user can also enter the panel description and select the load type for each circuit. Within the load types pull down, there are many different choices. These choices have been abbreviated in the program; the full form and the description of these choices can be found in the Table 4.

15 14 Abbreviation BL BSP C Description BL stands for Blank, It is used to place blank values in the selected circuit group This acronym stands for Bussed Space C stands for Continuous load D GFI H H/M K R SR T WH X This implies that the load type for the circuit group is Dwelling (such as residential units) H stands for hospital load This abbreviation indicates a hotel of motel load. K stands for Kitchen load R sets the load type for the circuit group to Receptacle SR implies that the current circuit is a Spare. T sets the load type for the circuit group to Transformer. The acronym WH stands for the load type Warehouse X stands for X-ray load XH XH indicates that the load type for the current circuit group is X- Ray Equipment at Health Care Facilities. Table 4: Description of the abbreviation of the load-type options in the Access form.

16 15 Calculation of Circuit Breaker size: Depending on whether the user selects a 1- pole, 2- pole or a 3-pole circuit breaker the calculation for the circuit breaker varies. If a 1-pole circuit is chosen then, the calculation for the 1-pole circuit breaker is as follows: 1-pole CB size = SVA 80%*( P N) V (Equation 1) and, if a 2-pole circuit is chosen then the calculation for the 2-pole circuit is as follows: 2- pole - CB size = SVA 80% *( P P) V (Equation 2) Finally, is a 3 pole circuit is chosen then the calculation for the 3-pole circuit is as follows: 3-pole-CB size = SVA 3 *80%*( P P) V (Equation 3) Where SVA (P-N) V (P-P) V CB = Specified Volt-Ampere (that is the load entered by the user) = Line to Neutral voltage = Line to Line voltage = Circuit Breaker It can be observed that each of the three equations above have been divided by 80%. This is because according to NEC-1999, Article : A branch circuit that supplies continuous load or any combination of continuous load and non-continuous load, the rating of the over current device shall not be less than non-continuous load plus 125 percent of the continuous load. The 125 percent is equivalent to 1. 80%

17 16 Article of the NEC-1999 specifies that the standard ampere ratings for fuses and inverse time circuit breakers shall be considered as follows: 15, 20, 25, 30, 35, 40,45,50,60,70,80,90,100,110,125,150,175,200,225,250,300,350,400,450,500,600,700,80 0,1000,1200,1600,2000,2500,3000,4000,5000, and 6000 amperes. Based on this, the breaker sizes calculated from the above three equations are rounded of to the nearest standard ampere rating.

18 17 Recommendations The automated Panel Schedule in Microsoft Access is definitely more user friendly than the paper based design method. The database is efficient as it saves the user time and is an error free method. This program calculates the breaker size for each circuit and the total of load on each phase. The calculations in this program are the basis of the design of a panel schedule. Once the basic calculations are performed then the design engineer usually performs the diversification of phase loads and cascading of panels to a main panel. This is also being currently being done manually at DePouw Engineering. Hence, the next step would be to use this program and program additional features that will perform the diversification of the phase loads and cascading of panels to a main panel. Thus, this program would serve as the backbone for the new program. Since the company already has Microsoft Access, it would be advisable to continue the program in Access as it does not incur any additional cost and the users are already familiar with the software.

19 18 Conclusions: The Access program presents an excellent solution (to the tedious task of designing a panel schedule. The automated schedule is user friendly, has a visually pleasing graphical interface, error-free, saves time, and is compatible with different platforms. The program written has been tested, and all calculations agree with those performed manually. Moreover, the calculations are now performed faster and more accurately. In addition, all the information can be edited and stored for future reference. Overall, this program is useful, so design engineers will use it. The final automated panel schedules created using this program will be plotted and submitted to the contractor.

20 19 References National Electrical Code Massachusetts: National Fire Protection Incorporated, Sutherland R.G. A standard system for power format studies. Pruchniaki, Wayne. Peasley, Richard. &Reselman,Bob. Using Visual Basic 6. New Delhi: Prentice Hall of India, Prague, Cary. Irwin, Michael. & Reardon, Jennifer. Microsoft Access 200 Bible.California: IDG books, 1999.

Learning Module 13: Panelboards and Switchboards. 101 Basic Series

Learning Module 13: Panelboards and Switchboards. 101 Basic Series Learning Module 13: Panelboards and Switchboards 101 Basic Series What You Will Learn We ll step through each of these topics in detail: Introduction 4 Definitions 4 Similarities Between Panelboards and

More information

METER REQUIREMENTS GENERAL REQUIREMENTS SECTION D

METER REQUIREMENTS GENERAL REQUIREMENTS SECTION D 12 - ELECTRIC SERVICE HANDBOOK SECTION D METER REQUIREMENTS This chapter gives you information on Central Lincoln s metering requirements. It's divided into three sections: General requirements This section

More information

BASIC NEC CODE RULES AND DESIGN PRACTICE

BASIC NEC CODE RULES AND DESIGN PRACTICE BASIC NEC CODE RULES AND DESIGN PRACTICE Wire Ampacity and Size Circuit Breaker Size 1. Maximum loading for any branch circuit is 80% of rating of circuit for ampacity of wire for any load. NEC 220-2,

More information

SECTION 26 09 13 - POWER MONITOR FOR ELECTRICAL, STEAM CONDENSATE, AND WATER PART I - GENERAL

SECTION 26 09 13 - POWER MONITOR FOR ELECTRICAL, STEAM CONDENSATE, AND WATER PART I - GENERAL SECTION 26 09 13 - POWER MONITOR FOR ELECTRICAL, STEAM CONDENSATE, AND WATER PART I - GENERAL 1.1 SUMMARY A. This section describes the requirements for the installation of Power Monitors and associated

More information

Guidelines on the Short Circuit Current Rating for Industrial Control Panels

Guidelines on the Short Circuit Current Rating for Industrial Control Panels usa.siemens.com/sccr Guidelines on the Short Circuit Current Rating for Industrial Control Panels Technical Paper for Practical Applications White Paper I October 2014 As per NEC Edition 2014, and UL508A

More information

CHAPTER 2 EXAMPLES AND TABLES

CHAPTER 2 EXAMPLES AND TABLES CHAPTER 2 EXAMPLES AND TABLES COMMENTARY AT 210.20(A) EXCEPTION An overcurrent device that supplies continuous and noncontinuous loads must have a rating that is not less than the sum of 100 percent of

More information

Electrical Grounding. Appendix C

Electrical Grounding. Appendix C Appendix C Electrical Grounding Low-Voltage Equipment Grounding The most frequently cited Office of Safety and Health Administration (OSHA) electrical violation is improper occupational grounding of equipment

More information

How Much Voltage Drop Is Acceptable?

How Much Voltage Drop Is Acceptable? How Much Voltage Drop Is Acceptable? Article supplied by Ideal The National Electrical Code (NEC) recommends that the combined voltage drop of the electrical system (branch circuit and feeders) not exceed

More information

FVSU-33201301 REPAIR & UPGRADE FIBER OPTIC 280000-1 SECTION 280000 FIRE ALARM SYSTEM CONNECTIVITY

FVSU-33201301 REPAIR & UPGRADE FIBER OPTIC 280000-1 SECTION 280000 FIRE ALARM SYSTEM CONNECTIVITY FVSU-33201301 REPAIR & UPGRADE FIBER OPTIC 280000-1 SECTION 280000 FIRE ALARM SYSTEM CONNECTIVITY PART 1 - GENERAL 1.1 SUMMARY A. Section Includes: 1. Fire-alarm control unit. 2. Addressable interface

More information

3. TYPES OF SERVICE AVAILABLE. 3.1 Scope

3. TYPES OF SERVICE AVAILABLE. 3.1 Scope 3. TYPES OF SERVICE AVAILABLE 3.1 Scope UI supplies 60 hertz, alternating current with different voltage and ampere ratings. Not all voltage and ampere ratings are available throughout the entire service

More information

Engineers Edge, LLC PDH & Professional Training

Engineers Edge, LLC PDH & Professional Training 510 N. Crosslane Rd. Monroe, Georgia 30656 (770) 266-6915 fax (678) 643-1758 Engineers Edge, LLC PDH & Professional Training Copyright, All Rights Reserved Engineers Edge, LLC An Introduction to Interior

More information

Electrical Design TABLE OF CONTENTS FOREWORD... 1. BASIC ELEMENTS OF ELECTRICITY... 2 Electricity works much like water Ohm s Law

Electrical Design TABLE OF CONTENTS FOREWORD... 1. BASIC ELEMENTS OF ELECTRICITY... 2 Electricity works much like water Ohm s Law TABLE OF CONTENTS Electrical Design TABLE OF CONTENTS FOREWORD.......................................................................... 1 BASIC ELEMENTS OF ELECTRICITY..................................................

More information

TOP 10 CHANGES 2013 CALIFORNIA ELECTRICAL CODE 2013 CALIFORNIA ENERGY CODE (ELECTRICAL)

TOP 10 CHANGES 2013 CALIFORNIA ELECTRICAL CODE 2013 CALIFORNIA ENERGY CODE (ELECTRICAL) LOS ANGELES BASIN CHAPTER OF ICC MONTHLY CHAPTER MEETING ALHAMBRA, CA TOP 10 CHANGES 2013 CALIFORNIA ELECTRICAL CODE 2013 CALIFORNIA ENERGY CODE (ELECTRICAL) RON TAKIGUCHI, P.E. BUILDING OFFICIAL -CITY

More information

UNIVERSITY OF WASHINGTON Facilities Services Design Guide. Electrical. Metering and Monitoring. Basis of Design

UNIVERSITY OF WASHINGTON Facilities Services Design Guide. Electrical. Metering and Monitoring. Basis of Design Basis of Design This section applies to the design, installation and integration of metering and monitoring equipment, including: hardware installed in the electrical service and distribution equipment,

More information

Top Commercial / Residential Electrical Requirements *

Top Commercial / Residential Electrical Requirements * Department of Community Development Building Division 4800 West 92 nd Avenue Westminster, Colorado 80031 For Information call (303) 658-2075 Fax (303) 706-3922 www.westminsterpermits.com Top Commercial

More information

Connecting the Power of the Sun. DC Disconnects for Solar Photovoltaic Installations. DC disconnects for. solar photovoltaic installations

Connecting the Power of the Sun. DC Disconnects for Solar Photovoltaic Installations. DC disconnects for. solar photovoltaic installations Connecting the Power of the Sun DC Disconnects for Solar Photovoltaic Installations DC disconnects for solar photovoltaic installations Solar energy is heating up Interest in renewable energy sources has

More information

Circuit Breakers and Switchgear. Thomas Greer Director of Engineering TLG Services

Circuit Breakers and Switchgear. Thomas Greer Director of Engineering TLG Services Circuit Breakers and Switchgear Thomas Greer Director of Engineering TLG Services Presentation Outline Switchgear Definition Overcurrent Protection Devices Circuit Breaker Trip Curves and Coordination

More information

Branch Circuit Calculations

Branch Circuit Calculations Branch Circuit Calculations by Gerald Newton October 31, 1999 1. A 20 ampere, 120 volt, 2-wire branch circuit has a maximum load capacity of watts or volt-amperes. Reference: Using the following for Single

More information

SWITCHGEAR Section 16. SECTION INCLUDES This Section includes service and distribution switchboards rated 600 V and less.

SWITCHGEAR Section 16. SECTION INCLUDES This Section includes service and distribution switchboards rated 600 V and less. PART 1 - GENERAL SECTION INCLUDES This Section includes service and distribution switchboards rated 600 V and less. RELATED SECTIONS Division 16 Section "Basic Electrical Materials and Methods" for general

More information

GROWTH MANAGEMENT DEPARTMENT 201 SE 3 rd ST, (Second Floor), Ocala, FL 34471 (352) 629-8421; FAX: (352) 629-8264

GROWTH MANAGEMENT DEPARTMENT 201 SE 3 rd ST, (Second Floor), Ocala, FL 34471 (352) 629-8421; FAX: (352) 629-8264 BUILDING CODE GUIDELINES FOR ELECTRICAL INSPECTIONS Building Code compliance is the obligation of design professionals and/or contractors. Plan Review and Inspection Guidelines are intended to be used

More information

Short Circuit Current Calculations

Short Circuit Current Calculations Introduction Several sections of the National Electrical Code relate to proper overcurrent protection. Safe and reliable application of overcurrent protective devices based on these sections mandate that

More information

Submit shop drawings for equipment provided under this section Shop drawings shall indicate:

Submit shop drawings for equipment provided under this section Shop drawings shall indicate: Section 16435 - SWITCHBOARDS Introduction Part 1 - General Reference The work under this section is subject to requirements of the Contract Documents including the General Conditions, Supplementary Conditions,

More information

Electric Service Guide for Commercial Construction

Electric Service Guide for Commercial Construction Electric Service Guide for Commercial Construction Contents Contacting KCP&L... 2 Voltages... 2 Temporary Service... 2 Customer-Provided Temporary Service... 2 KCP&L-Provided Temporary Service.... 2 Current

More information

Mission Critical Data Center Systems

Mission Critical Data Center Systems Mission Critical Systems Mission Critical/ Electrical Distribution Systems Data center electrical distribution designs are rapidly evolving, driven by needs such as increasing power densities, energy efficiency,

More information

Application of Four-Pole Circuit Breakers within Data Centers

Application of Four-Pole Circuit Breakers within Data Centers Application of Four-Pole Circuit Breakers within Data Centers December 2013/AT324 by Frank Waterer, Fellow Engineer, Schneider Electric Engineering Services Make the most of your energy SM Revision #1

More information

Rotary Phase Converters

Rotary Phase Converters FACTS from Ronk Electrical Industries, Inc. Bulletin 11981 Rotary Phase Converters ROTOVERTER Pat. No. 3,670,238 ROTO-CON Pat. No. 4,158,225 What are the ROTO-CON and ROTOVERTER power converters? The ROTO-CON

More information

Step 1: Application Instructions

Step 1: Application Instructions Step 1: Application Instructions CONTENTS Introduction Customer and Electrician Instructions Completing Section 1 or Section 2 Definitions INTRODUCTION Every effort has been made to provide clear instruction

More information

First Published in The Wichita Eagle on January 2, 2015 ORDINANCE NO. 49-897

First Published in The Wichita Eagle on January 2, 2015 ORDINANCE NO. 49-897 OCA #230100 First Published in The Wichita Eagle on January 2, 2015 ORDINANCE NO. 49-897 AN ORDINANCE AMENDING SECTIONS 4.A.080, 4.1.020, 4.1.110, 4.2.010, 4.2.070, 4.2.125, 4.2.170, 4.2.175 AND 4.2.220;

More information

Microsoft Access Basics

Microsoft Access Basics Microsoft Access Basics 2006 ipic Development Group, LLC Authored by James D Ballotti Microsoft, Access, Excel, Word, and Office are registered trademarks of the Microsoft Corporation Version 1 - Revision

More information

Arc Fault Circuit Interrupters Frequently Asked Questions

Arc Fault Circuit Interrupters Frequently Asked Questions Contents My AFCI is tripping! What do I do? What is the difference between branch feeder and combination type Arc Fault Circuit Interrupters? What is new with the 2008 NEC versus the 2005 NEC with respect

More information

PREFACE. Your comments or suggestions are welcome and appreciated. They should be sent to:

PREFACE. Your comments or suggestions are welcome and appreciated. They should be sent to: PREFACE UL developed the Dead-Front Switchboard Marking Guide for code authorities, electric utilities, contractors, installers, users, designers, and other interested parties to aid in understanding deadfront

More information

MCC Ratings. Voltage Rating

MCC Ratings. Voltage Rating MCC Ratings In addition to the various ratings of individual components used in motor control centers, the overall ratings of the motor control center must also be considered. Voltage Rating Motor control

More information

Section 3: Load Planning Bill Brown, P.E., Square D Engineering Services

Section 3: Load Planning Bill Brown, P.E., Square D Engineering Services Section 3: Load Planning Bill Brown, P.E., Square D Engineering Services Basic Principles The most vital, but often the last to be acquired, pieces of information for power system design are the load details.

More information

ELECTRIC METERING COMMERCIAL & INDUSTRIAL

ELECTRIC METERING COMMERCIAL & INDUSTRIAL ELECTRIC METERING COMMERCIAL & 1.0 INDEX 1.0 INDEX 2.0 SCOPE 3.0 GENERAL REQUIREMENTS 4.0 METER LOCATIONS 5.0 UNDERGROUND TERMINATIONS 6.0 METERING TRANSFORMER ENCLOSURES 7.0 SINGLE CUSTOMER METER INSTALLATIONS

More information

The Turning of JMP Software into a Semiconductor Analysis Software Product:

The Turning of JMP Software into a Semiconductor Analysis Software Product: The Turning of JMP Software into a Semiconductor Analysis Software Product: The Implementation and Rollout of JMP Software within Freescale Semiconductor Inc. Jim Nelson, Manager IT, Yield Management Systems

More information

DC disconnects for solar photovoltaic installations. Connecting the. power of the sun

DC disconnects for solar photovoltaic installations. Connecting the. power of the sun DC disconnects for solar photovoltaic installations Connecting the power of the sun Solar energy is heating up Interest in renewable energy sources has never been greater, and the fastest growing of these

More information

Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins)

Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins) Lesson 07: MS ACCESS - Handout Handout Introduction to database (30 mins) Microsoft Access is a database application. A database is a collection of related information put together in database objects.

More information

Bussmann. All-In-One Module. Bussmann Power Module Switch. How to configure Part Numbers: Step 1: Select Switch Amperage 1

Bussmann. All-In-One Module. Bussmann Power Module Switch. How to configure Part Numbers: Step 1: Select Switch Amperage 1 How to configure Part Numbers: Step : Select Switch Amperage Power Module Switch Rating (Amps) Power Module Switch Catalog No. 30 3 60 6 00 200 2 400 4 Step 2: Select Options Needed 5 Bussmann Power Module

More information

Rule 5.500 Fast Track Analysis for National Life Insurance Co.

Rule 5.500 Fast Track Analysis for National Life Insurance Co. Rule 5.500 Fast Track Analysis for National Life Insurance Co. For a 500 kw Solar array to be located at 155 Northfield Street in Montpelier, Vermont Green Mountain Power Pam Allen Date: 5/31/13 SECTION

More information

NEC 2014 Code Changes

NEC 2014 Code Changes NEC 2014 Code Changes Articles 400-408.55 CHANGES FROM 2011 TO 2014 CODE ARE IN RED Chapter 4 Equipment for General Use ARTICLE 400 Flexible Cords and Cables 400.4 Types Flexible cords and flexible cables

More information

101 BASICS SERIES LEARNING MODULE 3: FUNDAMENTALS OF ELECTRICAL DISTRIBUTION. Cutler-Hammer

101 BASICS SERIES LEARNING MODULE 3: FUNDAMENTALS OF ELECTRICAL DISTRIBUTION. Cutler-Hammer 101 BASICS SERIES LEARNING MODULE 3: FUNDAMENTALS OF ELECTRICAL DISTRIBUTION Cutler-Hammer WELCOME Welcome to Module 3, Fundamentals of Electrical Distribution. If you have successfully completed Module

More information

Proper Application of 415V Systems in North American Data Centers. A White Paper from the Experts in Business-Critical Continuity

Proper Application of 415V Systems in North American Data Centers. A White Paper from the Experts in Business-Critical Continuity Proper Application of 415V Systems in North American Data Centers A White Paper from the Experts in Business-Critical Continuity Introduction Increasing pressure to reduce operating expenses and be more

More information

Conductor Sizing and the National Electrical Code

Conductor Sizing and the National Electrical Code Conductor Sizing and the National Electrical Code The National Electrical Code requirements for conductor sizing and overcurrent protection have always been confusing and complex. Factors that must be

More information

CHAPTER 4 UTILITY SYSTEMS ELECTRICAL. Utility Systems Electrical. Main Panel

CHAPTER 4 UTILITY SYSTEMS ELECTRICAL. Utility Systems Electrical. Main Panel CHAPTER 4 UTILITY SYSTEMS ELECTRICAL Utility Systems Electrical The electrical supply to your home begins outside, where you will see either an overhead feed and piping down the side of your home or (if

More information

2a. IEM Indoor Metal Clad Medium Voltage Switchgear 15KV 16346-1. 2a. Section 16346 INDOOR METAL CLAD MEDIUM VOLTAGE SWTICHGEAR (Std.

2a. IEM Indoor Metal Clad Medium Voltage Switchgear 15KV 16346-1. 2a. Section 16346 INDOOR METAL CLAD MEDIUM VOLTAGE SWTICHGEAR (Std. 2a. IEM Indoor Metal Clad Medium Voltage Switchgear 15KV 16346-1 2a. Section 16346 INDOOR METAL CLAD MEDIUM VOLTAGE SWTICHGEAR (Std. Relays) Part 1 General 1.1 CONDITIONS AND REQUIREMENTS: A. Refer to

More information

Item Code Full Course Title (Includes Tex t b o o k ) P r i c e. E E 1 F C Basic Electricity and Electronics $ 3 3 2. 5 0

Item Code Full Course Title (Includes Tex t b o o k ) P r i c e. E E 1 F C Basic Electricity and Electronics $ 3 3 2. 5 0 Basic Electricity and Electronics Course Objective: The student will become primarily acquainted with the behavior of electronics to gain a thorough understanding of electron theory. This knowledge is

More information

OPTIMIZING POWER SYSTEM PROTECTION FOR MODERN DATA CENTERS

OPTIMIZING POWER SYSTEM PROTECTION FOR MODERN DATA CENTERS OPTIMIZING POWER SYSTEM PROTECTION FOR MODERN DATA CENTERS Data center power systems are constructed with a premium on reliability at a significant cost. The return on this investment is realized if it

More information

What are the basic electrical safety issues and remedies in solar photovoltaic installations?

What are the basic electrical safety issues and remedies in solar photovoltaic installations? What are the basic electrical safety issues and remedies in solar photovoltaic installations? Presented by: Behzad Eghtesady City of Los Angeles Department of Building and Safety Topics Covered Photovoltaic

More information

Qualitative Analysis of Power Distribution Configurations for Data Centers

Qualitative Analysis of Power Distribution Configurations for Data Centers Qualitative Analysis of Power Distribution Configurations for Data Centers White Paper #4 2007 The Green Grid. All rights reserved. No part of this publication may be used, reproduced, photocopied, transmitted,

More information

ELECTRICAL SERVICE REQUIREMENTS FOR MOBILE HOME DEVELOPMENTS

ELECTRICAL SERVICE REQUIREMENTS FOR MOBILE HOME DEVELOPMENTS Prepared by: ABB1 ELECTRICAL SERVICE REQUIREMENTS FOR MOBILE HOME DEVELOPMENTS 052521 Asset Type: Electric Metering Function: Construction Issued by: Quoc Hoang (QxH1) Date: 07-01-16 Rev. #06: This document

More information

Low Voltage Products

Low Voltage Products Low Voltage Products ABB Power Quality Filters: The most efficient solution for active filtering of harmonics, smooth reactive power compensation and load balancing. Enabling trouble-free and efficient

More information

SWITCHGEAR. EGP Switchgear

SWITCHGEAR. EGP Switchgear SWITCHEA EP Switchgear Cat generator set paralleling switchgear has been designed to integrate with Cat EMCP3 generator set controls. Now you can get greater efficiency, reliability and dependability all

More information

ELECTRIC SERVICE HANDBOOK General Information Residential Service Portable/Standby Generators Temporary Service Commercial Service Metering

ELECTRIC SERVICE HANDBOOK General Information Residential Service Portable/Standby Generators Temporary Service Commercial Service Metering ELECTRIC SERVICE HANDBOOK General Information Residential Service Portable/Standby Generators Temporary Service Commercial Service Metering Requirements Clearance Requirements August 2015 A current version

More information

Square D Powerlink G3 Lighting Control Systems

Square D Powerlink G3 Lighting Control Systems Square D Powerlink G3 Lighting Control Systems Lighting control solutions that save energy, time, and space. POWERLINK Square D Powerlink G3 systems feature the robust, proven Powerlink remotely operated

More information

B. Related Sections: 1. Section 26 05 33 - Raceway and Boxes for Electrical Systems.

B. Related Sections: 1. Section 26 05 33 - Raceway and Boxes for Electrical Systems. SECTION 262726 - WIRING DEVICES PART 1 - GENERAL 1.1 SUMMARY A. Section includes wall switches; wall dimmers; receptacles; multioutlet assembly; and device plates and decorative box covers. B. Related

More information

Protect your home and family with Advanced Technology from Cutler-Hammer

Protect your home and family with Advanced Technology from Cutler-Hammer Protect your home and family with Advanced Technology from Cutler-Hammer Residential Home Fire Statistics Annually - over 415,000 Residential Fires Annually - over 40,000 electrical fires over 350 deaths

More information

The U.S. Department of Labor projects that electrician careers will grow to 698,200 by 2022.

The U.S. Department of Labor projects that electrician careers will grow to 698,200 by 2022. The U.S. Department of Labor projects that electrician careers will grow to 698,200 by 2022. Train now for affordable Electrician careers and get wired for success. Residential Electrician Diploma Program

More information

Electric Service Guide for Residential Construction

Electric Service Guide for Residential Construction Electric Service Guide for Residential Construction Table of Contents Contacting KCP&L... 2 Existing Home Remodeling or Additions... 2 Changing your electric service... 2 What you need to know before you

More information

Construction Electrical Terminology. Electricians

Construction Electrical Terminology. Electricians Construction Electrical Terminology Electricians Acknowledgments Winnipeg Technical College and the Department of Labour and Immigration of Manitoba wish to express sincere appreciation to all contributors.

More information

Cable/Conduit Conversion

Cable/Conduit Conversion Cable/Conduit Conversion Busway can be used in many applications where cable and conduit are more commonly used. The question arises, Why use busway instead of conventional cable and conduit? Benefits

More information

New 11g Features in Oracle Developer Tools for Visual Studio. An Oracle White Paper January 2008

New 11g Features in Oracle Developer Tools for Visual Studio. An Oracle White Paper January 2008 New 11g Features in Oracle Developer Tools for Visual Studio An Oracle White Paper January 2008 New 11g Features in Oracle Developer Tools for Visual Studio Introduction... 3 Integration with Visual Studio

More information

Fundamentals of Power

Fundamentals of Power Fundamentals of Power Fundamentals of Power 2008 American Power Conversion Corporation. All rights reserved. All trademarks provided are the property of their respective owners. Learning Objectives At

More information

SECTION 16002C CAMPUS CENTRAL METERING SYSTEM DESIGN CRITERIA 1. General

SECTION 16002C CAMPUS CENTRAL METERING SYSTEM DESIGN CRITERIA 1. General SECTION 16002C CAMPUS CENTRAL METERING SYSTEM DESIGN CRITERIA 1. General A. Electrical usage on the Brown campus is presently monitored by a Siemens-brand, web-based central metering system, which includes

More information

Engineering Series Ratings: Is It Practical?

Engineering Series Ratings: Is It Practical? Engineering Series Ratings: Is It Practical? By the National Electrical Manufacturers Association The 2005 National Electrical Code (NEC) introduces a change regarding series ratings for circuit breakers

More information

Electrical Code Regulation

Electrical Code Regulation Electrical Code Regulation St. Clair County has adopted the 2005 National Electrical Code in its entirety for the unincorporated areas of the county and all communities that have contracted with the county

More information

Motor Circuit Protection Tables

Motor Circuit Protection Tables NEC Article 40 and Tables Explanation Columns & 2 Motor horsepower ratings are listed in Column. Full load amps from Tables 40.247 through 40.250 are provided in Column 2. Column Various fuse types are

More information

Introduction to Microsoft Access 2003

Introduction to Microsoft Access 2003 Introduction to Microsoft Access 2003 Zhi Liu School of Information Fall/2006 Introduction and Objectives Microsoft Access 2003 is a powerful, yet easy to learn, relational database application for Microsoft

More information

Owner s Manual. For Automatic Transfer Switch. 100-200 Amp, Service Entrance/Non-Service Entrance

Owner s Manual. For Automatic Transfer Switch. 100-200 Amp, Service Entrance/Non-Service Entrance Owner s Manual For Automatic Transfer Switch 100-200 Amp, Service Entrance/Non-Service Entrance Model Numbers RTST100A3 RTSP100A3 RTST150A3 RTST200A3 RTSP200A3 MODEL NUMBER: SERIAL NUMBER: DATE PURCHASED:

More information

SonicWALL CDP 5.0 Microsoft Exchange InfoStore Backup and Restore

SonicWALL CDP 5.0 Microsoft Exchange InfoStore Backup and Restore SonicWALL CDP 5.0 Microsoft Exchange InfoStore Backup and Restore Document Scope This solutions document describes how to configure and use the Microsoft Exchange InfoStore Backup and Restore feature in

More information

East Central College 14434.03 HANSEN HALL LEVEL 300/400 RENOVATIONS PACKAGE

East Central College 14434.03 HANSEN HALL LEVEL 300/400 RENOVATIONS PACKAGE SECTION 260519 - BUILDING WIRE AND CABLE PART 1 - GENERAL 1.1 WORK INCLUDES A. Base and Alternate Bids: 1. Contractor Provide: a. Building wire and cable as shown on drawings or specified including feeders,

More information

Current Transformer (CT) Selection Guide

Current Transformer (CT) Selection Guide Current Transformer (CT) Selection Guide Article ESA-1008D December 5, 2014 Contents 1 Introduction.............................................. 3 1.1 Extending CT leads.......................................

More information

County of Riverside Building and Safety Department

County of Riverside Building and Safety Department County of Riverside Building and Safety Department Mike Lara Director Photovoltaic Permitting Guidelines The information provided in this document is general and is intended only as a guide. Each project

More information

How to estimate the cost of installing an Electrical Distribution Center (EDC)

How to estimate the cost of installing an Electrical Distribution Center (EDC) How to estimate the cost of installing an Electrical Distribution Center (EDC) Candidate Number 0112233 June 2012 Table of Contents 1) Introduction 3 2) Types and Methods of Measurement 3 5 3) Specific

More information

City of Riverside Building & Safety Division Phone: (951) 826-5697 www.riversideca.gov

City of Riverside Building & Safety Division Phone: (951) 826-5697 www.riversideca.gov City of Riverside Building & Safety Division Phone: (951) 826-5697 www.riversideca.gov PHOTOVOLTAIC PERMITTING GUIDELINES The information provided in this document is general and is intended only as a

More information

Mini Power-Zone Unit Substation

Mini Power-Zone Unit Substation Catalog 7440CT0901 2009 Class 7440 CONTENTS Description............................................. Page Product Description...........................................2 General Information...........................................3

More information

Voltage Drop Calculator. User Guide Version 2

Voltage Drop Calculator. User Guide Version 2 Voltage Drop Calculator TABLE OF CONTENTS 1 DOWNLOAD AND INSTALLATION...3 1.1 Downloading...3 1.2 Installation...4 2 USING THE CALCULATOR....5 2.1 New Project...5 2.2 Open a Project...6 2.3 Check for Updates...8

More information

Appendix 2.1 Tabular and Graphical Methods Using Excel

Appendix 2.1 Tabular and Graphical Methods Using Excel Appendix 2.1 Tabular and Graphical Methods Using Excel 1 Appendix 2.1 Tabular and Graphical Methods Using Excel The instructions in this section begin by describing the entry of data into an Excel spreadsheet.

More information

SINGLE FAMILY DWELLING ELECTRICAL SERVICES RATED 225 TO 600 AMPS

SINGLE FAMILY DWELLING ELECTRICAL SERVICES RATED 225 TO 600 AMPS SINGLE FAMILY DWELLING ELECTRICAL SERVICES RATED 225 TO 600 AMPS A. PURPOSE 1. The following information includes the basic permit application requirements for a 120/240 volt single phase Electrical Service

More information

Advantages of a Company Switch vs. a Safety Switch Receptacle Combination:

Advantages of a Company Switch vs. a Safety Switch Receptacle Combination: Advantages of a Company Switch vs. a Safety Switch Receptacle Combination: Why a Company Switch Delivers Greater Benefits A Lex Products Corporation Whitepaper. Copyright 2012. Overview: Advantages of

More information

Homeowner Information Guide Electrical Safety. British Columbia Safety Authority

Homeowner Information Guide Electrical Safety. British Columbia Safety Authority Homeowner Information Guide Electrical Safety British Columbia Safety Authority The following information should be carefully reviewed before performing any electrical work. The information contained in

More information

HOW TO CORRECTLY CONNECT DEEP CYCLE BATTERIES AND CHOOSE THE RIGHT CABLE SIZING

HOW TO CORRECTLY CONNECT DEEP CYCLE BATTERIES AND CHOOSE THE RIGHT CABLE SIZING HOW TO CORRECTLY CONNECT DEEP CYCLE BATTERIES AND CHOOSE THE RIGHT CABLE SIZING There are several ways to wire multiple batteries to achieve the correct battery voltage or capacity for a particular DC

More information

Wiser Panel Meter, Model Number WISERCTPM200 Installer s Guide

Wiser Panel Meter, Model Number WISERCTPM200 Installer s Guide Instruction Bulletin EAV85226 08/2014 Wiser Panel Meter, Model Number WISERCTPM200 Installer s Guide Retain for future use. Product Description Kit Contents The Wiser Panel Meter is for use in energy management

More information

Dana Ham, Facilities Manager, City of Cambridge Public Schools TIM MCINTOSH, VHB PROJECT MANAGER Ron Maniscalco, P.E. Electrical Engineer

Dana Ham, Facilities Manager, City of Cambridge Public Schools TIM MCINTOSH, VHB PROJECT MANAGER Ron Maniscalco, P.E. Electrical Engineer King Open School Electrical Service Evaluation TO: Dana Ham, Facilities Manager, City of Cambridge Public Schools TIM MCINTOSH, VHB PROJECT MANAGER FROM: Ron Maniscalco, P.E. Electrical Engineer DATE:

More information

SOLAR PV STANDARD ELECTRICAL PLAN Microinverter Systems for Single Family Dwellings

SOLAR PV STANDARD ELECTRICAL PLAN Microinverter Systems for Single Family Dwellings *** Provide this document to the inspector along with ALL system installation instructions *** Project Address: Scope: Standard plan for the installation of grounded microinverter solar PV systems, not

More information

Distributing Power to Blade Servers

Distributing Power to Blade Servers Distributing Power to Blade Servers Ten steps to selecting the optimal power distribution design With the growth in blade servers with dual or triple power supplies, a single rack of equipment can easily

More information

Fault Characteristics in Electrical Equipment

Fault Characteristics in Electrical Equipment 1. Introduction Proper design and installation of electrical equipment minimizes the chance of electrical faults. Faults occur when the insulation system is compromised and current is allowed to flow through

More information

Sample- for evaluation purposes only! Advanced Excel. TeachUcomp, Inc. A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc.

Sample- for evaluation purposes only! Advanced Excel. TeachUcomp, Inc. A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc. A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc. 2012 Advanced Excel TeachUcomp, Inc. it s all about you Copyright: Copyright 2012 by TeachUcomp, Inc. All rights reserved. This publication,

More information

Request for Proposals for Photovoltaic System Installation

Request for Proposals for Photovoltaic System Installation Request for Proposals for Photovoltaic System Installation Presented by: Prepared by: Location: Contact: Date: Capitol Hill Housing Foundation Bonneville Environmental Foundation, Renewable Energy Group

More information

Access 2007 Creating Forms Table of Contents

Access 2007 Creating Forms Table of Contents Access 2007 Creating Forms Table of Contents CREATING FORMS IN ACCESS 2007... 3 UNDERSTAND LAYOUT VIEW AND DESIGN VIEW... 3 LAYOUT VIEW... 3 DESIGN VIEW... 3 UNDERSTAND CONTROLS... 4 BOUND CONTROL... 4

More information

Voltage Drop. Voltage Drop 1

Voltage Drop. Voltage Drop 1 Voltage Drop The technical information provided herein is to assist qualifi ed persons in planning and installing electric service to farms and residences. Qualified person is defi ned in Article 100 of

More information

D. Infrared scanning reports with pictures printed in a final report with any deficiencies and actions taken to rectify.

D. Infrared scanning reports with pictures printed in a final report with any deficiencies and actions taken to rectify. SECTION 263354 STATIC UPS TESTING AND COMMISSIONING PART 1 - GENERAL 1.1 SUMMARY A. Section Includes 1. System start-up services. 2. Battery charging. 3. Load bank testing. 4. Battery load testing. 5.

More information

Ansur Test Executive. Users Manual

Ansur Test Executive. Users Manual Ansur Test Executive Users Manual April 2008 2008 Fluke Corporation, All rights reserved. All product names are trademarks of their respective companies Table of Contents 1 Introducing Ansur... 4 1.1 About

More information

Title 20 PUBLIC SERVICE COMMISSION. Subtitle 50 SERVICE SUPPLIED BY ELECTRIC COMPANIES. Chapter 02 Engineering

Title 20 PUBLIC SERVICE COMMISSION. Subtitle 50 SERVICE SUPPLIED BY ELECTRIC COMPANIES. Chapter 02 Engineering Title 20 PUBLIC SERVICE COMMISSION Subtitle 50 SERVICE SUPPLIED BY ELECTRIC COMPANIES Chapter 02 Engineering Authority: Public Utility Companies Article, 2-121, 5-101 and 5-303, Annotated Code of Maryland.

More information

Installation Manual Version 7.3 IMPORTANT:

Installation Manual Version 7.3 IMPORTANT: Installation Manual Version 7.3 IMPORTANT: READ ENTIRE MANUAL CAREFULLY, THIS PHASE CONVERTER MUST BE INSTALLED BY A INDUSTRIAL LICENSED ELECTRICIAN 230 VOLTS MODEL ONLY READ FIRST!!!!!! DANGER: HIGH VOLTAGE

More information

City of Riverside Building & Safety Division Residential Electric Vehicle (EV) Charger Guidelines

City of Riverside Building & Safety Division Residential Electric Vehicle (EV) Charger Guidelines Western Riverside County Code Uniformity Program City of Riverside Building & Safety Division Residential Electric Vehicle (EV) Charger Guidelines PHONE (951) 826-5697 3900 Main Street, Riverside, CA 92522

More information

MONTGOMERY COUNTY EXECUTIVE REGULATION Offices of the County Executive. 101 Monroe Street. Rockville, Maryland 20850

MONTGOMERY COUNTY EXECUTIVE REGULATION Offices of the County Executive. 101 Monroe Street. Rockville, Maryland 20850 Montgomery County Regulation on: ADOPTION OF THE 2008 NATIONAL ELECTRICAL CODE DEPARTMENT OF PERMITTING SERVICES Issued by County Executive Regulation # 15-09 Authority: Code Section 17-2 and 17-3 Supersedes:

More information

Current Cost TREC Current Cost ENVI Current Cost EnviR SmartNow Solar Monitoring Kit

Current Cost TREC Current Cost ENVI Current Cost EnviR SmartNow Solar Monitoring Kit Installation Guidelines Products Covered: Current Cost TREC Current Cost ENVI Current Cost EnviR SmartNow Solar Monitoring Kit This document is for the use of Qualified Electricians and Electrical Contractors

More information

Introduction. Upon completion of Basics of Switchboards you should be able to: Explain the role of switchboards in a distribution system

Introduction. Upon completion of Basics of Switchboards you should be able to: Explain the role of switchboards in a distribution system Table of Contents Introduction... 2 Distribution Systems... 4 Switchboard Definition... 9 Switchboard Construction... 12 Service Entrance Equipment... 18 Service Section... 20 Switchboard Grounding...

More information

UPS Applications and VRLA Battery Sizing

UPS Applications and VRLA Battery Sizing TECHNICAL BULLETIN 41-7334 UPS Applications and VRLA Battery Sizing 41-7334/0213/CD www.cdtechno.com The uninterruptable power system (UPS) is used to protect critical equipment and processes from the

More information

Co-location Interconnect Power Panel (CIPP) Installation Guide

Co-location Interconnect Power Panel (CIPP) Installation Guide Co-location Interconnect Power Panel (CIPP) Installation Guide Document INS-97xxxxxxx This guide covers the following part numbers- Trimm 97xxxxxxx Series Table of Contents Section 1 - General Information...

More information