Ladder Logic

Hi
Here I am going to teach you Ladder Logic function so first step is intro to it
what is Ladder Logic ?
Ladder logic is a method of drawing electrical logic schematics. It is now a graphical language very popular for programming (PLCs). It was originally invented to describe logic made from relays. The name is based on the observation that programs in this language resemble ladders, with two vertical "rails" and a series of horizontal "rungs" between them.
Like
Contact -//-
Coil-()-

Comments

Usman said…
2nd Lecture
Now you can use different built in function for different instruction like
Counter
It will use for that after specific time it will reset
Almost every PLC have this instruction
Usman said…
3rd Lecture
Now the most impotant thing you will use in Automation is Timer to control some process timely
The basic parameter of Timer are name of Timer and Dealy it will produce
Mainly Two type of Timer are
TimerOnDelay
TimerOffDelay
Usman said…
4rth Lecture
Now you bulid a small project by using the above commands like
Question
Traffic Control signal with Delay of 50 sec between RED and Yellow Light and after 5 sec Green Light come
Usman said…
To control Valve you use analog signal and in Ladder Logic use
PID Block
PID stand for
Proportional
Integration
Derevation

Adjust there value to get your desired result

Popular Posts