SlideShare a Scribd company logo
1 of 30
Industrial Automation
MOHAMED ABD EL-GHAFFAR
Introduction
Automation :
 Increase and optimize productivity
 Decrease human errors ( more safety )
 save time and effort
 low costs in the long run
Raw
Material
Do Some
Process
Final
production
 Various control systems for operating equipment
prepared by : Mohamed Abd El-Ghaffar
 control loop
sensing
elements
Actuators
loads
Controller
 physical quantity
( heat , pressure,
sound , distance)
prepared by : Mohamed Abd El-Ghaffar
 Electrical signal
which have the
information of
quantity that
measured
 I Give it a set point
and some condition
for the process that
I want
 Set point
 Electrical signal
which have
Commands
from controller
to loads
 physical quantity but this
time quantity which
I need like ( motion of
some thing )
• There are a boiler that I want its temperature fixed at
100 ‘C and you have
Solution :
 A Heater
 Temperature sensor
 Any type of controller
boiler Temperature
sensor
controller
Heater
prepared by : Mohamed Abd El-Ghaffar
80 ‘C
80 ‘C
80 < 100 E.S mean 80 ‘C
100 ‘C
Heater on
add heat
110 ‘C
110 ‘C
E.S mean 110 ‘C110 > 100
Heater off
Stop adding
note : that’s called feedback
“system modify itself
without human handling”
Signals :
• Information's about the behaviors or attributes of a
phenomenon which happened around our system or inside it
prepared by : Mohamed Abd El-Ghaffar
 Digital Signal : Signal which has only two value “ 0 ” or “ 1 ”
 Digital Signal
 Analog Signal
 Analog Signal : Signal which has different values when time
change “Range of values ( from -5v to 5v ) ”
“there are two types”
Sensing elements :
• Device which is used to tell controller information's about
system and its behavior and about environment around it
 Types of sensors
Analog sensors
digital sensors
 only told my if there are a physical quantity or not
like switches
 told my if there are a physical quantity or not and also told me its value
all analog sensors worked on specific range ( -5 , 5 ) , ( -10 , 10 ) ,
( 0 , 10 ) so you must know range and type of sensor ( temperature ,
pressure , distance .......)
 There are
no force so
there are no
signal note the difference
“there are two types of
sensors depend on types
of signal digital or analog”
prepared by : Mohamed Abd El-Ghaffar
Controller :
 MANUAL CONTROL
 CLASSIC CONTROL
 MODERN CONTROL
 Completely depend on human “ human error “
Manual control :
Known as
automatic control
Classic control :
 Based on wiring
prepared by : Mohamed Abd El-Ghaffar
Note : when you open lamp In you home you actually use classic
control concept because there are a wire to carry signal
“ limited control used In small projects depend on
some control devices like relay , contactor , H.W
timers , H.W counters “
Modern control :
prepared by : Mohamed Abd El-Ghaffar
 micro controller
like ( PIC , AVR , ARM , 8051… )
 PLC “Programmable logic controller ”
companies ( Siemens , Allen Bradley ,
Schneider , TOSHIBA … )
 SCADA “ Supervisor Control And Data Acquisition”
( Visualization and limited control )
 DCS “ Distributed Control Systems “
 Based on Microprocessor
“unlimited control used In industrial projects”
“hard ware , soft ware”
prepared by : Mohamed Abd El-Ghaffar
 STEP 1 “BASICS”
How to start in Automation ?
 Basics of Electrical Laws
 Electrical Circuit Fundamental
 Basics of Electrical installation
 H W Electrical components
 Load types
 STEP 2 “LOGIC CONTROL ”
 Logic Gates Operation
 Classic control Concept
 Motors types and Differences
 Motor starting with circuits
 Use HW Electrical components to Drive Loads
 STEP 3 “BASIC PROGRAMMING”
 Software concept
 Discrete control operations
 Timer and counter in sequence control
 Numerical and comparison operations
 Analog in PLC and how to calibration
 PLC Memory Management
 STEP 4 “MOTION”
How to start in Automation ?
 Drives concept
 Speed control and V/F control concept
 Ac Drives
 Special motor drives
 PLC with variable freq control
 STEP 4 “REMOTE CONTROL”
 HMI
 PLC with Field Devices
 Remote I/O and networks
 SCADA
STEP 1
“Basics”
 Voltage supply:
• ( DC ) voltage “battery or rectifier ”
• ( AC ) voltage
R
S
T
N
380v line
 1 Phase
 Search about inverters , converter , cycloconverter
+
-
220v phase
 3 Phase
