3/10/2012 3:44 PM | |
Joined: 1/28/2009 Last visit: 8/31/2025 Posts: 6874 Rating:
|
Dear Asif_73, Check the samples for FB41 here ( ![]() PID Control Package - FB41 Samples Note: Structure decomposition (PD in feedback) is suitable for processes such as level which is integrating in nature.This is not implemented in all control packages but I can mention Modular PID control and standard PID control packages. The following is list of some PID function block and the name of software package:
Best regards, Hamid Hosseini |
Last edited by: hdhosseini at: 3/10/2012 3:58 PM |
|
3/10/2012 5:41 PM | |
Posts: 5 Rating:
|
Dear Hamid Thank you for your guidence, I will go through this stuff and let you know about my progress and for issue discuss with you... |
Last edited by: Asif_73 at: 3/10/2012 5:42 PM |
|
3/10/2012 5:50 PM | |
Joined: 1/28/2009 Last visit: 8/31/2025 Posts: 6874 Rating:
|
Hello again, But for students in university, I suggest working on simplified PID algorithm to be checked instead of using blocks from SIEMENS.You can write your own algorithm using one of the numerical method for solving ordinary differential equations (e.g Rung-Kutta).If you search on web or finding academic textbooks which discussed mathematics of the algorithm ,you can implement it even in LAD Best regards, Hamid Hosseini |
3/12/2012 9:27 AM | |
Joined: 1/28/2009 Last visit: 8/31/2025 Posts: 6874 Rating:
|
Dear Asif_73, about the hardware connection please consult the following manual.It is also good to see how a physical value processed and digitized in different analog modules: SIMATIC S7-300 S7-300 Automation System Module Data About developing the algorithm the following book will be a great help if you can find it in the library of your university. For level control ,hopefully PI controller suffice.P part is the simple multiplication of gain in the error signal.Integration part is the most difficult part.You can use Riemann numerical integration method with high and low limits and a method to avoid saturation (as described in the following book). http://www.amazon.com/gp/product/1556175167/ref=pd_lpo_k2_dp_sr_1?pf_rd_p=1278548962&pf_rd_s=lpo-top-stripe-1&pf_rd_t=201&pf_rd_i=1556179421&pf_rd_m=ATVPDKIKX0DER&pf_rd_r=1H53Q10BCNMKWQE4TZHQ Best regards, Hamid Hosseini |
Follow us on