Pump PLC Program (RS500)

Freak

Member
Join Date
Oct 2006
Location
Barossa Valley
Posts
195
Hi All,
I have a RS500 program for a wine pump. In manual the pump is running too fast and I need to slow it down, sounds pretty easy. PLC talks to a touchscreen that provides a setpoint for the speed reference (N7:0), for some reason teh PLC then multiplies this by 164 to then create teh speed reference. In auto the PLC gets a signal from a level probe that it then divides by 164.
I am assuing I need to modify the manual multiplication factor but I am curious as to how they got the 164 and I don't really want to play with this unless I now why this number.

Any ideas would be appreciated.

Cheers
Peter
 
In auto a PID instruction is outputting a raw count of 0-16383, they then scale the output before sending to the VFD. When in manual, you enter a value from 0-100%, instead of scaling they just multiply by 164, to get you in the same ball park as the PID output. It's not the way I would have done it, but it should work. If the pump is running to fast, perhaps your setpoint is too high.


Ken
 

Similar Topics

Hi, I would like to assemble a simulator/practice booster pump system that uses PID to maintain steady water pressure under various outlet demands...
Replies
0
Views
89
Hi there, I have three pumps, I have to start first pump for 8 minute and after that it should be turned off and other one start simultaneously...
Replies
11
Views
1,858
I would like to ask, how the centrifugal pump operation is done through PLC in Auto - sequence mode in general. Starting of Pump in Auto...
Replies
1
Views
1,201
Hi, I've been asked to display the pump efficiency on our HMI system (iFIX). They have requested a kind of bar graph to indicate if it's running...
Replies
6
Views
2,452
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,316
Back
Top Bottom