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