+ All Categories
Home > Documents > PLC Structure and Hardware

PLC Structure and Hardware

Date post: 10-Apr-2015
Category:
Upload: safuanalcatra
View: 2,962 times
Download: 2 times
Share this document with a friend
16
Page 1 02_PLC_1_Structure.doc/hardware Programmable Logic Controller Handout INDUSTRIAL AUTOMATION AND NETWORKING SECTION Programmable Logic Controller_1 == PLC STRUCTURE/HARDWARE == 1. BASIC COMPONENTS Basic components of a PLC: Power supply Central Processing Unit (CPU) Inputs Modules Outputs Modules
Transcript
Page 1: PLC Structure and Hardware

Page 1

02_PLC_1_Structure.doc/hardware

Programmable Logic Controller

Handout

INDUSTRIAL AUTOMATION AND NETWORKING SECTION

Programmable Logic Controller_1

==== PPLLCC SSTTRRUUCCTTUURREE//HHAARRDDWWAARREE ====

1. BASIC COMPONENTS

Basic components of a PLC:

� Power supply

� Central Processing Unit (CPU)

� Inputs Modules

� Outputs Modules

Page 2: PLC Structure and Hardware

Page 2

02_PLC_1_Structure.doc/hardware

Programmable Logic Controller

Handout

INDUSTRIAL AUTOMATION AND NETWORKING SECTION

Programmable Logic Controller_1

The general structure of programmable logic controller is as follow:

Power

Supply

Processor

Program Memory

Data Memory

Inputs

and

Outputs

I/O Bus

External Power Supply I

Central Processing Unit

O

Page 3: PLC Structure and Hardware

Page 3

02_PLC_1_Structure.doc/hardware

Programmable Logic Controller

Handout

INDUSTRIAL AUTOMATION AND NETWORKING SECTION

Programmable Logic Controller_1

1.1 - Power Supply Module

There are several types of power supply module:

� 240V ac

� 110V ac

� 24V dc

Function:

Provides all the voltage level needed to operate the PLC. Converts 110V ac or 240V ac

into the dc voltage required by the CPU, memory, I/O interface.

Example of a power supply module

Page 4: PLC Structure and Hardware

Page 4

02_PLC_1_Structure.doc/hardware

Programmable Logic Controller

Handout

INDUSTRIAL AUTOMATION AND NETWORKING SECTION

Programmable Logic Controller_1

Power supply wiring/installation guide:

1.2 - Central Processing Unit (CPU)

Consist of:

� Processor

� Memory

Function:

Receives information from input interface, process according to the program stored, update

the output information.

Page 5: PLC Structure and Hardware

Page 5

02_PLC_1_Structure.doc/hardware

Programmable Logic Controller

Handout

INDUSTRIAL AUTOMATION AND NETWORKING SECTION

Programmable Logic Controller_1

Example of a CPU module

Memory

Memory location is an address in RAM or ROM where a group of bits (binary digits) can be

stored.

Grouping of bits depending on PLCs:

8 bits per word

16 bits per word

32 bits per word

LSB : Least Significant Bit - Digit that represents the smallest value

MSB : Most Significant Bit - Digit that represents the largest value

Page 6: PLC Structure and Hardware

Page 6

02_PLC_1_Structure.doc/hardware

Programmable Logic Controller

Handout

INDUSTRIAL AUTOMATION AND NETWORKING SECTION

Programmable Logic Controller_1

Example:

The memory size of PLC is 884 words. How many bits of information can be stored?

Solution: 8 bits PLC : 884 x 8 = 7 072 bits 16 bits PLC : 884 x 16 = 14 144 bits 32 bits PLC : 884 x 32 = 28 288 bits

Types of memory:

� Volatile

� information lose when power lost

� easy to alter

� suitable when supported by battery backup

� Non-volatile

� no information lose when power lost

RAM (Random Access Memory)

� Volatile memory

� Read and write easily

� PLCs usually has CMOS-RAM with battery backup

ROM (Read Only Memory)

� Non-volatile memory

� Read only

� Information stored by manufacturer for internal use of the PLC

Page 7: PLC Structure and Hardware

Page 7

02_PLC_1_Structure.doc/hardware

Programmable Logic Controller

Handout

