PLC Programming Lecture 7
PLC Programming Lecture 7
• Contents:
• What is PLC Programming
• Types of PLC Programming
• Ladder Logic Programming
• Ladder Logic:
• It is defined as a graphical programming language that uses symbolic notation
for expressing the logical operations.
• We can program the PLC on any software using the ladder logic.
Basic concepts.
• Push Buttons
• The pushbuttons are the simple buttons to control the machine or a process.
• We are required to push the button to change its electrical state from ON to
OFF or vice-versa.
• It clearly shows that when the input is 0, NO remains NO. It turns NC when
the input is 1.
Here, the lamp will not light because the first NC will become
NO.
But, if A = 1 and B = 1, the circuit will appear as: Here, the lamp will not light because both the NC of the circuit
becomes NO.
The lamp will not light. The circuit is incomplete for the current
to flow.
The circuit will now appear as: Here, the green LED will light. Since, the C button was NC,
it also allows the current to pass.