Sarkis Sarkissian Posted July 2, 2019 Report Share Posted July 2, 2019 My u90 ladder doesnt contain the FB tab, how can I download it. Any help? Quote Link to comment Share on other sites More sharing options...
Cam Posted July 2, 2019 Report Share 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. Quote Link to comment Share on other sites More sharing options...
MVP 2022 Ausman Posted July 3, 2019 MVP 2022 Report Share 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 Quote Link to comment Share on other sites More sharing options...
Sarkis Sarkissian Posted July 4, 2019 Author Report Share 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? Quote Link to comment Share on other sites More sharing options...
MVP 2022 Ausman Posted July 4, 2019 MVP 2022 Report Share 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 Quote Link to comment Share on other sites More sharing options...
MVP 2022 Joe Tauser Posted July 5, 2019 MVP 2022 Report Share 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. Quote Link to comment Share on other sites More sharing options...
Sarkis Sarkissian Posted July 8, 2019 Author Report Share Posted July 8, 2019 Thank you all! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.