INDUSTRIAL AUTOMATION AND NETWORKING SECTION

Programmable Logic Controller_1

EPROM (Erasable Programmable Read Only Memory)

� Non-volatile memory

� Can be reprogrammed after being entirely erased with the use of an UV light

source

EEPROM (Electrically Erasable Programmable Read Only Memory)

� Non-volatile memory

� Same programming flexibility as RAM. Provides permanent storage of the

program but can be easily changed using standard programming devices.

Memory Organisation or Memory Map:

Memory are divided into 3 areas:

� Data table area

Stores information for user program:

� Input table

� Output table

� Internal relay

� Function blocks current and pre-set value (timer / counter)

If signal is ON/OFF: information is stored in unique bit location (bit address)

If signal is number or code: information is stored in unique register or word location

Page 8: PLC Structure and Hardware

Page 8

02_PLC_1_Structure.doc/hardware

Programmable Logic Controller

Handout

INDUSTRIAL AUTOMATION AND NETWORKING SECTION

Programmable Logic Controller_1

� User program area

Stores the programmed ladder logic/sequential function chart.

Most instructions require one word of memory & occupy the largest area of

memory

� System area

Memory Areas Used With CQM1H

Page 9: PLC Structure and Hardware

Page 9

02_PLC_1_Structure.doc/hardware

Programmable Logic Controller

Handout

INDUSTRIAL AUTOMATION AND NETWORKING SECTION

Programmable Logic Controller_1

Page 10: PLC Structure and Hardware

Page 10

02_PLC_1_Structure.doc/hardware

Programmable Logic Controller

Handout

INDUSTRIAL AUTOMATION AND NETWORKING SECTION

Programmable Logic Controller_1

� Programming a PLC

� Using a PC

� Point-to-point connection

� Connection through network

Page 11: PLC Structure and Hardware

Page 11

02_PLC_1_Structure.doc/hardware

Programmable Logic Controller

Handout

INDUSTRIAL AUTOMATION AND NETWORKING SECTION

Programmable Logic Controller_1

� Using a hand-held programming terminal

Page 12: PLC Structure and Hardware

Page 12

02_PLC_1_Structure.doc/hardware

Programmable Logic Controller

Handout

INDUSTRIAL AUTOMATION AND NETWORKING SECTION

Programmable Logic Controller_1

1.3 – Inputs Module

Function:

To receive and convert field signals from pushbuttons, sensors or switches into a form that

can be used by the CPU.

Page 13: PLC Structure and Hardware

Page 13

02_PLC_1_Structure.doc/hardware

Programmable Logic Controller

Handout

INDUSTRIAL AUTOMATION AND NETWORKING SECTION

Programmable Logic Controller_1

1.4 – Outputs Module

Function:

Takes signal from the CPU and translates them into forms that are appropriate to

produce control actions by external devices such as indicator lights, solenoids or motor

starters.

Page 14: PLC Structure and Hardware

Page 14

02_PLC_1_Structure.doc/hardware

Programmable Logic Controller

Handout

INDUSTRIAL AUTOMATION AND NETWORKING SECTION

Programmable Logic Controller_1

1.5 – Inputs / Outputs Signal Processing

Page 15: PLC Structure and Hardware

Page 15

02_PLC_1_Structure.doc/hardware

Programmable Logic Controller

Handout

INDUSTRIAL AUTOMATION AND NETWORKING SECTION

Programmable Logic Controller_1

2. TYPES OF PLC

There are two types of PLC:

� Compact

� Modular

� Compact PLC

The compact/ micro has the power supply and I/O on-board. It can be used on smaller,

stand-alone applications such as elevators, car washes, or mixing machines. It can also

be used on more complex industrial applications such as bottling and packaging

machines.

Siemens

Allen Bradley MicroLog

Page 16: PLC Structure and Hardware

Page 16

02_PLC_1_Structure.doc/hardware

Programmable Logic Controller

Handout

INDUSTRIAL AUTOMATION AND NETWORKING SECTION

Programmable Logic Controller_1

� Modular PLC

The modular PLCs are used in more complex applications that support a greater number

of I/O points. They are are expandable. The power supply and I/O consist of separate

modules connected to the CPU. Choosing of modular PLCs depends on the complexity

of the task and possible future expansion.


Recommended