Sarkis Sarkissian Posted July 2, 2019 Report Posted July 2, 2019 My u90 ladder doesnt contain the FB tab, how can I download it. Any help?
Cam Posted July 2, 2019 Report Posted July 2, 2019 U90 doesn’t use function blocks. It uses special registers in order to accomplish the work of a function block. Refer to the help files.
MVP 2023 Ausman Posted July 3, 2019 MVP 2023 Report Posted July 3, 2019 And further to what Cam has said, if you need to repeat a "function block", you have to do the same register work again for your next requirement. This can be a little confusing as you might think that this will upset things by having more than one reference to the involved registers in one scan. But the scan runs through and treats each "FB" separately, as long as you follow the rules. cheers, Aus
Sarkis Sarkissian Posted July 4, 2019 Author Report Posted July 4, 2019 Well than I need help in coding for a PID controller for a JZ20-R16. I've read alot of sources, and all the sources refer to a function block tab, which my program lacks. If I dont have the tab what are the ways to device a good PID Controller code?
MVP 2023 Ausman Posted July 4, 2019 MVP 2023 Report Posted July 4, 2019 Sarkis, have you read the Help files on PID that are native to U90? PID is listed under the Controller header and opening it lets you do all details. cheers, Aus
MVP 2023 Joe Tauser Posted July 5, 2019 MVP 2023 Report Posted July 5, 2019 It's also under Tools in the tree. I recommend you look at some of the PID example programs under Help-> Sample U90 Projects. Joe T.
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