start and stop output signal to start/stop a motor

david90

Member
Join Date
Apr 2010
Location
ca
Posts
202
My controllogix PLC uses a start output and a stop output to start and stop a motor respectively. The start and stop output is a 5 sec pulse.

The attached picture is my way of implementing the logic. When bit[0],1 or 2 turns on, it triggers the OSR instruction. The output bit of the OSR instruction latches on the TON timer to provides a 5 sec pulse output. When rung 0 is false (bits 0,1,2 are off), the OSF instruction latches on TM[1] to produce a stop signal. Tm[1].tt is tied to stop signal output and tm[0].tt is tied to the start signal output.

Is there a better way to implement the logic described above? Are any potential problems with the logic?

2n9ffdf.png
 
Hi,

There are several ways to achieve what you describe. Your logic should work. My only comment is that, typically, we use a maintained output for the STOP signal which then pulses OFF to stop the motor. Then at least you have added an element of 'fail safe' to your application where the motor will stop in the event of a power loss or failed output.

Hope this helps.

Regards,

Rob
 

Similar Topics

Hello everyone. I'm new to the forum. I have a problem with the encoder and PID. We need to turn an encoder controlled rollover. I am using...
Replies
1
Views
1,399
Hello I am trying to make a program work with a sqo instruction .The process has 5 steps ,and a starting step of zero.There should be 8 sec...
Replies
17
Views
1,047
Good morning to everyone on the forum and happy new year. I'm trying to use the following functions in sysmac studio, because I need to enable one...
Replies
1
Views
323
Good Morning , I would like to start a Powerflex 525 with a N.O. Start Pushbutton , and when the N.O. Start Pushbutton is released I would...
Replies
3
Views
1,654
Hello, I am trying to detect when the PLC changes from STOP to START mode. This can be considered an edge case scenario, but I would to analyze...
Replies
4
Views
1,563
Back
Top Bottom