Milan Posted November 26, 2019 Report Share Posted November 26, 2019 Dear Sir, please help. I have a M90 controller and need to create a "spreadsheet" in the controller. The table should be able to enter up to 10 values that the operator would enter. When these values are entered, it is necessary to press one value at a time and place it in some temporary memory. Quote Link to comment Share on other sites More sharing options...
MVP 2022 Joe Tauser Posted November 27, 2019 MVP 2022 Report Share Posted November 27, 2019 Look at the Help on "Special Functions without Element" for the Load Indirect function. If you're only working with 10 values you can create a couple of pointers to get the data in and out of regular MI memory. You can also look into the Database, which can hold 1024 values. If you look under Help->Sample U90 Projects you will find a couple of Indirect examples under Basic Ladder operations, which would be a good place to start. Try writing some code and post your program here with questions. Joe T. 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.