ECET 211 Electric Machines & Controls Lecture 2-1 (Part 1 of 3) Symbols and Drawing for Electric Motor Control Systems

Size: px
Start display at page:

Download "ECET 211 Electric Machines & Controls Lecture 2-1 (Part 1 of 3) Symbols and Drawing for Electric Motor Control Systems"

Transcription

1 ECET 211 Electric Machines & Controls Lecture 2-1 (Part 1 of 3) Symbols and Drawing for Electric Motor Control Systems Text Book: Chapter 2. Understanding Electrical Drawings, Electric Motors and Control Systems, by Frank D. Petruzella, published by McGraw Hill, Paul I-Hai Lin, Professor of Electrical and Computer Engineering Technology P.E. states of Indiana & California Dept. of Computer, Electrical and Information Technology Purdue University Fort Wayne Campus Prof. Paul Lin 1 Symbols and Drawings for Electric Motor Control Systems Chapter 2. Understanding Electrical Drawings Part 1. Symbols-Abbreviations-Ladder Diagram Motor Symbols Abbreviations for Motor Terms Motor Ladder Diagrams Part 2. Wiring Single Block Diagrams Part 3. Motor Terminal Connections Part 4. Motor Nameplates and Terminology Part 5. Manual and Magnetic Motor Starter Prof. Paul Lin 2 1

2 Symbols and Drawings for Electric Motor Control Systems Abbreviations and Symbols for Motor Terms Power Source PWR - Power AC Alternating Current 3PH three phase 1PH single phase DC Direct Current NEG - Negative POS - Positive REC - Rectifier TRANS - Transformer Prof. Paul Lin 3 Symbols and Drawings for Electric Motor Control Systems Single phase 120V 60Hz sinewave power source (max 15 A) MATLAB script for generating & plotting the waveform Vp = 120*sqrt(2); %Vp = 120* = volts f = 60; % 60 Hz, 60 sine waves per second T = 1/f; % Period T = 1/f = 1/60 = ms dt = T/100; % Take 100 samples per one period t = 0: dt: 2*T; % Plot for two cycles vt = Vp* sin(2*pi*f*t); plot(t, vt), grid on; xlabel(' time - second'); ylabel('volts'); Prof. Paul Lin 4 2

3 Symbols and Drawings for Electric Motor Control Systems Three phase 220V 60Hz sinewave power source MATLAB Program (script) Vp = 220*sqrt(2); %Vp = 220* = volts f = 60; % 60 Hz, 60 sine waves per second T = 1/f; % Period T = 1/f = 1/60 = ms dt = T/100; % Take 100 samples per one period theta1 = 0; theta2 = pi*(2/3); theta3 = pi*(4/3); t = 0: dt: 2*T; % Plot for two cycles v1 = Vp* sin(2*pi*f*t + theta1); v2 = Vp* sin(2*pi*f*t + theta2); v3 = Vp* sin(2*pi*f*t + theta3); plot(t, v1, t, v2, t, v3), grid on; xlabel(' time - second'), ylabel('volts'); Prof. Paul Lin 5 Symbols and Drawings for Electric Motor Control Systems 3PH 220V 60Hz sinewave power source Prof. Paul Lin 6 3

4 Abbreviations and Symbols for Motor Terms Abbreviations and Symbols for Motor Terms SW Switches BKR - Breaker Power On/Off Disconnect Switches Prof. Paul Lin 7 Understanding Electrical Drawings Abbreviations and Symbols for Motor Terms BRK - Breaker Prof. Paul Lin 8 4

5 Abbreviations and Symbols for Motor Terms Motor HP Horse Power MTR Motor PH - Phase 3PH three phase 1PH single phase L1, L2, L3 Power Line connections T1, T2, T3 Motor terminal connection Prof. Paul Lin 9 Abbreviations and Symbols for Motor Terms Transformer CT Current Transformer TRANS - Transformer (Control Transformer) PRI - Primary SEC - Secondary Prof. Paul Lin 10 5

6 Abbreviations and Symbols for Motor Terms DC Motor Related ARM Armature FLD - Field RH - Rheostat NEG -Negative POS - Positive Prof. Paul Lin 11 Abbreviations and Symbols for Motor Terms Relay, Magnetic Contactors, Switches CR - Control Relay M - Motor Starter NC - Normally Close NO - Normally Open COM - Common Prof. Paul Lin 12 6

7 Abbreviations and Symbols for Motor Terms Electromechanical Relay CR - Control Relay M - Motor Starter NC - Normally Close NO - Normally Open COM - Common Prof. Paul Lin 13 Abbreviations and Symbols for Motor Terms Actuators Switch Symbols Prof. Paul Lin 14 7

8 Abbreviations and Symbols for Motor Terms Human Machine Interface PB - Push Button PL - Pilot Light NC - Normally Close NO - Normally Open Prof. Paul Lin 15 Abbreviations and Symbols for Motor Terms Electrical Wires and Connections Circuit Protection Devices Prof. Paul Lin 16 8

9 Motor Control Diagrams and Drawings A variety of controls diagrams and drawings are used to install, maintain, and troubleshot motor control systems These diagrams include Ladder diagrams design and simulation Focuses on the electrical operation and sequence of a motor control circuit Block Diagrams Wiring diagrams Line Diagrams Prof. Paul Lin 17 Figure 2-3 A Typical Ladder Diagrams Two vertical rails (L1, L2) connected to power source Horizontal lines (rungs) contain control circuitry Read: Top => Down; Left to Right Prof. Paul Lin 18 9

10 Figure 2-4 Power and Control Circuit Wiring Control circuit Control Transformer ( v step down), Fuse, Temp SW, M coil, OL (Over load switch) Main power circuit 480v, three-m contacts, OL heating element, Motor Prof. Paul Lin 19 Figure 2-5 Identification of coils and associated contacts Control relay: R (coil), CR-1, CR-2 contacts Magnetic contactors (Starters): M1 (coil), M1 - - NO contact M2 (coil), M2 - \ - NC contact M3 (coil), M3 - \ - NC contact Prof. Paul Lin 20 10

