[go: up one dir, main page]

0% found this document useful (0 votes)
55 views11 pages

Ladder Logic: PLC Programming Guide

Ladder Logic is a highly popular and intuitive graphical programming language used in PLC programming, resembling electrical relay circuits for easy learning. It features basic functions such as AND, OR, NOT, NAND, NOR, and XOR, making it accessible for those familiar with relay control. The document also outlines essential rules for creating Ladder Logic networks to ensure proper functionality.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
55 views11 pages

Ladder Logic: PLC Programming Guide

Ladder Logic is a highly popular and intuitive graphical programming language used in PLC programming, resembling electrical relay circuits for easy learning. It features basic functions such as AND, OR, NOT, NAND, NOR, and XOR, making it accessible for those familiar with relay control. The document also outlines essential rules for creating Ladder Logic networks to ensure proper functionality.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 11

Ladder Logic programming language is the leading popular programming language in PLC programming.

It is an extremely intuitive graphical programming language, easy to learn, easy to program and fix errors

Ladder Logic

Ladder Logic programming language is characterized by looking very similar to electrical relay circuits. So
if you know the relay control circuit you will learn Ladder Logic programming very quickly and easily

Therefore, the Ladder Logic programming language is the best visual programming language for PLC.It is
constantly being up ranked in the Top most popular programming languages in the world according to
IEEE Spectrum
Conditions and Actions
# The Basic Ladder Symbols

 The Basic Funtion for Ladder

# AND Funtion

When both Input-1 and Input-2 have a logic level of 1, Output = 1


AND

# OR Function

When one of the 2 Inputs in the logical state is 1, the Output = 1


OR

# NOT Funtion
NOT

# NAND Funtion
NAND

# NOR Funtion

NOR
# XOR Funtion

XOR

 Because ladder languages are very similar to relay circuits, people who know about electrical
circuits can easily switch to PLC programming, here are 2 examples.
Relay > Ladder 1
Relay > Ladder 2

 The following rules when creating an LAD network:

+ Each LAD network must end with a coil or a box command. Do not end a network with either a
comparison command (Compare) or a command to detect a threshold (positive or negative threshold)

+ You cannot create a branch that can result in a signal stream in the opposite direction.

+ You cannot create a branch that could cause a short circuit.

You might also like