motor control

wgreen

Member
Join Date
Nov 2002
Posts
3
I am in a basic PLC class, just learning, can anyone give me a ladder diagram for a three phase motor, running forward, (non-reversing), that can also be jogged. One stop, one start, one motor. Thanks
 
This is an excellent way to learn to program. This is as simple as you get. Good luck and stop asking others to think for you.
:rolleyes:
 
come on you just want your course work done for you ill give you a clue you need 3 inputs 1 output and 2 retaining coils now use your brain and try
 
Actually, He only has two inputs, start and stop, so he'll have to hold the stop button and jog with the start. Now, he only needs one output. ;)
 
start Phase
A
---| |--------------------------()-
Start phase
B
---| |--------------------------()-

start phase
C
---| |--------------------------()-
 
Ok though you had a jog switch as well.are you running the 3 phase motor from the PLC or through a contactor.
 
Last edited:
This is a standard motor control ciruit. If this is an industrial application you should have some manufacturer's catalogs laying around that you can look at for hints. If this is a student exercise, yopu should make an attempt, however feeble, and post it here. We will then give more hints and critique the logic.
 
I can offer 2 sites that may help you in this endeavor

http://claymore.engineer.gvsu.edu/~jackh/books/plcs/
download the PLC harware PDF

http://www.reliance.com
Has abundance of info pertaining to motors and controls

As stated your request is for a simple circuit that is easily found if you take the time to look and read. If we misunderstood your question then rephrase and ask again please.
 
In my experience, jog can mean at least two different things.

First, it can mean that there is a separate jog button that, when pushed causes the motor to run, and when released, causes the motor to stop. Operation is completely independent of the start and stop buttons.

Second, it can mean that there is a two position selector switch which, in run position, causes the start button to latch up leaving the motor running until the stop button is pushed. In jog position on the switch, the start button causes the motor to run when pushed and does not latch up, allowing the motor to stop when released.

The control scheme for these is significantly different.
 
Sorry if I didn't ask my question correctly, I diagramed a logic ladder with a stop, start, overload, memory, and ote, when I added the jog button the program would not run, after working on it for three days I ask for help because I thought there was something I was doing wrong. Tonite in class I discovered that it was a trick question and I have not been given all of the necessary info. I have since figured it out. Sorry if I was confusing.
 
ladder diagram

start stop overload contactor coil (C1)
-----||-------------------|/|---------|/|----------()----
|
C1 JOG |
-----||--------|/|---|
|
|
JOG |
-----||--------------|

try it!
 
Mike, I expect that your solution is for a separate 'Jog' pushbutton wired as a normally open device, and the intent is to have the motor run while the Jog pushbutton is pressed and stop when the Jog pushbutton is released.

Unfortunately, The logic that you presented will not work that way. The starter will seal itself in with the Jog pushbutton just as it will when the 'Start' pushbutton is pressed.
 

Similar Topics

Kindly, has anyone tried to control Lenze servomotors with Siemens S120 drives ? Any special hints ? Have some concerns for the resolver and servo...
Replies
5
Views
245
Hey there, I just have a motor related question. I am using a 90V DC motor (https://www.motion.com/products/sku/03889770) and am controlling it...
Replies
1
Views
247
Does anyone have any experience with working on piezoelectric motor control? I want to use off the shelf components to hopefully change the...
Replies
5
Views
760
I'm controlling an Applied Motion HW23-601D using a Leadshine EM542S connected to a 2080-LC50-48QBB, using CCW, and experiencing some weird...
Replies
2
Views
624
This is my first time doing any sort of motor controls with PLCs so I am looking for some help determining what kind of equipment I will even...
Replies
8
Views
1,240
Back
Top Bottom