0% found this document useful (0 votes)
41 views

Contactors

Relays and contactors are electrically operated switches that use coils to control contacts. Relays have a coil that energizes to turn the relay on, and a spring that restores it to the off position. Ladder logic diagrams depict how relays, contacts, and other devices are interconnected, representing the electrical logic of a control system. Multiple relays are often used together, with contacts sharing an identifier linked to the same coil.

Uploaded by

Dixie Lacuesta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views

Contactors

Relays and contactors are electrically operated switches that use coils to control contacts. Relays have a coil that energizes to turn the relay on, and a spring that restores it to the off position. Ladder logic diagrams depict how relays, contacts, and other devices are interconnected, representing the electrical logic of a control system. Multiple relays are often used together, with contacts sharing an identifier linked to the same coil.

Uploaded by

Dixie Lacuesta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 32

RELAYS AND CONTACTORS

Relays: The basics

Like a switch, but instead of the user directly


modifying its on/off state, uses a coil

Contains a coil to turn ON the relay

Has a spring to restore the relay to its OFF position

2/32
Slides prepared by Alberto de Villa. January 26, 2017
Electromechanical relay parts

RETURN SPRING COMMON (COM)


CONTACT

COIL

ARMATURE

NORMALLY-OPEN
CONTACT
NORMALLY-CLOSED
CONTACT

3/32
Slides prepared by Alberto de Villa. January 26, 2017
Symbols

Coil Normally-open Normally-closed


(N.O.) contact (N.C.) contact

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

The state of the contacts when the coil is de-


energized (i.e. its OFF position)

N.O. contacts close, and N.C. contacts open, when


the coil is energized

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

Relay: general term for an electrically-operated


switch

Contactors: specialized relays used to switch high-


voltage/high-current loads

More rugged construction to better withstand the stresses
of electric arcing

Auxiliary contacts: add-on contact/s mechanically


linked to its associated contactor

Normally rated to carry small currents and/or voltages only
9/32
Slides prepared by Alberto de Villa. January 26, 2017
Relay: OFF Typical for contactors (power relays)
TO SOURCE ARMATURE

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

Drawn such that there are


two supply buses at each
end, and elements appear in
the middle (illustrated at the
right)

13/32
Slides prepared by Alberto de Villa. January 26, 2017
Additional symbols

Lamp Normally-open Normally-closed


push button push button

14/32
Slides prepared by Alberto de Villa. January 26, 2017
Linking contacts with coils

Multiple relays are almost always used in practice

In ladder-logic diagrams, elements have an identifier


on top

For coils and contacts, elements with the same


identifier are linked together

Only contacts are allowed to have duplicate


identifiers; all such contacts are controlled by the
same coil

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

Ladder-logic diagrams are binary systems



Deal with only 1s and 0s

1 = energized, 0 = de-energized

Using coils and contacts, any Boolean logic can be


implemented

How do you think you will implement the basic gates (AND,
OR, NOT, XOR?)

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

You might also like