0% found this document useful (0 votes)
4 views14 pages

PLC Programming Examples1

The document provides examples of PLC programming scenarios, including conditions for activating a signal lamp based on pump operation and pressure, controlling outputs based on sensor signals, and opening a shop door with specific conditions. It also includes truth tables and requests for ladder structures to represent logical expressions. Overall, it serves as a guide for implementing various control logic in PLC systems.

Uploaded by

athul8620
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views14 pages

PLC Programming Examples1

The document provides examples of PLC programming scenarios, including conditions for activating a signal lamp based on pump operation and pressure, controlling outputs based on sensor signals, and opening a shop door with specific conditions. It also includes truth tables and requests for ladder structures to represent logical expressions. Overall, it serves as a guide for implementing various control logic in PLC systems.

Uploaded by

athul8620
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

PLC Programming-Examples

PLC Programming-Examples
PLC Programming-Examples
PLC Programming-Examples

• A signal lamp is required to be switched on if a pump is


running and the pressure is satisfactory, or if the lamp test
switch is closed.
PLC Programming-Examples
PLC Programming-Examples

• For a system where there has to be no output when any one


of four sensors gives an output, otherwise there is to be an
output.
PLC Programming-Examples
PLC Programming-Examples

• It is required to open a shop door when the shopkeeper has


closed a switch to open the shop and a customer
approaches the door and is detected by a sensor which
then gives a high signal.
PLC Programming-Examples

The truth table for this system is


PLC Programming-Examples
PLC Programming-Examples

Draw a ladder structure to get the expressions


• 1) Y = (A+B+C) (D+E+F)
• 2) Y = (A+B)(C+D)(E+F)
• 3) Y = [(A+B)(C+D)]+[CA+B]
PLC Programming-Examples
PLC Programming-Examples
PLC Programming-Examples

You might also like