11 Figure 2-6 Load and Control Devices Load a circuit components that has resistance and consumes electric power Parallel connection: all load elements receiving the same voltage Contacts LS control => Pilot Light (on/off) PB control => Solenoid (on/off), NC (contact) control => Heater element (on/off) Prof. Paul Lin 21 Figure 2-7 Load are placed on the right and contacts on the left Prof. Paul Lin 22 11

12 Figure 2-8 Stop devices connect in series and start devices connect in parallel Prof. Paul Lin 23 Figure 2-9 Differentiating between multiple devices of the same type Prof. Paul Lin 24 12

13 Figure 2-10 Ladder diagram with rung numbers detailed Prof. Paul Lin 25 Figure 2-12 Wiring numbering Prof. Paul Lin 26 13

14 Figure 2-13 Alternative wiring identification with documentation Prof. Paul Lin 27 Figure 2-14 Representing mechanical functions Mechanical Interlock Prof. Paul Lin 28 14

15 Figure 2-15 Control transformer grounding (a) control transformer properly grounded to the L2 side of the circuit. (b) control transformer improperly grounded at the L1 side of the circuit Prof. Paul Lin 29 Summary & Conclusion Study Chapter 2, Part 1 Review Questions, page 22 Prof. Paul Lin 30 15

ECET 211 Electric Machines & Controls Lecture 2-1 (Part 1 of 3) Symbols and Drawing for Electric Motor Control Systems

ECET 211 Electric Machines & Controls Lecture 2-1 (Part 1 of 3) Symbols and Drawing for Electric Motor Control Systems ECET 211 Electric Machines & Controls Lecture 2-1 (Part 1 of 3) Symbols and Drawing for Electric Motor Control Systems Text Book: Chapter 2. Understanding Electrical Drawings, Electric Motors and Control

More information

ECET 211 Electric Machines & Controls Lecture 7 Relays (1 of 2) Lecture 7 Relays

ECET 211 Electric Machines & Controls Lecture 7 Relays (1 of 2) Lecture 7 Relays ECET 211 Electric Machines & Controls Lecture 7 Relays (1 of 2) Text Book: Electric Motors and Control Systems, by Frank D. Petruzella, published by McGraw Hill, 2015 Paul I-Hai Lin, Professor of Electrical

More information

ECET 211 Electric Machines & Controls Lecture 7 Relays. Lecture 7 Relays

ECET 211 Electric Machines & Controls Lecture 7 Relays. Lecture 7 Relays ECET 211 Electric Machines & Controls Lecture 7 Relays Text Book: Electric Motors and Control Systems, by Frank D. Petruzella, published by McGraw Hill, 2015. Paul I-Hai Lin, Professor Electrical and Computer

More information

ECET 211 Electric Machines & Controls Lecture 3-2 (Part 2 of 2) Motor Transformers and Distribution Systems

ECET 211 Electric Machines & Controls Lecture 3-2 (Part 2 of 2) Motor Transformers and Distribution Systems ECET 211 Electric Machines & Controls Lecture 3-2 (Part 2 of 2) Motor Transformers and Distribution Systems Text Book: Electric Motors and Control Systems, by Frank D. Petruzella, published by McGraw Hill,

More information

ECET 211 Electric Machines & Controls Lecture 3-1 (Part 1 of 2) Motor Transformers and Distribution Systems

ECET 211 Electric Machines & Controls Lecture 3-1 (Part 1 of 2) Motor Transformers and Distribution Systems ECET 211 Electric Machines & Controls Lecture 3-1 (Part 1 of 2) Motor Transformers and Distribution Systems Text Book: Electric Motors and Control Systems, by Frank D. Petruzella, published by McGraw Hill,

More information

ECET 211 Electric Machines & Controls Lecture 9-1 Adjustable-Speed Drives and PLC Installations (1 of 2)

ECET 211 Electric Machines & Controls Lecture 9-1 Adjustable-Speed Drives and PLC Installations (1 of 2) ECET 211 Electric Machines & Controls Lecture 9-1 Adjustable-Speed Drives (1 of 2) Text Book: Electric Motors and Control Systems, by Frank D. Petruzella, published by McGraw Hill, 2015. Paul I-Hai Lin,

More information

ECET 211 Electric Machines & Controls Lecture 4-2 Motor Control Devices: Lecture 4 Motor Control Devices

ECET 211 Electric Machines & Controls Lecture 4-2 Motor Control Devices: Lecture 4 Motor Control Devices ECET 211 Electric Machines & Controls Lecture 4-2 Motor Control Devices: Part 3. Sensors, Part 4. Actuators Text Book: Electric Motors and Control Systems, by Frank D. Petruzella, published by McGraw Hill,

More information

3/4/2015. Basic relay construction. Shading coil in AC relays. Timothy L. Skvarenina and William E. DeWitt Electrical Power and Controls, 2e

3/4/2015. Basic relay construction. Shading coil in AC relays. Timothy L. Skvarenina and William E. DeWitt Electrical Power and Controls, 2e FIGURE 12-1 Basic relay construction. FIGURE 12-2 Shading coil in AC relays. 1 FIGURE 12-3 Contactor coil and shaded pole stators. FIGURE 12-4 Magnetic motor starter. 2 FIGURE 12-5 Thermal overload devices.

More information

Electrical Controls. Isaac Queen

Electrical Controls. Isaac Queen Electrical Controls Isaac Queen iqueen@atn.org www.atn.org 1 Contact blocks include normally open (NO), normally closed (NC), or both NO and NC contacts. 2 A joystick is used to control many different

More information

ECET 211 Electrical Machines and Controls

