Help with PID and VFD

xpx

Member
Join Date
Mar 2016
Location
casa
Posts
2
Hello,

hello my school project is to control level control with a pumps which drived with a vfd i am using rslogix500 to do this
the problem is the SP is a level and the PV is a level too which mean that the Control value will be a level too my question is if this CV will be conected directly to the VFD after being scaled or something else.

any help or a small project exemple for this will be really apreciated

thanks,
 
Why do you think the CV must be a level?

It is just 0-100% of the maximum control "force" available. For your drive that might be 0 to 50Hz speed reference. You just need to scale the PID blocks CV and use that for your drives speed reference. The PID block in micrologix processors is scaled 0-16387 from memory, but it's been a while.

Zip up your program and let's see what you've done so far
 
Why do you think the CV must be a level?

It is just 0-100% of the maximum control "force" available. For your drive that might be 0 to 50Hz speed reference. You just need to scale the PID blocks CV and use that for your drives speed reference. The PID block in micrologix processors is scaled 0-16387 from memory, but it's been a while.

Zip up your program and let's see what you've done so far

Hi saffa thank you for your answer
this the program that ive just made
 
Scale your PV and SP the same (0-100%).

Do you want the VFD to run in a closed loop to vary the HZ so that the level is always as close as can be to SP? If so, you need to use the PID instruction, SP, PV and output.

Might also need some logic to detect over level (PID out of control) and minimum level to stop the pump from damaging itself upon low level.
 

Similar Topics

Hello all, I have an issue with a PID block in RsLogix 5000. The parameters are P: 3.25 I: 0.11 D: 0.01 The Set Point is 71 psi This loop...
Replies
63
Views
14,778
hey guys - I'm a novice PLC enthusiast, so this may be a simple one. I'm running a PID on a Micrologix 1200 PLC and I want to change the Gain for...
Replies
18
Views
4,235
I need a little help with a project I have been thinking about. We have a belt line that is fed by a gravity door (pretty much a hydraulic...
Replies
14
Views
2,726
Hi all, I have a request from client as follows, There's one PID for Control valve which would be controlling on basis of temperature. One...
Replies
1
Views
1,511
Hi, I am trying to automatically regulate a process ( liquid ) in a tube using an ultrasonic sensor, differential level meter, control valve...
Replies
3
Views
3,111
Back
Top Bottom