Water Tank VFD PID Control

Chef-Scotty

Member
Join Date
Feb 2017
Location
Saskatoon
Posts
7
Hello All,

I am currently working on Controling the water level in a tank using a PID instruction in RSlogix 5000 via VFD.

I have set my control variable as the VFD and the process variable as the level meter. Everytime I start my program the VFD stays at 0 hz and does not try to reach the set point. Any ideas on how i may be able to fix this? Below i have attached photos of how it is currently scaled and configured:
PID_Scaling.PNG
PID_Config.PNG

Any help is much appreciated, Thank you.
 
How is the CV getting to the VFD? An analog output in the PLC? If so, have you programmed the VFD to accept a speed command from its analog input? Even if so, what is telling the VFD to Run in the first place? Some VFDs can be set up to respond to the AI as a complete control signal, in that you have an AI threshold that tells the drive to run and below that it stops on its own. But you must program the drive to do that (if it even can).
 
PID initialized is off....how are you calling the PID block. Doesn't look like it's executing.
 
You'll want to put the PID block inside a periodic task with a period of 150ms to match the loop update of the PID. Otherwise you may get unstable performance.
 

Similar Topics

I want to measure the tank level and get the sensor output to the PLC. Below are the details : Tank Height =0 - 3m, the sensor is stalled 0,2m...
Replies
15
Views
546
In our water cooling tank, I've installed and successfully wired up 4 float switches & updated the PLC (big thanks to @parky for that). As a...
Replies
46
Views
11,442
We've had an intermittent issue with this for years. The application is sensing a level, or more accurately the absence of level in smallish ~5-10...
Replies
13
Views
7,358
I have watch situation, where 2 systems sharing 1 water tank, both system have 2 LT but the SP for the height are same value on both system, The...
Replies
4
Views
1,407
I'm trying to do proportional control of a valve on a water tank without the use of a PLC. Does any one has any experience using a PID control...
Replies
8
Views
2,701
Back
Top Bottom