Contactors
Contactors
2/32
Slides prepared by Alberto de Villa. January 26, 2017
Electromechanical relay parts
COIL
ARMATURE
NORMALLY-OPEN
CONTACT
NORMALLY-CLOSED
CONTACT
3/32
Slides prepared by Alberto de Villa. January 26, 2017
Symbols
4/32
Slides prepared by Alberto de Villa. January 26, 2017
Relay Types
By construction
Electromechanical
Solid-state
Computer (or microprocessor)
By input
Voltage, Current, Power
Temperature, Vibration
5/32
Slides prepared by Alberto de Villa. January 26, 2017
The normal state of a relay
6/32
Slides prepared by Alberto de Villa. January 26, 2017
Relay: OFF Typical for small (control) relays
7/32
Slides prepared by Alberto de Villa. January 26, 2017
Relay: ON Typical for small (control) relays
8/32
Slides prepared by Alberto de Villa. January 26, 2017
Relays, contactors, and auxiliary
contacts
TO LOAD
10/32
Slides prepared by Alberto de Villa. January 26, 2017
Relay: ON Typical for contactors (power relays)
TO SOURCE ARMATURE
TO LOAD
11/32
Slides prepared by Alberto de Villa. January 26, 2017
LADDER LOGIC DIAGRAMS
Ladder-logic diagrams
Describes interconnections
between coils, akin to an
electrical schematic diagram
13/32
Slides prepared by Alberto de Villa. January 26, 2017
Additional symbols
14/32
Slides prepared by Alberto de Villa. January 26, 2017
Linking contacts with coils
15/32
Slides prepared by Alberto de Villa. January 26, 2017
Ladder-logic illustration
PB1 MB0
HMI 1
MB0
HMI 0
MB0
MB0 Out0
16/32
Slides prepared by Alberto de Villa. January 26, 2017
Ladder-logic illustration
PB1 MB0
HMI 1
MB0
HMI 0
MB0
MB0 Out0
17/32
Slides prepared by Alberto de Villa. January 26, 2017
Ladder-logic illustration
PB1 MB0
HMI 1
MB0
HMI 0
MB0
MB0 Out0
18/32
Slides prepared by Alberto de Villa. January 26, 2017
Ladder-logic illustration
PB1 MB0
HMI 1
MB0
HMI 0
MB0
MB0 Out0
19/32
Slides prepared by Alberto de Villa. January 26, 2017
Ladder-logic illustration
PB1 MB0
HMI 1
MB0
HMI 0
MB0
MB0 Out0
20/32
Slides prepared by Alberto de Villa. January 26, 2017
Ladder-logic illustration
PB1 MB0
HMI 1
MB0
HMI 0
MB0
MB0 Out0
21/32
Slides prepared by Alberto de Villa. January 26, 2017
Ladder-logic illustration
PB1 MB0
HMI 1
MB0
HMI 0
MB0
MB0 Out0
22/32
Slides prepared by Alberto de Villa. January 26, 2017
Ladder-logic illustration
PB1 MB0
HMI 1
MB0
HMI 0
MB0
MB0 Out0
23/32
Slides prepared by Alberto de Villa. January 26, 2017
Ladder-logic illustration
PB1 MB0
HMI 1
MB0
HMI 0
MB0
MB0 Out0
24/32
Slides prepared by Alberto de Villa. January 26, 2017
Ladder-logic illustration
PB1 MB0
HMI 1
MB0
HMI 0
MB0
MB0 Out0
25/32
Slides prepared by Alberto de Villa. January 26, 2017
Boolean logic: quick overview
26/32
Slides prepared by Alberto de Villa. January 26, 2017
Boolean logic: AND
A B AB
0 0 0 A
AB
0 1 0 B
1 0 0
1 1 1
How do you think you will implement this logic using coils and/or contactors?
27/32
Slides prepared by Alberto de Villa. January 26, 2017
Boolean logic: OR
A B A+B
0 0 0 A
A+B
0 1 1 B
1 0 1
1 1 1
How do you think you will implement this logic using coils and/or contactors?
28/32
Slides prepared by Alberto de Villa. January 26, 2017
Boolean logic: NOT
A A
0 1
A A
1 0
How do you think you will implement this logic using coils and/or contactors?
29/32
Slides prepared by Alberto de Villa. January 26, 2017
Boolean logic: XOR
A B AB
0 0 0 A
AB
0 1 1 B
1 0 1
1 1 0
How do you think you will implement this logic using coils and/or contactors?
30/32
Slides prepared by Alberto de Villa. January 26, 2017
Ladder-logic equivalents of gates
A B
A B
AND
XOR
A
B A
B
OR
A A
NOT
31/32
Slides prepared by Alberto de Villa. January 26, 2017
END