PI problem

rQx

Lifetime Supporting Member
Join Date
Oct 2010
Location
Trelleborg
Posts
1,051
Hi,

I have a strange problem on a site running a VFD deep water pump with a pressure sensor. The pump is feeding water to watering machines that is watering agricultural fields. So the system can both be started onto a closed system or an open system.

To stop the pump we have a condition that if the VFD is running on to low speed (indicating that it can maintain the pressure easy and thus the system is closed and the watering machines have closed their valve) the pump is stopped and must be restarted next time they want to water.

It is running fine aside from the stop condition, when the system is closed the pump is still running at 70% at 8bar. When we stop the pump manually the pressure is maintained so there is no leaks. Why isn't the PI regulator regulating down the pump? I know that the pump must run somewhere in the upper 70s% to build pressure.

We have other machines with the same setup but where we control the VFD with a Siemens LOGO, the PI regulator is in the LOGO. Then there is no problem.

/Tim
 
It is running fine aside from the stop condition, when the system is closed the pump is still running at 70% at 8bar. When we stop the pump manually the pressure is maintained so there is no leaks. Why isn't the PI regulator regulating down the pump? I know that the pump must run somewhere in the upper 70s% to build pressure.

We have other machines with the same setup but where we control the VFD with a Siemens LOGO, the PI regulator is in the LOGO. Then there is no problem.

/Tim


It is because your PI-control is happy with 70%, pressure neither drops or goes bigger, and PI-control starts to maintain speed with 70%. There is nothing strange :D
It maybe can avoided if changing PI-parameters, but only maybe. Then your VFD deaccelerate to 0% or minimum frequence, and pump isn't still stopped.

Is PI on VFD or PLC now?

VFD should have PID sleeping and awaking functions, but if you control pressure on PLC, then you need to program them to PLC.
Basic idea is that if pump frequency is below certain point (Pump isn't making any flow) and pressure is good, then stop VFD (Sleep)
And if pressure drops below certain point, then start VFD again (awake).
 
Last edited:

Similar Topics

On all pages of my project i have a lot of information, texts and details that should not not be shown. I can remove them for each part apart from...
Replies
0
Views
35
Hi, I have had problem with upgrading some projects from v16 to v18. I tried it on 3 diffrent computers. I want to post this so that anyone that...
Replies
3
Views
158
Hi, I am having a challenge installing a new drive ACS355-03E-44A0-4 as it keeps on displaying Fault code F00018 even when the load is not...
Replies
3
Views
134
I have an issue on my vessel, we have water tight door system created in China, company is no longer operating. We have 7 doors each with their...
Replies
4
Views
142
Hi all. Simple as simple can be, I don't understand what's happening. I'm toggling he OSR on, GX_LUB_PUMP1_LEAD should switch. It doesn't. The...
Replies
27
Views
664
Back
Top Bottom