veerubiji
Full Member level 2
- Joined
- Feb 24, 2011
- Messages
- 122
- Helped
- 3
- Reputation
- 6
- Reaction score
- 3
- Trophy points
- 1,298
- Activity points
- 2,301
Hi,
I am trying to implement PI control algorithm in c#. I found some help in internet and i understand the formula how to use. I have measured value(PV)= 20 °C and set point (SP)= 80°C; I would like to update every 2 sec in time.
I found this code https://www.codeproject.com/Articles/36459/PID-process-control-a-Cruise-Control-example
but what i am need is how to calculate gain factors Kp and Ki gains. I am neglecting Derivative. So please can anyone explain me how to calculate those gain factors. I am using shimaden SR90 digital controller. I found some factors in the manual but i am not sure can i use those gain factors.
I am trying to implement PI control algorithm in c#. I found some help in internet and i understand the formula how to use. I have measured value(PV)= 20 °C and set point (SP)= 80°C; I would like to update every 2 sec in time.
I found this code https://www.codeproject.com/Articles/36459/PID-process-control-a-Cruise-Control-example
but what i am need is how to calculate gain factors Kp and Ki gains. I am neglecting Derivative. So please can anyone explain me how to calculate those gain factors. I am using shimaden SR90 digital controller. I found some factors in the manual but i am not sure can i use those gain factors.
Last edited: