Omron PLC

danishzaman

Member
Join Date
May 2014
Location
Karachi
Posts
10
Hello dear friends

I am new user of PLC. I am using PLC model CPM1A CPU20
I am facing a silly problem in it..

I just want to blink one light at a time, so there for i used timer of 2 seconds. But when ever i start the program the timer enters in to infinite loop and could not reach to last instruction.

Tell me solution please

REGARDS: Danish Zaman

problem.JPG
 
Reply to OSMANMON

my dear i test your attached program
but again i am facing same problem..
the timer goes on infinite loop..

My task is basically to on 1st light with push button and after 5 sec 1st light should turn off and 2nd light should on auto..
 
1st light should remain on for 10 second
after 10 second 1st light should off and 2nd will on for 10 second..

just light traffic signal..
 
You add 1 more Timer (it will TIM 2)

below rung 6

front of TIM 2 put Normaly Open TIM 1

Rung 8 put Normaly open then go to output 2

please test,


additional info/document,

very usefull


www pacontrol com/download/OMRON-PLC-Programming.pdf
 
dear "osmanmon"

i am trying to apply your given instruction, but there is some confusion..
can you please take a snap shot of programe?
 
okay

after this you need to do yourself and make experiment

work hard

read the document that i link to you

salam

T1.jpg
 
you could use one of the omron system contacts a counter and some compare functions

symbol omron.GIF
 
Assalam-u-alikum!

With your help i have completed the given task.
Actually i am making traffic signal..
Half work has done.. But i have to make a loop!

In attached snap, there is
1st Red light (10.00) on for 10 seconds
then Yellow light (10.01) for 5 seconds
and at end green light (10.02) for 10 seconds..

but after that i have to jump at 10.00 ( RED LIGHT) again..

Well thanks alot for your time..

and your given link is not opening.. please check it again and send

Thank you

Regards: DANISH ZAMAN

traffic signal.JPG
 
Last edited:
hi IANT

Thanks for your concern. I can work on ladder logic..
I'll try to work on your given commands.

Thank you

Redards: Danish Zaman
 
and at end green light (10.02) for 10 seconds..
but after that i have to jump at 10.00 ( RED LIGHT) again..
1. On Rung 003, replace the "TIM 002 --|/|--" with "TIM 003 --|/|--".
2. Add the Green Light 10.02 on Rung 20. The Green Light goes ON when TIM002 goes ON, but goes OFF when TIM003 goes ON. The new TIM003 contact on Rung 003 causes the program to start over and recycle until the STOP switch 0.00 is pressed.
 
Last edited:

Similar Topics

Hi There, I have couple of Omron PLCs connected on my kepserverex and my intouch reads data from kepserverex. I have been observing that roughly...
Replies
4
Views
130
I am working on a project using a NB screen and NX1P2 PLC. I am having a really hard time getting a real number to properly translate through to...
Replies
3
Views
121
Our plant manger/my boss wants each line to display the takt time above the line. I am trying to research the cheapest way to do this. Our plant...
Replies
3
Views
185
I have PLC Omron CJ2M with OD211 module. I want to use the pulse output and PWM output and this module. But i confuse how to activated this, i...
Replies
0
Views
102
I have a project to control the speed of motor DC using PWM Output on PLC and when im on working i have a several trouble and of of them is the...
Replies
6
Views
212
Back
Top Bottom