plc fundamentos

56
1 CONTROLADORES LOGICOS PROGRAMABLES

Upload: katty-cachago

Post on 10-Aug-2015

44 views

Category:

Documents


4 download

DESCRIPTION

control electronico industrial

TRANSCRIPT

Page 1: Plc Fundamentos

1

CONTROLADORES LOGICOS PROGRAMABLES

Page 2: Plc Fundamentos

2

Qué es un PLC Un Controlador Lógico Programable, es un equipo de estado sólido y

miembro de la familia de computadores, que usa circuitos integrados en lugar de dispositivos electromecánicos para implementar funciones de control. Ellos son capaces de almacenar instrucciones de secuenciación, temporización, conteo, aritméticas, manipulación de datos y de comunicación, para controlar máquinas o procesos industriales.

Page 3: Plc Fundamentos

3

ARQUITECTURA BÁSICA

Un Controlador Lógico Programable consiste de tres básicas secciones:

• La unidad central de procesamiento (CPU)

• El sistema de interfaces de entradas y salidas

• La fuente de poder

La CPU

La Unidad Central de Procesamiento gobierna todas las actividades del PLC.

Los componentes principales de la CPU son:

• El procesador

• El sistema de memoria

Page 4: Plc Fundamentos

Componentes

Page 5: Plc Fundamentos

5

Page 6: Plc Fundamentos

6

ELEMENTOS DE ENTRADA DIGITALES

• Pulsantes

• Switches Selectores

• Sensores de Posición

• Sensores de Nivel

• Sensores Fotoeléctricos

• Sensores de Proximidad

• Contactos auxiliares de contactores

• Contactos de Relé

• Thumbwheel Switches

• 120 VAC

• 240 VAC

•24 VAC/VDC

• TTL

Page 7: Plc Fundamentos

7

ELEMENTOS DE SALIDA

• Electro válvulas

• Contactores para motores

• Solenoides

• Relés de Control

• Alarmas

• Displays

Salidas Digitales:

Relés

• 120 VAC/VDC

• 240 VAC/VDC

• 24 VAC/VDC

Triacs

• 120 VAC

Transistores

• 24 VDC

Page 8: Plc Fundamentos

8

Principio de Operación

DC Power Supply

Page 9: Plc Fundamentos

9

Los PLC vienen en una variedad de tamaños...

Page 10: Plc Fundamentos

10

Y una variedad de formas/configuraciones

PLC fijos.

Modulares (con rack)

Distribuidos

Page 11: Plc Fundamentos

11

PLC Fijos

ENTRADASPARADA

ARRANQUE

I/Ø I/1

Motor

M1 SALIDASO/3

Fuente de poder, Entradas, Salidas y pórtico de comunicaciones están contenidos en un solo chasis.Los elementos de Entrada y Salida están cableados individualmente al controlador fijo.

OOOOOOOOOOOO

Page 12: Plc Fundamentos

12

PLCs Modulares

OUT 0

IN 0

PROG

SLC 5/03 CPURUN

FLT

BATT

FORCE

RS232

DH485

RUN REM

DH-485 Port status indicator

RS-232 Port status indicator

Processor RUN indicatorProcessor FLT indicator

Battery status indicator

Force I/O indicator

Keyswitch RUN, REM, PROG

DH-485 Port connection for programming terminal

RS-232 Port for programming terminal

Power Supply

Input Modules

Output Modules

Procesadores, Fuentes de Poder y módulos de I/O enchufadas en un rack o chasis.– Disponible en plataformas pequeña, mediana y grande.– Flexibilidad de resultados en costos más altos cuando es comparado

con el PLC Fijo. PLCs modulares son basados en rack o sin él.

Page 13: Plc Fundamentos

13

Chasís Quantum (Modicon)

Dimensiones aproximadas

16 Slot27”

10 Slot17”

100mm

10”

4”

250mm

6 Slot-10”

2 Slot-4”

3 Slot-6”

4 Slot-7”

Montaje en rack de 19” opcional

PS CPU I/O I/O I/O I/OI/O I/O I/O I/O I/O I/O I/O I/O I/O I/O

Page 14: Plc Fundamentos

14

Razones para la rápida aceptación de los PLCs

o Situación económica

o Versatilidad

o Fácil diseño e instalación

o Más confiables

o Control soficticado

o Físicamente compactos

o Fácil detección de averías y diagnóstico

Page 15: Plc Fundamentos

15

Razones para la rápida aceptación de los PLCs

o Se elimina el alambrado de control en beneficio de un control programable, que es el primer paso hacia un sistema de control flexible .

o Una vez instalado, el control puede ser manualmente o automáticamente alterado de acuerdo a los requerimientos del día a día sin cambiar el alambrado de campo.

o Esta fácil alteración es posible puesto que no hay conexión física entre los dispositivos de entrada y salida como sucede en un sistema alambrado. La conexión es solamente a través del programa de control, el cual puede ser fácilmente alterado.

Page 16: Plc Fundamentos

16

Sin conexiones físicas entre I/O

Page 17: Plc Fundamentos

17

Fácil instalación y Reducción de espacio

Page 18: Plc Fundamentos

18

En grandes instalaciones las estaciones remotas I/O son ubicadas en el sitio óptimo

Page 19: Plc Fundamentos

19

FACIL MANTENIMIENTO Y DETECCIÓN DE AVERÍAS

Page 20: Plc Fundamentos

20

EL DISPOSITIVO DE PROGRAMACIÓN AYUDA A LA DETECCIÓN DE FALLAS

