DOL Starter PLC Program

Meyers Mills

Member
Join Date
Dec 2019
Location
Accra
Posts
37
I have been using Dol for years but I need a practical guide on connecting NO Start /NC Stop .
Let's assume absolute address for Start in ladder program is
XO1 and Stop is XO2.
The X01 is tied in with coil or comes from NO Start PB? Please I want practical solution
Thanks
 
Last edited:
Not quite sure what you mean but assuming a standard start/stop circuit in PLC logic then The top rung will be false until the start button is pressed, when pressed and assume the stop button is true (N/C contact) then the contactor Y0 will energise, this in turn is Ored around the Start button to "Latch" it in, Pressing the stop button breaks the rung turning off Y0.


Start X01 Stop X02 Contactor Y0
-----[ ]------+----[ ]-----------( )
|
Contactor Y0 |
-----[ ]------+

You can add other contacts like alarm to de-latch just like the stop button but N/C contact so alarm bit is energised then the latch drops out.
The above assumes the Stop button is N/C so true.
 
Hi drbitboy, I want to learn how the start /stop push buttons are wired to the plc inputs. The output from the program will energize the motor contact.
How is Stop /Start /Overload at plc inputs?
 
  • What PLC are you working with?
    • What kind of inputs does it have?
    • What kind of outputs does it have?
    • Can you find the reference manual for the PLC?
  • What input switches are you working with?
  • What is the motor contact that are you working with?
You should be able to find details about how to connect the inputs and outputs in a manual.


For example, find a page like this for your controller.

xxx.png
 
Last edited:

Similar Topics

I have a 1.5HP 3 phase motor. I need to built a DOL starter for the motor. I need help on selecting correct parts for the starter. can anyone...
Replies
1
Views
2,024
Hello everyone, I had a 10hp 3phase motor 380V, that was connected DOL. Now we changed it, and put a VFD. When running the motor at 50Hz which...
Replies
29
Views
9,459
I'm having an issue with a PowerFlex 525 (25B-D043N114). The set-up was as follows; EXTARCT FAN 1 --->---|--- BOOST FAN ---> EXTRACT FAN 2...
Replies
3
Views
4,306
OK so this is probably more of an electrical question but was hoping someone on here might have an answer for me. I'm looking at doing some...
Replies
8
Views
6,959
Hi, I'm a bit new to all this, however... I'm trying to control a DOL motor using a PLC output. At the moment i have a PLC output directly...
Replies
4
Views
2,046
Back
Top Bottom