Pump feedback

manin

Member
Join Date
Jan 2015
Location
Athens
Posts
37
Hello, I have a problem I can't solve so far.

I have read a few other posts but I did not find understood, something about my problem.

I have a pump that works in automatic mode. If pump is enabled after 2 seconds a feedback must enable an input at plc. If not must set the alarm and stop the pump.

The alarm must be cleared if pump and feedback are both enabled or disabled.

At this point, if pump does not return feedack, it stack into a loop, alarm and clear alarm..

I use Fatek plc.

Best regards
 
Use the schematic and your multimeter to check for voltage at feedback starting from input side and going back until you find the culpirt it could be a loose wire bad contact blown fuse...
 
If the pump is really starting, you may have a blown fuse in the feedback input.

I am looking for a ladder way to do it...
I can't to add anything else

Use the schematic and your multimeter to check for voltage at feedback starting from input side and going back until you find the culpirt it could be a loose wire bad contact blown fuse...

There is not any electrical issue. The way it is asked, it is going in a loop...
I am just trying to find something, that will solve my problem without changing the result

Thank you both for your time :)
 
Your problem is that you are energizing the output, and then when the feedback doesn't match the output, you alarm and thus stop the motor,turning off the output. Now the feedback DOES match the output, so there's no alarm condition, which allows you to turn on the output, ad infinitum.

You have the rule:
The alarm must be cleared if pump and feedback are both enabled or disabled.
but you aren't clearing the alarm -- that is, requiring a human to say that the pump has been looked at and is OK to be tried again.

You need to have some sort of Reset button, or Alarm Acknowledge system on your HMI or user interface. I knew one company that, rather than having yet another input, used the HOA switch (which was wired to the PLC) to ensure that the motor had gone to OFF mode, then back into Hand or Auto before the motor could be tried again.

With whatever Reset strategy you decide to use, you'll then latch the Alarm bit, and use the Reset to break the latch. Then your motor code will work as you intend.
 
Last edited:
Your problem is that you are energizing the output, and then when the feedback doesn't match the output, you alarm and thus stop the motor,turning off the output. Now the feedback DOES match the output, so there's no alarm condition, which allows you to turn on the output, ad infinitum.

You have the rule:
but you aren't clearing the alarm -- that is, requiring a human to say that the pump has been looked at and is OK to be tried again.

You need to have some sort of Reset button, or Alarm Acknowledge system on your HMI or user interface. I knew one company that, rather than having yet another input, used the HOA switch (which was wired to the PLC) to ensure that the motor had gone to OFF mode, then back into Hand or Auto before the motor could be tried again.

With whatever Reset strategy you decide to use, you'll then latch the Alarm bit, and use the Reset to break the latch. Then your motor code will work as you intend.


Thank you!
I did it this way
 

Similar Topics

I have a Powerflex 753 and want to control a water pump using the analog input on the main board. I have a current pressure transducer. If I use...
Replies
5
Views
2,044
How can you confirm the pump started from a plc is running in the field without relying on the fact the contact has closed. Would you say get...
Replies
8
Views
3,298
I've gotten to the learning curve where I can program a call for pump to come on at set point but I'm not sure how to turn the same pump off when...
Replies
1
Views
108
Hey Guys, I was looking for a little help on a school project. I was asked to program three pumps with two inputs, more and less. The project...
Replies
23
Views
2,504
My department has been tasked with writing the program for a 4 pump lift station that alternates all four pumps (one lead, one lag, two on...
Replies
4
Views
1,066
Back
Top Bottom