ECET 211 Electrical Machines and Controls ECET 211 Electrical Machines and Controls 2016/4/27 Class Review and Wrapping Up Comprehensive Exam, Friday, 1:00-3:00 PM, May 6, 2016 Close books/allow 1-page (8 x 11 and ½) hand-written review note,

More information

CONTROL SYSTEM COMPONENTS

CONTROL SYSTEM COMPONENTS Module 2 CONTROL SYSTEM COMPONENTS Lecture - 3 CONTACTOR Shameer A Koya 1 2 1 Introduction A contactor is an electromagnetically controlled switch used for switching a power circuit. A contactor is controlled

More information

IPS INTELLIGENT PUMP STARTER. Integrated Tru-power electronic motor and pump protection

IPS INTELLIGENT PUMP STARTER. Integrated Tru-power electronic motor and pump protection IPS INTELLIGENT PUMP STARTER With TM Smartstart Ø & Ø, 0/60 Hz, 20~600 VAC, /~00HP Integrated electronic pump protection overload Power metering and data logging options Motor Protection Key dealer yr.

More information

AC Magnetic Starters (GE)

AC Magnetic Starters (GE) AC Magnetic Starters (GE) Description of Operation With Local or Remote Start-Stop Selector Switch (LVR) Control Starting Stopping Restarting Turning the selector switch to START energizes M and starts

More information

Implementation Of Solid State Relays For Power System Protection

Implementation Of Solid State Relays For Power System Protection Implementation Of Solid State Relays For Power System Protection Nidhi Verma, Kartik Gupta, Sheila Mahapatra ABSTRACT: This paper provides the implementation of solid state relays for enhancement of power

More information

Primary Resistor Starters with Time Relays

Primary Resistor Starters with Time Relays Exercise 6-3 Primary Resistor Starters with Time Relays EXERCISE OBJECTIVE Understand how a time relay can be used jointly with primary resistor starters. DISCUSSION Primary resistor starters are used

More information

Power systems Protection course

Power systems Protection course Al-Balqa Applied University Power systems Protection course Department of Electrical Energy Engineering 1 Part 5 Relays 2 3 Relay Is a device which receive a signal from the power system thought CT and

More information

COURSE SYLLABUS. COURSE NUMBER AND TITLE: INTC-1357 AC/DC Motor Controls (2-4-3)

COURSE SYLLABUS. COURSE NUMBER AND TITLE: INTC-1357 AC/DC Motor Controls (2-4-3) COURSE NUMBER AND TITLE: INTC-1357 AC/DC Motor Controls (2-4-3) COURSE SYLLABUS COURSE (CATALOG) DESCRIPTION A study of electric motors and motor control devices common to a modern industrial environment.

More information

Power. Power is the rate of using energy in joules per second 1 joule per second Is 1 Watt

Power. Power is the rate of using energy in joules per second 1 joule per second Is 1 Watt 3 phase Power All we need electricity for is as a source of transport for energy. We can connect to a battery, which is a source of stored energy. Or we can plug into and electric socket at home or in

More information

Take for instance this circuit:

Take for instance this circuit: Ladder diagrams Ladder diagrams are specialized schematics commonly used to document industrial control logic systems. They are called "ladder" diagrams because they resemble a ladder, with two vertical

More information

Electrical And Electronics Engg

Electrical And Electronics Engg Electrical And Electronics Engg Rectifier Cubical panel type Voltage 3Ph 440V /(0-300V) DC 3Ph Isolation transformer-20kva Thyristor rating Current -300A/PIV - 1500V over load protection and necessary

More information

The Ins and Outs of Basic. A practical approach to reading and understanding the schematic diagrams used to explain how HVACR systems operate.

The Ins and Outs of Basic. A practical approach to reading and understanding the schematic diagrams used to explain how HVACR systems operate. Part 3 The Ins and Outs of Basic Sch ematic Symbols A practical approach to reading and understanding the schematic diagrams used to explain how HVACR systems operate. B y H o w a r d L. P e m p e r, C

More information

Unit 2 Electrical Circuit Diagrams

Unit 2 Electrical Circuit Diagrams 2.1. Electrical Circuit Definition Unit 2 Electrical Circuit Diagrams In general terms, a circuit can be described as any group of electrical or electronic devices connected together by conductors. Conductors

More information

PHASE CUT SIGNAL DRIVERS

PHASE CUT SIGNAL DRIVERS FEATURES Input to output isolation 27, 40 or 80 watts output power Fused 24VAC power supply Input and power LED indication DESCRIPTION & OPERATION The Digital Controller Interface Module Phase Cut Driver

More information

Power Regenerative Converter, THYFREC CV240S

Power Regenerative Converter, THYFREC CV240S Development of New Products Power Regenerative Converter, THYFREC CV240S Harmonic restraint, Power regeneration, 120 conduction, Power factor improvement, Common converter system, Environment compatibility

More information

TEAM DIGITAL. SMC4 Servo & Motor Controller

TEAM DIGITAL. SMC4 Servo & Motor Controller 16 CV# Function/Default Value CV# Function/Default Value 28 reserved - 73 Servo 3 Behavior 0 29 Decoder Configuration 0 74 Servo 4 Behavior 0 30 reserved - 75 Output Flash 0 31 Ops Mode Loco Address 1

More information

Power Electrician Level 3

Power Electrician Level 3 s Power Electrician Level 3 Rev. September 2008 Power Electrician Unit: C1 Electrical Code III Level: Three Duration: 60 hours Theory: Practical: 60 hours 0 hours Overview: This unit of instruction is

More information

Lessons In Industrial Instrumentation

Lessons In Industrial Instrumentation Lessons In Industrial Instrumentation c 2008-207 by Tony R. Kuphaldt under the terms and conditions of the Creative Commons Attribution 4.0 International Public License Version 2.25 (development) Last

More information

