cascaded loops

jlsanborn

Member
Join Date
May 2008
Location
Spokane, WA
Posts
3
I've got a chlorine dosing application where I'll use ML1100. The specification I'm working to defines that I use "compound loop control" I have two measurable variables - water flow and residual chlorine. Can anyone point me to an example or offer up any advice? I think that the loop update on the residual chlorine side would have to be very slow and that I'd use flow as a feed forward term.
 
You probably want to flow pace the chlorine feed rate for an initial dosing rate of so many ppm chlorine. You can then use feedback from the chlorine sensor to modify the dosing rate to maintain the correct residual. Keep trackof the deadtime in the process, as that will affect tuning.
 
Tom,
Thanks for the feedback! When you say "deadtime" are you referring to the time it takes for the chlorine level to "settle"? Pardon my ignorance.
Can I "flow pace" with a PID instruction? Would I then use another PID to modify the "flow pace" set point?
John
 
I am sure someone will correct me if I am wrong, but deadtime would be the amount of time it takes for you to see a change in the PV after increasing/decreasing the CV. As far as the term flow pace and the description above I take it as starting with a safe flow rate of chlorine and then modify that value (flow set-point) based on the reaction you see.
 
Here'e where I'm headed.....
I'm going to sample the residual every three seconds and load it into a 20 element stack. Each minute I'll average the stack and stuff the result into another 30 element file. Each hour I'll average that stack, compare to setpoint and adjust if needed.
I'm thinking I can use PID to "flow pace", but have not pecked that out yet.
 

Similar Topics

Good morning, I am currently having a struggle of getting cascaded pide loops to work within studio 5000. I have read and followed all the...
Replies
5
Views
1,910
How was the cascaded loop tuned? What did the cascased loops control? What myths or rules of thumb have you heard or used?
Replies
51
Views
25,523
How best to consistently scale the PID SP of the inner loop when it can operate in both cascaded and single loop mode? Right now, I have an...
Replies
4
Views
5,113
I'm doing PID temperature controller using PLC. I'm doing a cascaded P, and PI controller of both temperature set points. My question is how...
Replies
6
Views
1,725
I have a control system and I'm doing a triplet cascaded controllers, I have designed an interface like that IController { void Run()...
Replies
0
Views
1,148
Back
Top Bottom