Autor Thema: flow valve  (Gelesen 52 mal)

Offline srd

  • Full Member
  • ***
  • Beiträge: 134
flow valve
« am: Gestern um 07:24:58 »
Hi All, we have a 4-20ma motorised valve we need to control to allow 63 l/s through, we have a 4-20ma / 100 l/s flow paddle on the pipework. I would like to have a go at doing a pid circuit to operate the valve. Would anybody have any examples or guidance preferably in LD or FBD they could let me look at or show me how to do it. We have an easy with an analogue module to use. Thank You

Offline radar17892

  • Sr. Member
  • ****
  • Beiträge: 884
  • Think easy!
    • mollgruppe
Antw:flow valve
« Antwort #1 am: Gestern um 14:20:56 »
Hi srd,
A small example using a PID controller.
The parameters are stored permanently in words 33-37.
I recommend starting with the following values:
KP=70;
TN=3.0s;
TV=0.8s;

To calculate the parameters, you can analyze the step response of the controlled system. There are various tutorials on this in the field of control engineering.

Thomas
Weil Einfach einfach Einfach ist!

Offline srd

  • Full Member
  • ***
  • Beiträge: 134
Antw:flow valve
« Antwort #2 am: Gestern um 15:19:33 »
thanks for that it looks like what i need.