+ 24V 3.3K - 1.5M. figure 01

+ 24V 3.3K - 1.5M. figure 01 ELECTRICITY ASSESSMENT 35 questions Revised: 08 Jul 2013 1. Which of the wire sizes listed below results in the least voltage drop in a circuit carrying 10 amps: a. 16 AWG b. 14 AWG c. 18 AWG d. 250 kcmil

More information

Construction Electrician Level 2

Construction Electrician Level 2 Level 2 Rev. September 2008 Unit: B1 Electrical Code II Level: Two Duration: 120 hours Theory: Practical: 99 hours 21 hours Overview: This unit of instruction is designed to provide the Electrician apprentice

More information

MODEL 421 Over/Under Motor Load Monitor

MODEL 421 Over/Under Motor Load Monitor MODEL 421 Over/Under Motor Load Monitor Monitors True Motor Power (volts x current x power factor) Detects Motor Overload or Underload Operates on 120 or, Single-phase or 3-phase Built-in Trip and Restart

More information

ERROR MESSAGES: Click on Error for further detail PROBE ERROR: PROBE IS OPEN OR NOT CONNECTED.

ERROR MESSAGES: Click on Error for further detail PROBE ERROR: PROBE IS OPEN OR NOT CONNECTED. ERR MESSAGES: Click on Error for further detail MOT OVERCURRENT:THE PLATEN HAS BEEN MECHANICALLY RESISTED. MOT ERR: NO ENCODER MESSAGE TO THE MOT SPEED CONTROL IGNITION ERR: after the 4 th failed attempt

More information

Question 1 Given a battery and a light bulb, show how you would connect these two devices together with wire so as to energize the light bulb:

Question 1 Given a battery and a light bulb, show how you would connect these two devices together with wire so as to energize the light bulb: Question 1 Given a battery and a light bulb, show how you would connect these two devices together with wire so as to energize the light bulb: + - file 00001 Answer 1 This is the simplest option, but not

More information

Industrial Controls. Catalog IC SIRIUS. Answers for industry.

Industrial Controls. Catalog IC SIRIUS. Answers for industry. Industrial Controls Catalog IC 10 2012 SIRIUS Answers for industry. Contactor Relays Siemens AG 2012 Overview Standards IEC 60947-1, EN 60947-1, IEC 60947--1, EN 60947--1 The 3TH42 and 3TH43 contactor

More information

Programmable Logic Controllers: Programming Methods. and Applications

Programmable Logic Controllers: Programming Methods. and Applications Programmable Logic Controllers: Programming Methods and Applications by John R. Hackworth and Frederick D. Hackworth, Jr. Table of Contents Chapter 1 - Ladder Diagram Fundamentals Chapter 2 - The Programmable

More information

Over or Under Current. Over and Under Current Monitor. Current Transducer. Current Indicator. DIN Rail Mounting Current Monitors

Over or Under Current. Over and Under Current Monitor. Current Transducer. Current Indicator. DIN Rail Mounting Current Monitors Selection Guide...8.2 Over or Under ECS... 8.4 TCS... 8.8 Over and Under Monitor ECSW... 8.6 Transducer TCSA... 8.10 DCSA... 8.12 Indicator LCS... 8.14 LPM... 8.14 DIN Rail Mounting CM-SFS CM-SRS.1 CM-SRS.2

More information

# - - Internal * On Line Examination

# - - Internal * On Line Examination COURSE NAME : ELECTRICAL ENGINEERING GROUP COURSE CODE : EE/EP SEMESTER : FIFTH SUBJECT TITLE : SWITCHGEAR and PROTECTION SUBJECT CODE : Teaching and Examination Scheme: Teaching Scheme TH TU PR PAPER

More information

Automatic Transfer Switch (ATS) Using Programmable Logic Controller (PLC)

Automatic Transfer Switch (ATS) Using Programmable Logic Controller (PLC) Automatic Transfer Switch (ATS) Using Programmable Logic Controller (PLC) Dr. Hamdy Ashour Arab Academy for Science &Technology Department of Electrical & Computer Control Engineering P.O. 1029 Miami,

More information

Michigan State University Construction Standards SWITCHBOARDS, PANELBOARDS, AND CONTROL CENTERS PAGE

Michigan State University Construction Standards SWITCHBOARDS, PANELBOARDS, AND CONTROL CENTERS PAGE PAGE 262400-1 SECTION 262400 PART 1 - GENERAL 1.1 RELATED DOCUMENTS A. Drawings and general provisions of the Contract, including General and Supplementary Conditions and Division 01 Specification Sections,

More information

Microprocessor Control Board Set Up Procedures (OR PLC)

Microprocessor Control Board Set Up Procedures (OR PLC) Microprocessor Control Board Set Up Procedures (OR-00 PLC) SWITCHES/PUSHBUTTONS Push Buttons at display SW Enter button SW Back button SW Down SW UP Back light on/off switch Rotary switches on main board

More information

Contactor-less Magnetic Brake Controller

Contactor-less Magnetic Brake Controller Contactor-less Magnetic Brake Controller (TCB-series) T.H. ELEMA TEL: +82-31-498-9270-4 FAX: +82-31-498-9275 1. INTRODUCTION TCBseries developed by T.H. ELEMA is a type of reducing maintenance problems,

More information

Construction Electrician/Industrial Electrician/Power Electrician Common Core Level 2

Construction Electrician/Industrial Electrician/Power Electrician Common Core Level 2 Common Core Level 2 Unit: B1 Commercial Electrical Code Level: Two Duration: 60 hours Theory: Practical: 60 hours 0 hours Overview: This unit is designed to provide the apprentice with the knowledge about

More information

TRANSFORMER OPERATION

TRANSFORMER OPERATION Chapter 3 TRANSFORMER OPERATION 1 A transformer is a static device (no moving parts) used to transfer energy from one AC circuit to another. This transfer of energy may involve an increase or decrease

