Saturday, November 20, 2010

Parking Information using PLC Omron




PLC Omron Type CP1L-L10, Name Input / Output PLC :

INPUT PLC :
0.00 ; Ultrasonic sensor for IN detection.
0.01 ; Ultrasonic sensor for OUT detection.

OUTPUT PLC :
100.00 ; Output for "FULL" display.
100.01 ; Output for "EMPTY" display.


Download PDF File:
Parking Information with PLC Omron(.pdf)


Change Model PLC Change Model PLC

Reading Ladder PLC Programming for Parking Information using PLC Omron :

Step 1 :
Setting Data equal capacity of parking areas
a.If 10.00 = OFF Then D0 = 15, Instruction:MOV &15 D0
Remarks :
a.1. If capacity of parking areas = 0 Then D0 = 10, Instruction:MOV &10 D0.
a.2. If capacity of parking areas = 5 Then D0 = 10 + 5 = 15, Instruction:MOV &15 D0.
a.3. If capacity of parking areas = 1000 Then D0 = 10 + 1000 = 1010, Instruction:MOV &1010 D0.

Step 2 :
"FULL" display => ON
a.If I: 0.00 = ON Then Increments Pulse the D1 by 1(one), Instruction:@++ D1
b.If D1 equal or more than 15 ( capacity of parking areas = 5, Instruction:>= D1 D0 ) Then 10.01 = ON.
c.If 10.01 = ON Then Q: 100.00 = ON.

Step 3 :
"EMPTY" display => ON
a.If I: 0.01 = ON Then Decrements Pulse the D1 by 1(one), Instruction:@-- D1
b.If D1 less than 15 ( capacity of parking areas = 5, Instruction:< D1 D0 ) Then 10.02 = ON.
c.If 10.02 = ON Then Q: 100.01 = ON.

Step 4 :
Minimum and Maximum Limits
Minimum Limits :
a.If D1 less than 10 ( Instruction:< D1 &10 ) Then D1=10 ( Instruction:MOV &10 D1 ).
Maximum Limits :
b.If D1 more than D0/capacity of parking areas ( Instruction:> D1 D0 ) Then D0=D1 ( Instruction:MOV D0 D1 ).

Please Download Programming for CX-Programmer version 9.10 :
Parking Information using PLC Omron

See : Parking Information


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