3/2/2012 4:28 PM | |
Posts: 23 Rating: (0) |
Hello. I have a program that contains a PID controller and I want to see these parameters. thank you. |
3/2/2012 4:55 PM | |
Posts: 17 Rating: (0) |
You have to open online the Instance DB of the PID FB Block. See that in your program there is an FB Block that is the PID Block, and one of its parameters is the Instance DB. Patricio Novotny |
3/2/2012 7:03 PM | |
Posts: 23 Rating: (0) |
thank you for your help. but the problem is that I do not know FB Block that is the PID Block |
3/2/2012 8:00 PM | |
Joined: 1/28/2009 Last visit: 10/26/2024 Posts: 6852 Rating: (1365) |
Dear MEDALI , These are the possible software packages for continuous and discrete PID controllers.Please arrange your block in a manner to check the symbols.Symbol for each function (block) also provided. If you could not find the function , you have option of uploading your project here for more help. //PID Control FB41(CONT_C) FB42(CONT_S) FB43(PULSEGEN) //PID in CFC300 FB1(CONT_C) FB2(CONT_S) FB3(PULSEGEN) //PID Temperature Control FB58 (TCONT_CP) FB59 (TCONT_S) //Standard PID control FB1 (PID_CP) FB2 (PID_ES) //MODULAR PID control FB19 (PID) Best regards, Hamid Hosseini |
3/2/2012 8:52 PM | |
Posts: 23 Rating: (0) |
THANK YOU. BUT I CANT OPEN ( FB41(CONT_C) FB42(CONT_S) FB43(PULSEGEN)) for exemple how can i see the pid parameters ??? |
3/2/2012 9:23 PM | |
Joined: 1/28/2009 Last visit: 10/26/2024 Posts: 6852 Rating: (1365) |
It is not necessary to open a Function to see the parameters. You can find or determine parameters of a function block when you call it.Please check where the PID controller function called in your program (OB3X). When a function block called, you need a Data block to store data corresponds to algorithm.You have access to all parameters by using a variable table.Normally, you can write absolute addresses of each parameter in a row of "variable table" and monitor or modify it based on type of address. Sample project for FB41 provided here: PID Control Package - FB41 Samples Please familiarize yourself with the topic by checking this simple project.I also included variable table in it to change the parameter as I like: hd_FB41_EX.zip @Marcjan: What do you think about this: ""If gold rusts, what then can iron do?"" Best regards, Hamid Hosseini AttachmentREG.zip (621 Downloads) |
Last edited by: hdhosseini at: 3/2/2012 9:33 PM//Snapshots are added |
|
3/2/2012 10:55 PM | |
Posts: 23 Rating: (0) |
THANK YOU. the pid function called only in (OB3X) ???? because i dont fond it in OB3X AND OBXX. |
Follow us on