Sunteți pe pagina 1din 31

PLC TRAINING

Titleofpresentation
PLC
BASIC
CONCEPTS

1
Basics Concepts of PLC

PLC&PCInComparison
Computer PLC

CPU/Memory CPU/ RAM/ Hard disk CPU/ RAM/ Flash Card

Power Supply 220V AC, 1 Ph. 220V AC / 24V DC

Key board, Mouse, Push Button, Selector, Limit


Inputs
Remote station (LAN) Switch, PxS, Bus Interface

Outputs Monitor, Printer, Solenoids, Relays, Lamps,


Projector Etc., Motors, HMI

OS: Windows XP / OS: Firmware / SW:


Software SW: MS Office Machine Logic

Internal Calculator etc., Markers, Timers,


Counters, FBs

2
Basics Concepts of PLC

MachineAutomationOverView
Command Signals Status Signals
Push Buttons, Limit Switch, Proximity, Machine
Controller Selector Switches Reed Switch etc.,

Inputs

BasicsConceptsofPLC

Outputs

Relays, Solenoids, Power contactors

Actuators: Motors, Cylinders, Heaters, Lamps etc.,


HMI

3
Basics Concepts of PLC

Inputs SamplePictures

Push Button Selector Switch

4
Basics Concepts of PLC

Outputs SwitchGearProductsOverView

Power Contactor Aux. Contactor Relay Boards

Over Load Relay Relays

5
Basics Concepts of PLC

Outputs Actuators

Cylinders Solenoid Coils Servo Motor

Manifold Block

6
Basics Concepts of PLC

HistoryofPLC

BeforethePLC,control,sequencing,andsafetyinterlocklogic
formanufacturingautomobileswasaccomplishedusing
hundredsorthousandsofrelays,camtimers,anddrum
sequencersanddedicatedclosedloopcontrollers.Theprocess
forupdatingsuchfacilitiesfortheyearlymodelchangeover
wasverytimeconsumingandexpensive,aselectriciansneeded
toindividuallyrewireeachandeveryrelay.

9
Basics Concepts of PLC

WhatisaPLC?

The PLC is an industrial computer.


It is capable of storing instructions to implement control functions such as
sequencing, timing, counting, arithmetic, data manipulation and communication.
The I/O interfaces provide the connection between the PLC and the
information providers (inputs like pushbuttons, sensors,) and the controllable
devices (outputs like valves, relays, lamps,).

10
Basics Concepts of PLC

WhereisthePLCused?

The PLC controls industrial machines and processes. In different areas of the
industry PLC are being applied, e.g.: materials handling, packaging, palletizing,
milling, boring, grinding, filling,
sorting, weighing,...etc.

11
Basics Concepts of PLC

HowdoesPLCwork?

In the past the movements of industrial machines were controlled by relay


circuits. These relay-controlled systems were replaced by PLC.

The primary function of the PLC was to perform the sequential operations that
were previously implemented with relays.

Before we can talk about the working method of an PLC, we must


understand the function of relay circuits.

12
Basics Concepts of PLC

WhatisaRelay?

A relay is an electrical switch.


It contains:

a coil a switch
and a iron bar
a iron core connected to
the switch

13
Basics Concepts of PLC

HowdoesaRelaywork?

When a current goes through the coil...

14
Basics Concepts of PLC

HowdoesaRelaywork?

a magnetic field is produced in the coil and the iron core in the coil
becomes magnetic.
I

15
Basics Concepts of PLC

HowdoesaRelaywork?

The electromagnetic force pulls in the switch and...

16
Basics Concepts of PLC

HowdoesaRelaywork?

a current can go through the switch.

I I

17
Basics Concepts of PLC

HowdoesthePLCreplaceRelayinanelectriccircuit?

The answer to this question shall be shown with the following example
circuits, A, B, C, and D.
A).
24V technical symbol
internal
of a relay
switch

S1
electro magn.
connection

coil

K1 L1

0V

18
Basics Concepts of PLC

HowdoesthePLCreplaceRelayinanelectriccircuit?

The answer of this question shall be shown with a little example circuit.

B).
24V Function of the electrical circuit:

When the user presses button S1, the relay


S1
K1 pulls in its internal switch and the lamp
L1 turns on.

K1 L1

0V

19
Basics Concepts of PLC

HowdoesthePLCreplaceRelayinanelectriccircuit?

The answer of this question shall be shown with a little example circuit.

C).
24V 24V

S1
S1
Input Power

PLC
Power Output

K1 L1 L1
0V 0V

20
Basics Concepts of PLC

HowdoesthePLCreplaceRelayinanelectriccircuit?

The answer of this question shall be shown with a little example circuit.

D).
24V 24V

S1 PLC logic
S1

K1 L1 L1
0V 0V

21
Basics Concepts of PLC

WhatisPLClogic?

The PLC logic is not a mechanical part of the controller.


The PLC logic is a software program, which runs on the
processor in the PLC. This program has to be created with a
special programming tool on a PC. After downloading the
24V
the program into the PLC, the control
automatically starts the program.
S1 SPS logic

L1
0V

22
Basics Concepts of PLC
RELAY LOGIC
Ph. 220V AC SUPPLY N

START PB STOP PB TMR1 PC

PC

TMR1

LADDER PROGRAM
M1
I1 I2
Q1

Q1
TMR1
M1
En Q

Q1 Trig

T#5s Time

23
Basics Concepts of PLC

HowaPLCworks:internal PLC

network Communication
RAM E-EPROM
module

Programming
tool CPU

power cord Input Output


Power supply
modules modules

Machine

24
Basics Concepts of PLC

HowaPLCworks:internal PLC

network Communication
RAM E-EPROM
module

Programming
tool CPU

power cord Input Output


Power supply
modules modules

Central
processing unit Machine

25
Basics Concepts of PLC

HowaPLCworks:internal PLC

network Communication
RAM E-EPROM
module

Programming
tool CPU

power cord Input Output


Power supply
modules modules

Working- and
Machine
program memory

26
Basics Concepts of PLC

HowaPLCworks:internal
PLC

network Communication
RAM E-EPROM
module

Programming
tool CPU

power cord Input Output


Power supply
modules modules

Program editor
Machine
and monitoring

27
Basics Concepts of PLC

HowaPLCworks:internal PLC

network Communication
RAM E-EPROM
module

Programming
tool CPU

power cord Input Output


Power supply
modules modules

Sensor signal
Machine
input

28
Basics Concepts of PLC

HowaPLCworks:internal PLC

network Communication
RAM E-EPROM
module

Programming
tool CPU

power cord Input Output


Power supply
modules modules

Actuator
Machine
command output

29
Basics Concepts of PLC

HowaPLCworks:internal PLC

network Communication
RAM E-EPROM
module

Programming
tool CPU

power cord Input Output


Power supply
modules modules

Control
Machine
communication

30
Basics Concepts of PLC

HowPLCworks:processingcycle

Start PLC from E-EPROM

Read user program & Copy to RAM

Read input signals, store in table

Determine new output state of output module


processing cycle

Write output commands in table

Set output values on output module

31
Basics Concepts of PLC

Pick&PlaceUnit
Schematic:
swivel
device
shuttle up/down
pick cylinder suction cylinder
pad place

Startingposition:vac.off,slideright,up;swivelnotused(frontposition)
Sequenceofmovements:
1)slideleft5)movedown
2)movedown&switchonvacuum6)switchoffvacuum
3)moveup7)moveup
4)slideright

32
Basics Concepts of PLC

Animation:

Sequenceofmovements:

slide left
move down & vacuum on
move up
slide right
move down
vacuum off
move up

33

S-ar putea să vă placă și