CHAPTER 4 Intermediate PLC Functions
CHAPTER 4 Intermediate PLC Functions
1
Content :
o Jump,
o Subroutine,
o Timers- On delay, Off delay, Pulse timer, Retentive timer,
o Counters- Up counter, down counter,
o PLC arithmetic functions,
o PLC number comparison functions,
o Motor controls- DOL starter, Star delta starter,
Autotransformer starter, stepper motor control,
o Conveyer system
o (Ladder programs based on advanced instructions)
Jump
IF
(some condition occurs)
THEN
perform some instructions
ELSE
perform some other instructions
Continue…
Main Program
Subroutine
program
Timers
● Some PLCs are equipped to carry out just the arithmetic operations
of addition and subtraction, others the four basic arithmetic
operations of addition, subtraction, multiplication and division,
while others can carry out these and various other functions such
as the exponential.
● Addition and subtraction operations are used to alter the value of
data held in data registers.
● For example, this might be to adjust a sensor input reading or
perhaps obtain a value by subtracting two sensor values or alter
the preset values used by timers and counters.
● Multiplication might be used to multiply some input before perhaps
adding to or subtracting it from another.
Continue…
○ equal to (= or = = or EQ or EQU),
● DOL Starter
● Star Delta Starter
● Stepper motor control
● Autotransformer starter
● Conveyer control
DOL Starter
Star Delta Starter
Autotransformer Starter
Stepper motor control
Conveyer control