Jump to content

Edit Data Table from HMI screen


Recommended Posts

Just started out on PLC and was wondering whether one could change the information in the data table via the HMI screen? For example, My data table contains a group of phone numbers and i require to change them through my HMI. How do i go about it? It would great if someone could provide me with an example for better understanding. Thanks

Link to comment
Share on other sites

  • MVP 2023

There are many ways to access and modify data table elements. The best way will depend on your particular application. There is a lot of detail in the help file and there are examples provided under the Help drop-down menu. If you are still having difficulty after going through the help files, you are welcome to PM me with specific questions and I will try and help.

Link to comment
Share on other sites

Hello,

 

In order to accomplish this, you would need to read operand values from the data table using the row number as a pointer value. Once the value is read, it can be stored into "working" operands that you can place on your HMI screen. These working operands are just temporary. They can be changed via keypad entry and then it has written back to the data table in order to implement the changes. This process needs at least three steps to complete. The operand needs to be read and  then stored into working operands, which than can be altered on the HMI panel. Once that working operand is changed, it then has to be written back to the data table and that would complete the process.

 

Hope this information is useful.   

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...