More information

SIEMENS ENERGY & AUTOMATION INC DISTRIBUTION PRODUCTS DIV

SIEMENS ENERGY & AUTOMATION INC DISTRIBUTION PRODUCTS DIV Certificate Number 20081124 E29197A Page 1 of 8 Report Reference E29197, 1974 September 17 Issue Date 2008 November 24 Issued to: This is to certify that representative samples of SIEMENS ENERGY & AUTOMATION

More information

ELECTRICAL MAINTENANCE SKILLS

ELECTRICAL MAINTENANCE SKILLS ELECTRICAL MAINTENANCE SKILLS FOR INSTRUMENTATION PERSONNEL COURSE 120: 7 DAYS: Max 8 Candidates The end objectives are identical to those of the Electrical maintenance skills (Course 110) but this starts

More information

1% Switchgear and Substations

1% Switchgear and Substations 1% Switchgear and Substations Switchgear and substations are not always matters of concern for transmitter designers, -because they are often part of the facilities of a typical installation. However,

More information

Transmission Lines and Feeders Protection Pilot wire differential relays (Device 87L) Distance protection

Transmission Lines and Feeders Protection Pilot wire differential relays (Device 87L) Distance protection Transmission Lines and Feeders Protection Pilot wire differential relays (Device 87L) Distance protection 133 1. Pilot wire differential relays (Device 87L) The pilot wire differential relay is a high-speed

More information

Introduction. A closed loop of wire is not an electrical circuit, a circuit requires

Introduction. A closed loop of wire is not an electrical circuit, a circuit requires The Law of Charges Opposite charges attract like charges repel Lines of force can never cross each other The values are equal but the effect is opposite Strength of the attraction is exponential to its

More information

WIRING SCHEMATICS FOR SOFTWARE VERSIONS 5.13 AND HIGHER

WIRING SCHEMATICS FOR SOFTWARE VERSIONS 5.13 AND HIGHER 55 S. Vineyard Avenue Ontario, CA 976 (909) 93-973 WIRING SCHEMATICS FOR SOFTWARE VERSIONS 5.3 AND HIGHER FOR CURTIS 39 CONTROLLER ON-ROAD VEHICLE CONVERSION FOR SINGLE AND WITH DUAL MOTOR APPLICATIONS

More information

BASIC ELECTRICAL AND INSTRUMENTATION DESIGN TRAINING SECTOR / ENGINEERING

BASIC ELECTRICAL AND INSTRUMENTATION DESIGN TRAINING SECTOR / ENGINEERING BASIC ELECTRICAL AND INSTRUMENTATION DESIGN TRAINING SECTOR / ENGINEERING TECHNICAL & CERTIFICATE OF ATTENDANCE TRAINING COURSE This five days course covers the electrical principles and components used

More information

In this lecture. Electromagnetism. Electromagnetism. Oersted s Experiment. Electricity & magnetism are different aspects of the same basic phenomenon:

In this lecture. Electromagnetism. Electromagnetism. Oersted s Experiment. Electricity & magnetism are different aspects of the same basic phenomenon: In this lecture Electromagnetism Electromagnetic Effect Electromagnets Electromechanical Devices Transformers Electromagnetic Effect Electricity & magnetism are different aspects of the same basic phenomenon:

More information

15P0161B1 - DCREG for Applications to Electromagnets - SW Rev. D3.09 R.03 - Updated 01/04/04

15P0161B1 - DCREG for Applications to Electromagnets - SW Rev. D3.09 R.03 - Updated 01/04/04 POWER CONNECTIONS AND DCREG PROTECTING DEVICES DCREG thyristor converter can be used to power very inductive loads, such as electromagnets. Applications problems due to this type of load that can be compared

More information

WESTERN IOWA TECH COMMUNITY COLLEGE. Course Syllabus. Electrical Technician Level 2

WESTERN IOWA TECH COMMUNITY COLLEGE. Course Syllabus. Electrical Technician Level 2 Course Title: Electrical Technician Level Total Hours:56 Meeting time/ location :TBA Instructor: Chris Sewalson Phone:712-274-8733 ext1407 E-mail Chris.sewalson@witcc.edu Office Location: Lemars Center

More information

Contactors. Series C137, C163, C164, C165 Single pole contactors for battery voltages Catalogue B60.en

Contactors. Series C137, C163, C164, C165 Single pole contactors for battery voltages Catalogue B60.en Contactors Series C7, C6, C6, C65 Single pole contactors for battery voltages Catalogue B.en Contactors for battery voltages C7, C6, C6, C65 Series With its proven line of C7 through C65 Series contactors

More information

PREVIEW COPY. Table of Contents. Troubleshooting with Electrical Schematics...3. Troubleshooting with Building Drawings...19

PREVIEW COPY. Table of Contents. Troubleshooting with Electrical Schematics...3. Troubleshooting with Building Drawings...19 Table of Contents Lesson One Lesson Two Lesson Three Troubleshooting with Electrical Schematics...3 Troubleshooting with Building Drawings...9 Troubleshooting Control Circuits...37 Lesson Four Troubleshooting

More information

and START pushbutton mounted on the enclosure and a RESET button on the front wiring is as illustrated in the wiring diagram on Page 6-3.

and START pushbutton mounted on the enclosure and a RESET button on the front wiring is as illustrated in the wiring diagram on Page 6-3. 6-4 Freedom Pump Panels Circuit reaker R Enclosure / -Phase Magnetic / Interchangeable eater OLR These ECN Irrigation Pump Controllers feature the Cutler-ammer Freedom Series starters. They have a AND/OFF/AUTO

More information

Draw the symbol and state the applications of : 1) Push button switch 2) 3) Solenoid valve 4) Limit switch ( 1m each) Ans: 1) Push Button

