Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Login

Register Now

Lorem ipsum dolor sit amet, consectetur adipiscing elit.Morbi adipiscing gravdio, sit amet suscipit risus ultrices eu.Fusce viverra neque at purus laoreet consequa.Vivamus vulputate posuere nisl quis consequat.

RSLogix PLC Programming Motor Start/Stop program

RSLogix PLC Programming Motor Start/Stop program

Motor Start/Stop One Button Example

We will examine how to start and stop an engine with a single button.
Of course, while doing this, we plan to do this with minimum staff. In order to be suitable for the electrical circuit, instead of Latch and Unlatch (Set – Reset) commands the contacts that sealed it was used.
Start/Stop control consists of 3 stages with one button.
Stage 1: This is when the button is first pressed and still pressed. (When the start button input comes in and the motor starts running.)
Stage 2: This is the situation where you pull your hand from the button, that is, the Start_Button input is missing, but the engine continues to run.
Stage 3: This is the state that we press the button to stop a second time. The state where the start button input comes and the motor stops.

PLC Program:

plc programming img 5f063b9f4577e plc

Stage 1: Start Input is true, Motor start to run on Relay A.

plc programming img 5f063eb3ad0f0 plc

Stage 2: Start Input is false, Motor still running on Relay A. But in this stage Relay C will be true. Its meaning button one time pressed.

 

plc programming img 5f063f1d5ffb3 plc

 

Stage 3: Start Input is false, Motor still running on Relay A. But in stage 2, RelayC was true. and again if Start button input will be true : logic will be completed on first ladder and Relay B will be true and motor will stop.

 

plc programming img 5f063ff3cac7b plc

About Admin