prepared by : Mohamed Abd El-Ghaffar
• At first we must know our load characteristics :
• Active power “In watt”
• Working voltage “line value”
• Rated current “In amp”
• Load power factor “ take it 0.866 if not found”
• Efficiency
 The full-load current is given by :
• 3-phase loads : I = Pn / (√3 x V x η x cos ϕ)
• 1-phase loads : I = Pn / (V x η x cos ϕ)
 Load Estimation
 DC Loads like
• DC Motors
• Hydraulic and Pneumatic Loads  I = P / V && P = I^2 * R
prepared by : Mohamed Abd El-Ghaffar
“standard tables”
 EX:
• You have a 3 phase induction motor it‘s power 30 (HP) .85
Power Factor and 380 Vline what is your max Amps with S.F
• P (w) = P (HP) * 746 = 30 *746 = 22380 watt
• P (w) = √3 × I (A) × VL (V) ×PF
• 22380 = √3 × I (A) × 380 × .85
• I (A) = 40 A I (A)
• S.F = 40 × 1.25 = 50 (A)
 1.5 amp For “1” HP
 2 amp for “1” kw
 “1” HP = 746 watt
prepared by : Mohamed Abd El-Ghaffar
TRY
 Vphase = 220 volt
 Efficiency = 90%
 PF = 1
 Power = 4 KW
 WHAT IS THE DIFFERENCE BETWEEN POWER CIRCUIT AND CONTROL ONE?
 Is the circuit which has “ high signal”
(220v, 380v, 440v …) and it has my loads which need
this power to work
 power circuit
 control circuit
 Is the circuit which has “low signal”
(5 v, 12v, 24v …) and it has my Control device like
boards ,timer, counters…
 Each one has its own components we will discuss them later
prepared by : Mohamed Abd El-Ghaffar
 LOADS
• Motors
1- 3 phase induction Motor 80 % of industrial loads
 Stator : provides a rotating magnetic field that drives the rotating
armature which called rotor this field rotate with a speed
called synchronous speed
• synchronous speed “NS” = (120*F) / P rpm
SEE VIDEO
 Rotor : the moving part, which turns the shaft to deliver the mechanical power
• rotor speed = (1-s) Ns rpm
 Wound rotor
 Squirrel-cage rotor
2- Single phase induction Motor
3- Heater
4- valves
 Steps we must flow:
 function of our system “ why I do it”
 Simulation
 Design power circuit
 Design control circuit
 Elements selection
 Finishing my project
This sequence is very important because it makes it easy to finish
any project in a few steps
prepared by : Mohamed Abd El-Ghaffar
 Basics of logic operation
1- AND Gate
 output action will become TRUE only if
all events are TRUE
2- OR Gate
 output become TRUE if only one “OR”
more events are TRUE
 INVERT or COMPLEMENTATION function.
 known as Inverters because they invert the signal.
 Represented by a normally closed switch.
2- OR Gate

More Related Content

What's hot

Temperature based speed control of fan using microcontroller
Temperature based speed control of fan using microcontrollerTemperature based speed control of fan using microcontroller
Temperature based speed control of fan using microcontroller
Çdh Suman
 
Monitoring and data logging system for a generator
Monitoring and data logging system for a generatorMonitoring and data logging system for a generator
Monitoring and data logging system for a generator
Moon Shahzad
 
Automatic temperature control using 8085 microprocessor
Automatic temperature control using 8085 microprocessorAutomatic temperature control using 8085 microprocessor
Automatic temperature control using 8085 microprocessor
subhradeep mitra
 
Arduino HVAC Temperature Controller
Arduino HVAC Temperature ControllerArduino HVAC Temperature Controller
Arduino HVAC Temperature Controller
Michael Clarke
 
Temperature Controlled Fan
Temperature Controlled FanTemperature Controlled Fan
Temperature Controlled Fan
Peeyush Pashine
 
Temperature Controlled Fan Report
Temperature Controlled Fan ReportTemperature Controlled Fan Report
Temperature Controlled Fan Report
Peeyush Pashine
 

What's hot (20)

Temperature based speed control of fan using microcontroller
Temperature based speed control of fan using microcontrollerTemperature based speed control of fan using microcontroller
Temperature based speed control of fan using microcontroller
 
PLC Preventive Maintenence
PLC Preventive MaintenencePLC Preventive Maintenence
PLC Preventive Maintenence
 
Electrical Classic Control (Basics)
Electrical Classic Control (Basics)Electrical Classic Control (Basics)
Electrical Classic Control (Basics)
 
