Saturday, May 28, 2011

Conveyor Control Using Omron PLC




PLC Type CP1L, Name Input / Output PLC :

INPUT PLC :
I: 0.00 ; Infrared Sensor
I: 0.01 ; Push Button Start (Normally Open Contact)
I: 0.02 ; Push Button Stop (Normally Closed Contact)
--- Link : normally open normally closed contact

OUTPUT PLC :
Q: 100.00 ; Empty Lightbox
Q: 100.01 ; Start-Stop on Inverter


PLC Programming for Conveyor Control using Omron PLC
Conveyor Control Using Omron PLC
Please Download Programming for CX-Programmer version 9.1 : Conveyor Control

Reading Ladder PLC Programming for Conveyor Control using Omron PLC :

1. Conveyor Start
a.If I: 0.01 = ON AND I: 0.02 = ON Then 10.00 = ON (Hold ON)
b.If 10.00 = ON AND I: 0.00 = OFF Then 10.01 = ON
c.If 10.01 = ON Then Q: 100.01 = ON

2. Conveyor Stop
a.If I: 0.02 = OFF Then 10.00 = OFF
b.If 10.00 = OFF Then 10.01 = OFF
c.If 10.00 = ON AND I: 0.00 = ON Then 10.01 = OFF
d.If 10.01 = OFF Then Q: 100.01 = OFF

3. Empty Lightbox = ON
a.If 10.00 = ON AND I: 0.00 = OFF Then TIM0000 activated (active for 10 seconds)
b.If T0000 = ON Then Q: 100.00 = ON

Back to : Conveyor Control


Labels:



Newer Post Older Post Home

You may also like these ebook:

Get Free PLC eBook directly sent to your email,
and email subscription to program-plc.blogspot.com




We hate SPAM. Your information is never sold or shared with anyone.

Your Email Will Be 100% Secured !

Your email is stored safely on Google FeedBurner