Page 21: Plc Fundamentos

21

FALLAS EN UN SISTEMA BASADO EN PLCs

Page 22: Plc Fundamentos

22

Preocupaciones acerca de los PLCs

Especialmente por parte del personal de mantenimiento No especializado en el uso y tecnologías de PLCs

oCaja negra

oEl mantenimiento es dificultoso

oSensitivo a condiciones industriales

oProgramación

oDiagnóstico y detección de fallas

oDocumentación

Page 23: Plc Fundamentos

COMPONENTES Y SISTEMAS

Page 24: Plc Fundamentos

24

THE MICROPROCESSOR

The microprocessors used in PLCs are categorized according to their wordsize, or the number of bits that they use simultaneously to perform operations.

Standard word lengths are 8, 16, and 32 bits. This word length affects the speed at which the processor performs most operations.

Page 25: Plc Fundamentos

25

THE MICROPROCESSOR

The principal function of the processor is to command and govern the

activities of the entire system. It performs this function by interpreting and

executing a collection of system programs known as the executive. The

executive, a group of supervisory programs, is permanently stored in the

processor and is considered a part of the controller itself. By executing the

executive, the processor can perform all of its control, processing,

communication,and other housekeeping functions.

The executive performs the communication between the PLC system and the

user via the programming device. It also supports other peripheral communication,

such as monitoring field devices; reading diagnostic data from the

power supply, I/O modules, and memory; and communicating with an

operator interface.

Page 26: Plc Fundamentos

26

CPU CON MULTIPLES MICROPROCESADORES

Page 27: Plc Fundamentos

27

CPU DIAGNOSTICS Typical diagnostics include memory OK, processor OK,

battery OK, and power supply OK. Some controllers possess a set of fault relay contacts that can be used in an alarm circuit to signal a failure.

Page 28: Plc Fundamentos

28

MEMORY SYSTEM

The total memory system in a PLC is actually composed of two different memories:

The executive memory is a collection of permanently stored programs thatare considered part of the PLC itself. This area of memory is not accessible to the user.

The application memory provides a storage area for the user-programmed instructions that form the application program.

Scratch Pad Area. This is a temporary storage area used by the CPU to store a relatively small amount of data for interim calculations and control.

Page 29: Plc Fundamentos

29

THE SYSTEM POWER SUPPLY

o The system power supply plays a major role in the total system operation. In fact, it can be considered the “first-line manager” of system reliability and integrity. Its responsibility is not only to provide internal DC voltages to the system components (i.e., processor, memory, and input/output interfaces), but also to monitor and regulate the supplied voltages and warn the CPU if something is wrong.

o Usually, PLC power supplies require input from an AC power source;however, some PLCs will accept a DC power source.

Page 30: Plc Fundamentos

30

LOADING CONSIDERATIONS

Page 31: Plc Fundamentos

PROGRAMMING DEVICES

o miniprogrammers

o personal computers

Page 32: Plc Fundamentos

PERSONAL COMPUTERS

Page 33: Plc Fundamentos

THE DISCRETEINPUT/OUTPUT SYSTEM

Generally speaking, there are three categories of rack enclosures:

omaster racks

olocal racks

oremote racks

Page 34: Plc Fundamentos

Master Racks

Page 35: Plc Fundamentos

Local Rack

Page 36: Plc Fundamentos

Remote Rack

Page 37: Plc Fundamentos

Remote I/O Configuration

Page 38: Plc Fundamentos

38

DISCRETE INPUTS

Page 39: Plc Fundamentos

AC/DC INPUTS

Page 40: Plc Fundamentos

AC/DC Inputs Connections

Page 41: Plc Fundamentos

41

Conexión de EntradasBornera

de entrada

1

2

3

4

5

6

7

8

9

Elementos de Entrada

L1

L1

L210

COM

PLC

Barrera de aislamiento

Page 42: Plc Fundamentos

DC INPUTS (SINK/SOURCE)

Page 43: Plc Fundamentos

DC INPUTS (SINK/SOURCE)

Page 44: Plc Fundamentos

TTL INPUTS

Page 45: Plc Fundamentos

REGISTER/BCD INPUTS

Page 46: Plc Fundamentos

REGISTER/BCD INPUTS CONNECTIONS

Page 47: Plc Fundamentos

DISCRETE OUTPUTS

Page 48: Plc Fundamentos

CONTACT OUTPUTS

Page 49: Plc Fundamentos

Cableado de Salidas

OUT 1

Elementos de Salida

L2

L2

L1OUT 1

OUT 2

OUT 2

OUT 3

OUT 3

OUT 4

OUT 4

OUT 5

OUT 5

OUT 6

OUT 6

CR

L1PLC

Bornera desalida

Barrera de Aislamiento

Page 50: Plc Fundamentos

AC OUTPUT

Page 51: Plc Fundamentos

DC OUTPUTS (SINK/SOURCE)

Page 52: Plc Fundamentos
Page 53: Plc Fundamentos
Page 54: Plc Fundamentos

REGISTER/BCD OUTPUTS

Page 55: Plc Fundamentos

Relés de Interposición

Qué es un relé de interposicion?

"Interposicion" se refiere al hecho de que el relé se interpone entre la Lógica (PLC) y el dispositivo de campo. Se utiliza este tipo de relés para proteger el módulo de E/S y cuando se necesita conmutar más de 0.5 amps.

Módulos Supresores

Tipo RC, Diodo, Varistor.

Page 56: Plc Fundamentos

Gracias!!!