Fundamentals of plc 1
Fundamentals of plc 1Fundamentals of plc 1
Fundamentals of plc 1
 
Monitoring and data logging system for a generator
Monitoring and data logging system for a generatorMonitoring and data logging system for a generator
Monitoring and data logging system for a generator
 
Speed controller for fan
Speed controller for fanSpeed controller for fan
Speed controller for fan
 
Automatic temperature control using 8085 microprocessor
Automatic temperature control using 8085 microprocessorAutomatic temperature control using 8085 microprocessor
Automatic temperature control using 8085 microprocessor
 
Digital tachometer using pic18
Digital tachometer using pic18Digital tachometer using pic18
Digital tachometer using pic18
 
Automatic temperature control
Automatic temperature control Automatic temperature control
Automatic temperature control
 
Temperature Controller
Temperature ControllerTemperature Controller
Temperature Controller
 
Arduino HVAC Temperature Controller
Arduino HVAC Temperature ControllerArduino HVAC Temperature Controller
Arduino HVAC Temperature Controller
 
temperature dependent dc fan speed controller withou using micrcontroller
temperature dependent dc fan speed controller withou using micrcontrollertemperature dependent dc fan speed controller withou using micrcontroller
temperature dependent dc fan speed controller withou using micrcontroller
 
Temperature based-fan-controller
Temperature based-fan-controllerTemperature based-fan-controller
Temperature based-fan-controller
 
Automatic Temperature Controlled Switch
Automatic Temperature Controlled SwitchAutomatic Temperature Controlled Switch
Automatic Temperature Controlled Switch
 
Temperature Controlled Fan
Temperature Controlled FanTemperature Controlled Fan
Temperature Controlled Fan
 
Design an Automatic Temperature Control System for Smart Electric Fan Using PIC
Design an Automatic Temperature Control System for Smart Electric Fan Using PICDesign an Automatic Temperature Control System for Smart Electric Fan Using PIC
Design an Automatic Temperature Control System for Smart Electric Fan Using PIC
 
Automatic fan speed controller withour Microcontroller OR An intelligent Spee...
Automatic fan speed controller withour Microcontroller OR An intelligent Spee...Automatic fan speed controller withour Microcontroller OR An intelligent Spee...
Automatic fan speed controller withour Microcontroller OR An intelligent Spee...
 
BATCH15
BATCH15BATCH15
BATCH15
 
Temperature Based Fan Controller
Temperature Based Fan Controller Temperature Based Fan Controller
Temperature Based Fan Controller
 
Temperature Controlled Fan Report
Temperature Controlled Fan ReportTemperature Controlled Fan Report
Temperature Controlled Fan Report
 

Similar to Industrial automation Lec 1

Bmssystem basic-141229052438-conversion-gate02
Bmssystem basic-141229052438-conversion-gate02Bmssystem basic-141229052438-conversion-gate02
Bmssystem basic-141229052438-conversion-gate02
manjunatha appaiah
 
Amiri Guard Starter panels Presentation Rev-1 Dt16-11-2014
Amiri Guard Starter panels Presentation Rev-1 Dt16-11-2014Amiri Guard Starter panels Presentation Rev-1 Dt16-11-2014
Amiri Guard Starter panels Presentation Rev-1 Dt16-11-2014
Sheikh Imran
 

Similar to Industrial automation Lec 1 (20)

C&i systems
C&i systemsC&i systems
C&i systems
 
PLC and SCADA in Industrial Automation
PLC and SCADA in Industrial AutomationPLC and SCADA in Industrial Automation
PLC and SCADA in Industrial Automation
 
Automation lecture1
Automation lecture1Automation lecture1
Automation lecture1
 
Bmssystem basic-141229052438-conversion-gate02
Bmssystem basic-141229052438-conversion-gate02Bmssystem basic-141229052438-conversion-gate02
Bmssystem basic-141229052438-conversion-gate02
 
Bms system basic
Bms system  basicBms system  basic
Bms system basic
 
DCS
DCSDCS
DCS
 
Know More about Automation
Know More about Automation Know More about Automation
Know More about Automation
 
PLC Intro
PLC IntroPLC Intro
PLC Intro
 
ECU_Mechatronics_Presentation_Ready.ppt
ECU_Mechatronics_Presentation_Ready.pptECU_Mechatronics_Presentation_Ready.ppt
ECU_Mechatronics_Presentation_Ready.ppt
 
HVAC, Heating Ventilation Air Conditioning BMS
HVAC, Heating Ventilation Air Conditioning BMSHVAC, Heating Ventilation Air Conditioning BMS
HVAC, Heating Ventilation Air Conditioning BMS
 