Draw the symbol and state the applications of : 1) Push button switch 2) 3) Solenoid valve 4) Limit switch ( 1m each) Ans: 1) Push Button Subject Code: 17641Model AnswerPage 1 of 16 Important suggestions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in the model answer scheme. 2) The model

More information

GENERAL GENERAL NOTES & STATEMENT OF ESTIMATED QUANTITIES BRT-G-8 SHEET OF C.P S.A.P SHEET NAME:

GENERAL GENERAL NOTES & STATEMENT OF ESTIMATED QUANTITIES BRT-G-8 SHEET OF C.P S.A.P SHEET NAME: NO DATE BY REVISION / SUBMITTAL APP GENERAL NOTES & STATEMENT OF ESTIMATED QUANTITIES GENERAL BRT-G-8 NO DATE BY REVISION / SUBMITTAL APP STRUCTURAL NOTES STRUCTURAL SAP 027-648-007 BRT-D-5 NO DATE

More information

Experiment P42: Transformer (Power Amplifier, Voltage Sensor)

Experiment P42: Transformer (Power Amplifier, Voltage Sensor) PASCO scientific Vol. 2 Physics Lab Manual: P42-1 Experiment P42: (Power Amplifier, Voltage Sensor) Concept Time SW Interface Macintosh File Windows File basic electricity 30 m 700 P42 P42_XTRN.SWS EQUIPMENT

More information

DECEMBER 2014 Level 2 Certificate/Diploma in Engineering (IVQ) Principles of electrical and electronics technology

DECEMBER 2014 Level 2 Certificate/Diploma in Engineering (IVQ) Principles of electrical and electronics technology *28502561214* 2850-256 DECEMBER 2014 Level 2 Certificate/Diploma in Engineering (IVQ) Principles of electrical and electronics technology Tuesday 11 December 2014 09:30 11:30 You should have the following

More information

Generator in a power station requires different type of

Generator in a power station requires different type of Laboratory Simulation of Generator Protection Rashesh P. Mehta, Member, IEEE, Bhuvanesh Oza, Member, IEEE Abstract Generator is the most important and costly equipment in the power system. For the reliability

More information

Demonstration. Agenda

Demonstration. Agenda Demonstration Edward Lee 2009 Microchip Technology, Inc. 1 Agenda 1. Buck/Boost Board with Explorer 16 2. AC/DC Reference Design 3. Pure Sinewave Inverter Reference Design 4. Interleaved PFC Reference

More information

Power System Protection Manual

Power System Protection Manual Power System Protection Manual Note: This manual is in the formative stage. Not all the experiments have been covered here though they are operational in the laboratory. When the full manual is ready,

More information

Supplemental Motor Protection Devices Specifications

Supplemental Motor Protection Devices Specifications Technical Data Supplemental Motor Protection Devices Specifications Bulletin Numbers 809S, 813S, 814S, 817S, 1409, 1410 Topic Page 809S/813S/814S/817 Dedicated Function Motor Protection Relays 2 Product

More information

Page 4-6. STAR-DELTA STARTERS OPEN FRAME Suitable for three-phase motor control, 16A...690A 440V / 7.5kW...375kW 400V ratings in IEC AC3 duty.

Page 4-6. STAR-DELTA STARTERS OPEN FRAME Suitable for three-phase motor control, 16A...690A 440V / 7.5kW...375kW 400V ratings in IEC AC3 duty. Page -2 Page - DIRECT-ON-LINE STARTERS Motor ratings up to 9A 0V in IEC AC duty General use up to 6A / motor rating up to 2A 600V per UL/CSA Versions with Start-Stop/Reset buttons or Reset button Versions

More information

Basic Electricity Principles & Boiler Wiring Fundamentals. Presented by Steve Connor April 20, 2016

Basic Electricity Principles & Boiler Wiring Fundamentals. Presented by Steve Connor April 20, 2016 Basic Electricity Principles & Boiler Wiring Fundamentals Presented by Steve Connor April 20, 2016 Today s Topics 1 Some basics & historical background Electricity and its current types The advantages

More information

Top wiring permanent magnet latching For non-motor loads, lighting, heating NEMA sizes to 300 A 2-, 3-, and 4-pole configurations

Top wiring permanent magnet latching For non-motor loads, lighting, heating NEMA sizes to 300 A 2-, 3-, and 4-pole configurations Bulletin LP NEMA AC Permanent Magnet-Latching Lighting Contactors Product Overview/Product Selection/Wiring Diagram A, -Pole Open Type without Enclosure Bulletin LP Top wiring permanent magnet latching

More information

ELECTRICIAN S THEORY EXAMINATION 20 November 2010 QUESTION AND ANSWER BOOKLET

ELECTRICIAN S THEORY EXAMINATION 20 November 2010 QUESTION AND ANSWER BOOKLET Candidate Code No. ET37 For Board Use Only Result Date Int Result Date Int ELECTRICIAN S THEORY EXAMINATION 20 November 2010 QUESTION AND ANSWER BOOKLET INSTRUCTIONS READ CAREFULLY Time Allowed: Three

More information

GraspIT AQA GCSE Magnetism and Electromagnetism - ANSWERS

GraspIT AQA GCSE Magnetism and Electromagnetism - ANSWERS A. Permanent and Induced Magnetism, Magnetic Forces and Fields 1. The following question is about magnets. a. Iron is a magnetic material. Name two other magnetic elements. (2) Cobalt (1) Nickel (1) b.

More information

g GE POWER MANAGEMENT

g GE POWER MANAGEMENT 469 FREQUENTLY ASKED QUESTIONS 1 Can not communicate through the front port RS232 Check the following settings Communication port on your computer ( com1, com2 com3 etc ) Parity settings must match between

More information

Hardware Platforms and Sensors

Hardware Platforms and Sensors Hardware Platforms and Sensors Tom Spink Including material adapted from Bjoern Franke and Michael O Boyle Hardware Platform A hardware platform describes the physical components that go to make up a particular

