Fernando Castro Posted December 14, 2022 Report Share Posted December 14, 2022 So, I need to implement a PID control Loop for temperature control, and I was reading the documentation, but this part is not clear to me: Does this mean that I can only use PID AUTO -TUNE, and I cannot use the regular PID functions on V700 and V570? I mean that's what it says but maybe is a translation issue or I am understanding it wrong. I mean the function blocks and the documentation of PID AUTO-TUNE seem straightforward, but that means that I will not be able to enter the parameters manually. for example, I don't have everything ready to test the loop, but I at least would like to run the PID functions, just to test the logic part of the program (Enabling the Temperature Controller, making sure that the values have the correct linearization, test that the stop/pause/reset functions, prompts and all other features I already had to interact correctly between each other) For this I don't need to have the PID properly tuned, it will be useful just to see that there Is an Output being sent by the PLC. Thanks in advance Link to comment Share on other sites More sharing options...
MVP 2023 Joe Tauser Posted December 14, 2022 MVP 2023 Report Share Posted December 14, 2022 Yes, you do need to use the PID AUTO-TUNE block for PID control. Do not ask why - it is a Uni-Mystery. But you don't have to run the PID A. TUNE AUTO-TUNE function. It will work fine if you just call the configuration block on the first scan, set your own PID parameters, and then just call the RUN block. Joe T. 1 Link to comment Share on other sites More sharing options...
Fernando Castro Posted December 15, 2022 Author Report Share Posted December 15, 2022 16 hours ago, Joe Tauser said: Yes, you do need to use the PID AUTO-TUNE block for PID control. Do not ask why - it is a Uni-Mystery. But you don't have to run the PID A. TUNE AUTO-TUNE function. It will work fine if you just call the configuration block on the first scan, set your own PID parameters, and then just call the RUN block. Joe T. 🤣, Uni-Mistery. Thanks Joe, just wanted to be sure that I understood correctly, before diving in to the PID implementation. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now