PWM_LDT20CDT222222222222222222222222.pdf
PWM_LDT20CDT222222222222222222222222.pdfPWM_LDT20CDT222222222222222222222222.pdf
PWM_LDT20CDT222222222222222222222222.pdf
 
Automation.pdf
Automation.pdfAutomation.pdf
Automation.pdf
 
Pathaniaplc 120505002845-phpapp02
Pathaniaplc 120505002845-phpapp02Pathaniaplc 120505002845-phpapp02
Pathaniaplc 120505002845-phpapp02
 
Introduction_to_Mechatronics_Chapter4.pdf
Introduction_to_Mechatronics_Chapter4.pdfIntroduction_to_Mechatronics_Chapter4.pdf
Introduction_to_Mechatronics_Chapter4.pdf
 
Mechatronics Systems.pdf
Mechatronics Systems.pdfMechatronics Systems.pdf
Mechatronics Systems.pdf
 
plc_scada.pptx
plc_scada.pptxplc_scada.pptx
plc_scada.pptx
 
Amiri Guard Starter panels Presentation Rev-1 Dt16-11-2014
Amiri Guard Starter panels Presentation Rev-1 Dt16-11-2014Amiri Guard Starter panels Presentation Rev-1 Dt16-11-2014
Amiri Guard Starter panels Presentation Rev-1 Dt16-11-2014
 
FA PRESENTATION.pptx
FA PRESENTATION.pptxFA PRESENTATION.pptx
FA PRESENTATION.pptx
 
Presentaton on Plc & Scada
Presentaton on Plc & ScadaPresentaton on Plc & Scada
Presentaton on Plc & Scada
 
Programmable Logic Controller
Programmable Logic ControllerProgrammable Logic Controller
Programmable Logic Controller
 

Recently uploaded

result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
Tonystark477637
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
 

Recently uploaded (20)

Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spain
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 

