Introduction To PLCS
Introduction To PLCS
PLCS
LECTURE 4
OUTLINE
Digital signals:
Digital signals are either "on" or "off" and are represented by binary values of 1 or 0. These
signals are used to represent discrete events or states, such as whether a switch is open or
closed, whether a sensor has detected an object, or whether a motor is running or not.
Digital signals are processed by digital input and output modules in the PLC.
Analog signals:
Analog signals are continuous signals that vary over a range of values, such as voltage,
current, temperature, pressure, or flow rate. Analog signals are represented by a range of
values between two limits, such as 0-10V or 4-20mA. Analog signals are processed by
analog input and output modules in the PLC, which convert the continuous signal into a
digital value that can be processed by the PLC's CPU.
PLCs also process other types of signals, such as high-speed pulse signals, serial
communication signals, and network communication signals, depending on the specific
application and requirements.
INTRODUCTION TO LOGIC GATES
LOGIC GATES
AND Operation
OR Operation
NOT Operation
NOR operation
NAND operation
INTRODUCTION TO LOGIC GATES
AND GATE
INTRODUCTION TO LOGIC GATES
OR GATE
INTRODUCTION TO LOGIC GATES
NOT GATE
INTRODUCTION TO LOGIC GATES
NAND GATE
INTRODUCTION TO LOGIC GATES
NOR GATE
INTRODUCTION TO LOGIC GATES
INTRODUCTION TO PLC LAYOUT AND LADDER LOGIC
PLC LAYOUT AND LADDER LOGIC
➢ The purpose of a PLC program is to control the state of outputs based on
the current condition of the inputs.
➢ Ladder logic is the main programming method used for PLCs.
→Ladder logic has been developed to mimic relay logic.
→ It is the first and still most popular programming language used with
PLCs.
➢ In order to control a process we try to design the logical continuity from
input to output of program.
➢ Ladder logic (LD) is a graphical representation of a PLC
program using symbols such as coil or contact used in relay
logic diagram.
PLC LAYOUT AND LADDER LOGIC
PLC LAYOUT AND LADDER LOGIC
PLC LAYOUT AND LADDER LOGIC
PLC LAYOUT AND LADDER LOGIC
PLC LAYOUT AND LADDER LOGIC
PLC LAYOUT AND LADDER LOGIC
PLC LAYOUT AND LADDER LOGIC
BASIC GATES
PLC LAYOUT AND LADDER LOGIC
BASIC GATES
PLC LAYOUT AND LADDER LOGIC
BASIC GATES
PLC LAYOUT AND LADDER LOGIC
BASIC GATES
PLC LAYOUT AND LADDER LOGIC
BASIC GATES
PLC LAYOUT AND LADDER LOGIC
BASIC GATES
PLC LAYOUT AND LADDER LOGIC
BASIC GATES
PLC LAYOUT AND LADDER LOGIC
BASIC GATES
PLC LAYOUT AND LADDER LOGIC
BASIC GATES
END