PLC-5 question

johnanna

Member
Join Date
Mar 2005
Posts
3
Hello,
I have homework problem about Anti-plugging logic for motor control with PLC-5 and I draw or wrote ladder program in below, is it work?

Anti-plugging logic:
When the stop pushbutton is pressed, power is removed from the motor starter coils and an Anti-plugging light turns on for 20 seconds. As long as the anti-plugging light remains on, it shall be possible to restart the motor in the same direction, but not in the reverse direction.

Rung 00
...Stop.....FWD_PB1.....REV_Coil.......FWD_Coil
----| |------| |----------|/|------------( )-------
............|FWD_AUX|...................... |...LT1...|
........... |---| |---|...................... |---( )---|

Rung 01
...Stop.....REV_PB2.......FWD_Coil......REV_Coil
----| |------| |----------|/|------------( )-------
............|REV_AUX|...................... |...LT2...|
........... |---| |---|...................... |---( )---|

Rung 02
....Stop.....REV_AUX................Anti-Plugging Light
----| |------| |---------------------[ TON ]-------
............................................... |..T4:0....|--(EN)
............................................... |.PRE 20..|--(DN)
............................................... |---------|

Rung 03
...T4:0/DN...FWD_AUX..................FWD_Coil
----| |------|/|-----------------------( )----------


is it same motor control circuits like that in picture or ladder circuit... http://www.allaboutcircuits.com/vol_4/chpt_6/4.html?

thanks
 
Johanna

I assume you are a student. So am I. Here is what I see.
1. YOu have multiple coils for the reverse and foward. Should only be one coil (output) for one function.
2. Looks like the light controlled by the time delay is OK.
3. EVEN WITH the light I see no anti plugging protection. After pressing stop I can reverse the motor any time I want.

It is after work, I am tiered, so I may have missed something.

Dan Bentler
 
leitmotif said:
Johanna

I assume you are a student. So am I. Here is what I see.
1. YOu have multiple coils for the reverse and foward. Should only be one coil (output) for one function.
2. Looks like the light controlled by the time delay is OK.
3. EVEN WITH the light I see no anti plugging protection. After pressing stop I can reverse the motor any time I want.

It is after work, I am tiered, so I may have missed something.

Dan Bentler

how? show me ladder diagram...

thanks
 
Johnanna, the best way to see if your logic work is to try it out on a PLC or emulator. If your school or teacher do not have the equipment or allow that, then it's time to take your hard earned education $ elsewhere.

Here are some hints:
  • Like Dan said, you have two OTE for the same address, that's a no no.
  • What's LT1 and LT2? They got a purpose?
  • Where is the Anti-Plugging light turned on? I don't see it
  • Hint: The T4:0.TT bit is on WHILE the timer is timing. You might use that for... a light, maybe?
  • Hint: To turn on a timer when something is NOT running, use XIO.
  • Understand the circuit diagram first.. heck, it's already in ladder form.
  • Read the book. (RTFM)
  • PM Ter... Nevermind..
 
harryting said:
Understand the circuit diagram first.. heck, it's already in ladder form.

That's right... If you enter the last diagram verbatim (except you have to move the OL contact), you're DONE!

Another hint: The timers in that diagram are OFF-delay.

🍻

-Eric

P.S. And yes, the "PM Ter... Nevermind..." was quite funny, Harry... :D
 
Johnanna

As one student to another NO I am not doing your homework for you. I have my own.

On the PLUS side you are close.
You are able to do the ladder logic
- you have shown that
- and showing these guys your effort to date IS IMPORTANT
- they will help you figure it out.
Harryting gave some hints - think about them.

Write you logic in plain language ie
IF motor stopped I can start in fowerd or reverse.
IF motor runs I can start in opposite direction (foward or reverse)
AFTER 20 sec time delay swtich opens (or closes).
Moter will reverse direction.
THEN start drawing switch setups to satisfy the language statements.

Dan Bentler
 

Similar Topics

HI i would like to know how to get a variable that will store the amount of times a program has been executed. The issue is I have 3 DBs for 1 FB...
Replies
2
Views
59
I've ready through the the previous posts, and we've worked with safety design for a long time. In the past, we worked with Pilz directly, and...
Replies
9
Views
537
Everyone, i am in the process of purchasing the Slc 500 version of software to support what we have and i have a question. Several of our...
Replies
9
Views
751
I know this can be done, but I can't get the router config right. My goal is to physically connect(using an ethernet cable) a device(PLC, RTU...
Replies
9
Views
1,010
Hello. Was just curious, if it is possible to load an image from an SD card on to a Compactlogix PLC that came straight out of the box brand new...
Replies
4
Views
539
Back
Top Bottom