Jump to content

M90 table values


Milan

Recommended Posts

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.
 

Link to comment
Share on other sites

  • MVP 2023

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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.