Start/Stop sequence pump

LittleOne

Member
Join Date
Sep 2004
Posts
51
Hi all, I am just doing some testing for a pump control.
What I wanna do is let the pump turn for a minimum time and once the pump is stopped keep it stopped for a minimum time. (to prevent frequent starting/stopping)
The following method seems to work fine but I wonder what others would use. C0 is used to start the pump...
Thanks and love the new site btw :)

TEST.JPG
 
While there is not much info in your post, I see common applications in level control. The delays are usually in some form of hysteresis or deadspan on the input (run command).
 
I much prefer Thomas Sullens' method. It avoids the use of RESET commands, which I find very difficult to use while debugging logic since they aren't as obvious as a coil and holding contact.

When I do this I usually tie the run input from the MCC into the logic as well so operation is verified.
 

Similar Topics

Four groups of devices, each containing four electric motors M1, M2, M3, M4, press the start button when M1 starts, 10s M2 after the start...
Replies
11
Views
5,115
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,106
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
343
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,759
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,592
Back
Top Bottom