3 Phase Motor Speed Control

mikeruth

Member
Join Date
Apr 2013
Location
Pound, VA
Posts
1
I am working on a project that requires a Micrologix 1200 PLC that will control the speed of a booster pump station water pump using a Schneider VFD. I am using a analog card with the PLC. The speed of the pump will be determined by the suction and discharge pressure of the system. I can get the suction and discharge pressures in to the PLC. I need help with the code to actually communicate and change speeds of the VFD.
 
You can't control the suction pressure on a booster pump, just the discharge pressure. You can use proportional control or another algorithm to do this.
 
Taking Tom one step further.
You want to ensure Net Positive Suction Pressure (NPSH) at centrifugal pump suction. If you dont you will create air bubbles or steam in the impeller and cause cavitation which erodes it - worst case fill pump with steam - they do NOT pump steam.

Ensure suction piping is at least same size as pump inlet - larger will not hurt. With RARE exception NEVER throttle a pump suction. Try to design to ensure as much suction head as possible.

Dan Bentler
 
You can't control the suction pressure on a booster pump, just the discharge pressure. You can use proportional control or another algorithm to do this.

Maybe the OP wants to control the DP across the Pump so he will subtract the suction pressure from the discharge and make this the PV of this control loop. A DP Transmitter is simpler, though.
 
I need help with the code to actually communicate and change speeds of the VFD.
Use your Analog Output Expansion Module attached to your MicroLogix 1200 to send the VFD a speed setting from the Control Variable Output of a PID block with your differential pressure as the Process Variable Input.

PUMP SPEED SETPOINT TO VFD SPEED INPUT.jpg
 
Last edited:
Maybe the OP wants to control the DP across the Pump so he will subtract the suction pressure from the discharge and make this the PV of this control loop. A DP Transmitter is simpler, though.

Possibly, in which case you are right about the DP. However the booster pumps I've been familiar with generally sit in a water distribution network and boost the pressure up to a set level in the downstream distribution network. They are used to offset the friction losses in the distribution system upstream of the pump.

Because of the unique application booster pumps don't usually have cavitation problems because the upstream pressure is usually 30 or 40 psig.
 

Similar Topics

Hello everyone, I ran into this 230 single phase two speed motor with two capacitors and a relay (see picture) and have a few questions: The...
Replies
4
Views
1,400
Hi, I'm very familiar with speed control of 3 phase motors with VFD but how do you achieve this on a 1 phase motor if you need remote control of...
Replies
8
Views
2,440
Does anybody have any experience/suggestions for variable speed control of single phase motors? My application is: Control up to 4 - 1/2hp fans...
Replies
20
Views
6,709
Dear MEmbers, There have any method to control speed single phase motor?. I'm try sourcing using VFD, but VFD only can using for 3 phase motor...
Replies
2
Views
3,584
I need to make the speed of a 3 Phase motor adjustable using a PLC . I thought that the best way is to use the PWM, but I realized that my PLC...
Replies
23
Views
7,037
Back
Top Bottom