Motor delays

Welcome to the PLCTalk forum !

This sounds, of course, like a homework question. And it's tradition here to put the most effort into students who show their work or explain their thinking.

I would use a self-resetting Timer instruction whose Done output added 1 to a counter every time it completed a cycle.

The value of the counter would then be compared to a constant (1,2,3,4,5,6) on a rung that controls the motor starter.

Additional aspects you might want to think of:

1. What starts the sequence: a pushbutton, or an HMI, or an event in the PLC ?

2. Can the sequence be stopped before it completes ?

3. Should you confirm that each motor has started, and not proceed with the sequence if one stalls or fails to start ?

4. Should the operator be able to stop the sequence in the middle ? Should all the motors stop if the sequence is stopped, or should just the ones that have already started keep running ?

5. If the sequence is stopped, what happens when you start the sequence again ?

Something that sounds very simple in theory can get much more complex when you consider all the possible failure, interruption, and restart modes.

Again, welcome to the PLCTalk community !
 
Thank you for the quick reply. Yes you are correct, homework question! But just a push button to start the sequence. And a push button to stop once all motors are running. Interuptions or anything like that doesn't matter.
 
Well, then show your work so far, even if it's just how to make a pushbutton start a repeating timer.

If you are programming for a particular PLC make and model, let us know so that we can use the appropriate memory addressing syntax and instruction set.
 

Similar Topics

I'm looking for how others do it. I need to start a 1 phase motor. I have always used a regular 3 phase Motor Protected Circuit Breaker and looped...
Replies
0
Views
60
I've got this 3-phase 575V motor that we're controlling with a VFD (Variable Frequency Drive), which has been quite the learning curve in itself...
Replies
10
Views
297
Hello, It is mandatory to use VFD IF i use IE5 electrical motor? What happens If connect it directly as delta without VFD? Please look at motor...
Replies
1
Views
156
Here's what happened, Operator turned on the disconnect for an auger while it was still running to cut power. Auger DID in fact turn off, but the...
Replies
8
Views
357
Hello all, In my facility we have multiple 3HP 460V motors that are being controlled by VFDs which drive conveyor belts. The drives are randomly...
Replies
2
Views
221
Back
Top Bottom