Industrial automation Lec 1

  • 3. Automation :  Increase and optimize productivity  Decrease human errors ( more safety )  save time and effort  low costs in the long run Raw Material Do Some Process Final production  Various control systems for operating equipment prepared by : Mohamed Abd El-Ghaffar
  • 4.  control loop sensing elements Actuators loads Controller  physical quantity ( heat , pressure, sound , distance) prepared by : Mohamed Abd El-Ghaffar  Electrical signal which have the information of quantity that measured  I Give it a set point and some condition for the process that I want  Set point  Electrical signal which have Commands from controller to loads  physical quantity but this time quantity which I need like ( motion of some thing )
  • 5. • There are a boiler that I want its temperature fixed at 100 ‘C and you have Solution :  A Heater  Temperature sensor  Any type of controller boiler Temperature sensor controller Heater prepared by : Mohamed Abd El-Ghaffar 80 ‘C 80 ‘C 80 < 100 E.S mean 80 ‘C 100 ‘C Heater on add heat 110 ‘C 110 ‘C E.S mean 110 ‘C110 > 100 Heater off Stop adding note : that’s called feedback “system modify itself without human handling”
  • 6. Signals : • Information's about the behaviors or attributes of a phenomenon which happened around our system or inside it prepared by : Mohamed Abd El-Ghaffar  Digital Signal : Signal which has only two value “ 0 ” or “ 1 ”  Digital Signal  Analog Signal  Analog Signal : Signal which has different values when time change “Range of values ( from -5v to 5v ) ” “there are two types”
  • 7. Sensing elements : • Device which is used to tell controller information's about system and its behavior and about environment around it  Types of sensors Analog sensors digital sensors  only told my if there are a physical quantity or not like switches  told my if there are a physical quantity or not and also told me its value all analog sensors worked on specific range ( -5 , 5 ) , ( -10 , 10 ) , ( 0 , 10 ) so you must know range and type of sensor ( temperature , pressure , distance .......)  There are no force so there are no signal note the difference “there are two types of sensors depend on types of signal digital or analog” prepared by : Mohamed Abd El-Ghaffar
  • 8.
  • 9. Controller :  MANUAL CONTROL  CLASSIC CONTROL  MODERN CONTROL  Completely depend on human “ human error “ Manual control : Known as automatic control Classic control :  Based on wiring prepared by : Mohamed Abd El-Ghaffar Note : when you open lamp In you home you actually use classic control concept because there are a wire to carry signal “ limited control used In small projects depend on some control devices like relay , contactor , H.W timers , H.W counters “
  • 10. Modern control : prepared by : Mohamed Abd El-Ghaffar  micro controller like ( PIC , AVR , ARM , 8051… )  PLC “Programmable logic controller ” companies ( Siemens , Allen Bradley , Schneider , TOSHIBA … )  SCADA “ Supervisor Control And Data Acquisition” ( Visualization and limited control )  DCS “ Distributed Control Systems “  Based on Microprocessor “unlimited control used In industrial projects” “hard ware , soft ware”
  • 11. prepared by : Mohamed Abd El-Ghaffar
  • 12.  STEP 1 “BASICS” How to start in Automation ?  Basics of Electrical Laws  Electrical Circuit Fundamental  Basics of Electrical installation  H W Electrical components  Load types  STEP 2 “LOGIC CONTROL ”  Logic Gates Operation  Classic control Concept  Motors types and Differences  Motor starting with circuits  Use HW Electrical components to Drive Loads  STEP 3 “BASIC PROGRAMMING”  Software concept  Discrete control operations  Timer and counter in sequence control  Numerical and comparison operations  Analog in PLC and how to calibration  PLC Memory Management
  • 13.  STEP 4 “MOTION” How to start in Automation ?  Drives concept  Speed control and V/F control concept  Ac Drives  Special motor drives  PLC with variable freq control  STEP 4 “REMOTE CONTROL”  HMI  PLC with Field Devices  Remote I/O and networks  SCADA
  • 15.  Voltage supply: • ( DC ) voltage “battery or rectifier ” • ( AC ) voltage R S T N 380v line  1 Phase  Search about inverters , converter , cycloconverter + - 220v phase  3 Phase prepared by : Mohamed Abd El-Ghaffar
  • 16. • At first we must know our load characteristics : • Active power “In watt” • Working voltage “line value” • Rated current “In amp” • Load power factor “ take it 0.866 if not found” • Efficiency  The full-load current is given by : • 3-phase loads : I = Pn / (√3 x V x η x cos ϕ) • 1-phase loads : I = Pn / (V x η x cos ϕ)  Load Estimation  DC Loads like • DC Motors • Hydraulic and Pneumatic Loads  I = P / V && P = I^2 * R prepared by : Mohamed Abd El-Ghaffar “standard tables”
  • 17.  EX: • You have a 3 phase induction motor it‘s power 30 (HP) .85 Power Factor and 380 Vline what is your max Amps with S.F • P (w) = P (HP) * 746 = 30 *746 = 22380 watt • P (w) = √3 × I (A) × VL (V) ×PF • 22380 = √3 × I (A) × 380 × .85 • I (A) = 40 A I (A) • S.F = 40 × 1.25 = 50 (A)  1.5 amp For “1” HP  2 amp for “1” kw  “1” HP = 746 watt prepared by : Mohamed Abd El-Ghaffar TRY  Vphase = 220 volt  Efficiency = 90%  PF = 1  Power = 4 KW
  • 18.
  • 19.
  • 20.
  • 21.  WHAT IS THE DIFFERENCE BETWEEN POWER CIRCUIT AND CONTROL ONE?  Is the circuit which has “ high signal” (220v, 380v, 440v …) and it has my loads which need this power to work  power circuit  control circuit  Is the circuit which has “low signal” (5 v, 12v, 24v …) and it has my Control device like boards ,timer, counters…  Each one has its own components we will discuss them later prepared by : Mohamed Abd El-Ghaffar
  • 22.  LOADS • Motors 1- 3 phase induction Motor 80 % of industrial loads  Stator : provides a rotating magnetic field that drives the rotating armature which called rotor this field rotate with a speed called synchronous speed • synchronous speed “NS” = (120*F) / P rpm SEE VIDEO
  • 23.
  • 24.  Rotor : the moving part, which turns the shaft to deliver the mechanical power • rotor speed = (1-s) Ns rpm  Wound rotor  Squirrel-cage rotor
  • 25. 2- Single phase induction Motor 3- Heater
  • 27.  Steps we must flow:  function of our system “ why I do it”  Simulation  Design power circuit  Design control circuit  Elements selection  Finishing my project This sequence is very important because it makes it easy to finish any project in a few steps prepared by : Mohamed Abd El-Ghaffar
  • 28.  Basics of logic operation 1- AND Gate  output action will become TRUE only if all events are TRUE
  • 29. 2- OR Gate  output become TRUE if only one “OR” more events are TRUE
  • 30.  INVERT or COMPLEMENTATION function.  known as Inverters because they invert the signal.  Represented by a normally closed switch. 2- OR Gate