More information

TRAX Transformer and Substation Test System

TRAX Transformer and Substation Test System TRAX Replaces need for multiple test sets Saves time by eliminating need for multiple instruments learning User-friendly interface reduces training and testing time Portable and compact system components

More information

Catalog 200 Contactors up to 115 A Motor Starters up to 55 kw 03/2009

Catalog 200 Contactors up to 115 A Motor Starters up to 55 kw 03/2009 Catalog 00 Contactors up to 5 A Motor Starters up to 55 kw 03/009 Kraus & Naimer The development of the Blue Line rotary switch, contactor and motor starter product ranges is based on more than hundred

More information

UNITED MOTORS SERVICE AUTO RADIO BULLETIN

UNITED MOTORS SERVICE AUTO RADIO BULLETIN UNITED MOTORS SERVICE DIVISION OF GENERAL MOTORS CORPORATION General Offices - Detroit AUTO RADIO BULLETIN Bulletin 6D-854 Date 11-1-54 Page 1 FIRST ISSUE GENERAL SUBJECT: SERVICE INSTRUCTIONS - 12V CHEVROLET

More information

INSTALLATION INSTRUCTIONS FOR SYMCOM'S MODEL 777- MV ELECTRONIC OVERLOAD RELAY MEDIUM VOLTAGE

INSTALLATION INSTRUCTIONS FOR SYMCOM'S MODEL 777- MV ELECTRONIC OVERLOAD RELAY MEDIUM VOLTAGE INSTALLATION INSTRUCTIONS FOR SYMCOM'S MODEL 777- MV ELECTRONIC OVERLOAD RELAY MEDIUM VOLTAGE BE SURE POWER IS DISCONNECTED PRIOR TO INSTALLATION! FOLLOW NATIONAL, STATE AND LOCAL CODES. READ THESE INSTRUCTIONS

More information

TEAM DIGITAL. Servette TM Single Servo Controller

TEAM DIGITAL. Servette TM Single Servo Controller 12 7 Summary of Configuration Variables CV# Function/Default Value CV# Function/Default Value 1 Servo Address 1 43 reserved - 2 reserved - 44 Sec Input Control 26 3 Servo Move Range 15 45 reserved - 4

More information

Output of three-phase motors at 50 Hz and 400 V

Output of three-phase motors at 50 Hz and 400 V RT0, RH Coupling Relays (Interfaces) Description DC operation IEC 0 947 and EN 0 947 (VDE 00) The RT0 coupling relays for switching motors and RH for auxiliary circuits are laid out to the special requirements

More information

Supplemental Motor Protection Devices Specifications

Supplemental Motor Protection Devices Specifications Technical Data Supplemental Motor Protection Devices Specifications Bulletin Numbers 809S, 813S, 814S, 817S, 1409, 1410 Topic Bulletin 809S/813S/814S/817S 2 Page Product Line Overview 2 Cat. No. Explanation

More information

TRAX Transformer and Substation Test System

TRAX Transformer and Substation Test System Replaces need for multiple test sets Saves time by eliminating need for multiple instruments learning User-friendly interface reduces training and testing time Portable and compact system components for

More information

CHAPTER 5: REGULATED DC POWER SUPPLY

CHAPTER 5: REGULATED DC POWER SUPPLY CHAPTER 5: REGULATED DC POWER SUPPLY Dr. Wan Mahani Hafizah binti Wan Mahmud Topics in Chapter 5 5.0Introduction 5.1Rectifier 5.2Filter 5.3oltage Regulator 5.4Switching Regulator 2 Power Supply Block Diagram

More information

ENGINEERING DATA SUBMITTAL For the Interconnection of Generation System

ENGINEERING DATA SUBMITTAL For the Interconnection of Generation System WHO SHOULD FILE THIS SUBMITTAL: Anyone in the final stages of interconnecting a Generation System with Nodak Electric Cooperative, Inc. This submittal shall be completed and provided to Nodak Electric

More information

University of Tennessee at. Chattanooga

University of Tennessee at. Chattanooga University of Tennessee at Chattanooga Step Response Engineering 329 By Gold Team: Jason Price Jered Swartz Simon Ionashku 2-3- 2 INTRODUCTION: The purpose of the experiments was to investigate and understand

More information

Open Type Without Enclosure

Open Type Without Enclosure Bulletin L NEMA AC Electrically Held Lighting Contactors Product Selection Top Wiring for Non-Motor and Lighting Loads Tungsten Lamp Loads (Max. V Line, V Load) Maximum Continuous Ampere Ratings [A] General

More information

INSTALLATION INSTRUCTIONS FOR SYMCOM S MODEL 77C-LR-KW/HP ELECTRONIC OVERLOAD RELAY

INSTALLATION INSTRUCTIONS FOR SYMCOM S MODEL 77C-LR-KW/HP ELECTRONIC OVERLOAD RELAY INSTALLATION INSTRUCTIONS FOR SYMCOM S MODEL 77C-LR-KW/HP ELECTRONIC OVERLOAD RELAY BE SURE POWER IS DISCONNECTED PRIOR TO INSTALLATION! FOLLOW NATIONAL, STATE AND LOCAL CODES. READ THESE INSTRUCTIONS

More information

Approved Standards. Ordering Information. Mini Contactor Relays 4-pole J7KNA-AR. Model Number Legend. Main contactor. Accessories

Approved Standards. Ordering Information. Mini Contactor Relays 4-pole J7KNA-AR. Model Number Legend. Main contactor. Accessories Mini Contactor Relays 4-pole J7KN-R ) Main contactor C & DC operated 4-, 6- and 8-pole versions in different configurations Mirror contacts Screw fixing and snap fitting (35 mm DIN rail) Rated current

More information

Operating Instructions. SINGLE SBC Controller

