Vinicius Posted August 14, 2020 Report Posted August 14, 2020 Hello, I'm using PID control block, and trying to change the P,I,D values, but i can't. I tried to overwrite the entire program with the new values, change the value in online mode... They simplily keep the same value. The status PID its 11, "PV exceeds proportional band, no calculation performed" Thanks for any help!
MVP 2023 Flex727 Posted August 14, 2020 MVP 2023 Report Posted August 14, 2020 I assume you are using VisiLogic. It would be helpful if you would report the version of VisiLogic and the PLC model you are using. When you try to change the value in online mode, does the value not change at all, or does it revert to the original value at some later time (such as startup)? Confirm you do not have the Power-Up checked on the operands you are trying to change. If you do not, then do a search on the operand to confirm you are not attempting to assign a value anywhere else in your program.
Vinicius Posted August 14, 2020 Author Report Posted August 14, 2020 Oh sorry, I'm so embarrassed right now. "then do a search on the operand to confirm you are not attempting to assign a value anywhere else in your program" This was actually the problem. Months ago I put a store block to aways save 7, when start-up. So don't mind if have a different Power-Up value, it aways be 7... hahah sorry again. Thanks
MVP 2023 Flex727 Posted August 14, 2020 MVP 2023 Report Posted August 14, 2020 49 minutes ago, Vinicius said: Oh sorry, I'm so embarrassed right now. Do not be - we all get bit by this regularly. Glad you resolved your problem.
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