6/11/2017 10:42 AM | |
Joined: 5/30/2013 Last visit: 3/21/2023 Posts: 112 Rating:
|
Hi @success, what you problem PiD or scaling? Tray this: Closed-Loop Control of Simulated Controlled Systems in the S7-1500 with PID_Compact V2 connecting the control output of a PID controller to two actuators Example Project for PID Professional Sample program: field simulation for PID Compact 3-Point Stepper Control with SIMATIC S7-1200 (Set 2) 3-Point Stepper Control with SIMATIC S7-1500 Sample program: controlling two actuators How can you standardize and destandardize analog values with STEP 7 V5.5 before we use the FB 41, Shall the input and output word be scalled/unscalled first? S314C-2DP analog output scaling PID controller logic implementation Best regards zzVss |
Last edited by: zzVss at: 6/11/2017 10:58:44 AM |
|
6/11/2017 3:51 PM | |
Joined: 9/27/2006 Last visit: 3/23/2023 Posts: 11994 Rating:
|
Hello success; If you search a bit on the web you will find many variations on the basic PID algorithm developped by various PLC manufacturers. For example, look at the attachment below. http://literature.rockwellautomation.com/idc/groups/literature/documents/wp/logix-wp008_-en-p.pdf Remember that besides the basic calculations you will have to synchronize the cycle time of your algorithm with the calling interrupt OB it is located in, and also take care of the scaling in and out of the variables, and the output limits of your controller and many other little détails... Good luck in your endeavor, Hope this helps, Daniel Chartier |
This contribution was helpful to
2 thankful Users |
6/11/2017 5:31 PM | |
Joined: 8/1/2016 Last visit: 9/5/2022 Posts: 152 Rating:
|
Dear all, I want to appreciate your responses... Thank you all... The information provided are very helpful.. |
Follow us on