Operating Instructions. SINGLE SBC Controller Operating Instructions SINGLE SBC Controller SBC_EN_15_06 Contents 1 Configuration and operation of the controller... 2 1.1 Operating elements... 2 1.2 Control panel... 2 1.3 Alarm panel and display information...

More information

Operating Instructions. Single SBC-Control Systems. Seite 1 von 13. U:\SINGLE\Regler\SBC\Englisch\SBC_e_Version 2_6.doc

Operating Instructions. Single SBC-Control Systems. Seite 1 von 13. U:\SINGLE\Regler\SBC\Englisch\SBC_e_Version 2_6.doc Operating Instructions Single SBC-Control Systems U:\SINGLE\Regler\SBC\Englisch\SBC_e_Version 2_6.doc Seite 1 von 13 Inhaltsverzeichnis 1 SBC 2.6 structuring... 3 2 SBC 2.6 display- and control elements...

More information

School of Engineering Mechatronics Engineering Department. Experim. ment no. 1

School of Engineering Mechatronics Engineering Department. Experim. ment no. 1 University of Jordan School of Engineering Mechatronics Engineering Department 2010 Mechatronics System Design Lab Experim ment no. 1 PRINCIPLES OF SWITCHING Copyrights' are held by : Eng. Ala' Bata &

More information

3RA13, 3RA14 Contactor Assemblies

3RA13, 3RA14 Contactor Assemblies RA, RA Contactor Assemblies RA Contactor Assemblies for Wye-Delta Starting RA complete units,... kw Siemens AG 0 Overview These RA contactor assemblies for wye-delta starting are designed for standard

More information

CRN: MET-487 Instrumentation and Automatic Control June 28, 2010 August 5, 2010 Professor Paul Lin

CRN: MET-487 Instrumentation and Automatic Control June 28, 2010 August 5, 2010 Professor Paul Lin CRN: 32030 MET-487 Instrumentation and Automatic Control June 28, 2010 August 5, 2010 Professor Paul Lin Course Description: Class 2, Lab 2, Cr. 3, Junior class standing and 216 Instrumentation for pressure,

More information

3 Phase Induction Motor Protection using Numerical Relay

3 Phase Induction Motor Protection using Numerical Relay IJIRST International Journal for Innovative Research in Science & Technology Volume 3 Issue 11 April 2017 ISSN (online): 2349-6010 3 Phase Induction Motor Protection using Numerical Relay Anand B. Gediya

More information

TRAX Transformer and Substation Test System

TRAX Transformer and Substation Test System TRAX Replaces need for multiple test sets Saves time by eliminating need for multiple instruments learning User-friendly interface reduces training and testing time Portable and compact system components

More information

02/11/2015

02/11/2015 Two-hand safety relays KZH3-YS Part number 85102632 "Two-hand" safety function in with two push buttons Inputs for two switches with double contacts (1 NO and 1 NC for each) Security with redundancy and

More information

IT.MLD900 SENSORS AND TRANSDUCERS TRAINER. Signal Conditioning

IT.MLD900 SENSORS AND TRANSDUCERS TRAINER. Signal Conditioning SENSORS AND TRANSDUCERS TRAINER IT.MLD900 The s and Instrumentation Trainer introduces students to input sensors, output actuators, signal conditioning circuits, and display devices through a wide range

More information

For Immediate Delivery call KMParts.com at (866)

For Immediate Delivery call KMParts.com at (866) Return To MAIN INDEX Magnetic Contactors, Overview / Contactors DIL...M Contactors AC Operated AC Operated, Reversing DC Operated AC/DC Operated, DC Hp ratings / /6 /8 / Starters DIL Universal Contactors

More information

DEPARTMENT OF ELECTRICAL ENGINEERING BENGAL ENGINEERING AND SCIENCE UNIVERSITY, SHIBPUR

DEPARTMENT OF ELECTRICAL ENGINEERING BENGAL ENGINEERING AND SCIENCE UNIVERSITY, SHIBPUR DEPARTMENT OF ELECTRICAL ENGINEERING BENGAL ENGINEERING AND SCIENCE UNIVERSITY, SHIBPUR Power system protection Laboratory (EE 852) 8 th Semester Electrical Expt. No. 852/1 BIFFI S METHOD FOR TESTING CURRENT

More information

NEMA Size 1 Cat. No. CN55DN3AB

NEMA Size 1 Cat. No. CN55DN3AB -80 Contactors and Contents Description Product Family Overview Page Product Description....... -78 Features................ -78 Standards and Certifications........... -78 Selection.............. -79

More information

Electro Controls. Input-Output Modules WattsIndustries.co.uk

Electro Controls. Input-Output Modules WattsIndustries.co.uk Electro Controls Input-Output Modules - 2017 WattsIndustries.co.uk Input-Output Modules Section 08 B.M.S INPUT - OUTPUT MODULES SINGLE AND ADJUSTABLE RELAY ESRM.. Volt free contacts DIN RAIL mounted relay

More information

ECET Industrial Motor Control. Variable Frequency Drives. Electronic Motor Drives

ECET Industrial Motor Control. Variable Frequency Drives. Electronic Motor Drives ECET 4530 Industrial Motor Control Variable Frequency Drives Electronic Motor Drives Electronic motor drives are devices that control the speed, torque and/or rotational direction of electric motors. Electronic

More information

AC generator theory. Resources and methods for learning about these subjects (list a few here, in preparation for your research):

AC generator theory. Resources and methods for learning about these subjects (list a few here, in preparation for your research): AC generator theory This worksheet and all related files are licensed under the Creative Commons Attribution License, version 1.0. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0/,

More information

Transformer Waveforms

Transformer Waveforms OBJECTIVE EXPERIMENT Transformer Waveforms Steady-State Testing and Performance of Single-Phase Transformers Waveforms The voltage regulation and efficiency of a distribution system are affected by the

More information