alexmoskos Posted December 27, 2012 Report Share Posted December 27, 2012 I have successfully setup my program for the V1210 to allow a user to input certain MI and ML inputs which get logged into the a recipe in a data table. What I can't figure out is when I select either recipe 1, recipe 2, recipe 3, or whatever, how to get the MI variables on my HMI to update to the values of that recipe. The MI variable on the HMI I want to refresh is the same location I allow them to keypad entry the values they want. I have used the "Read Data Table" function in the ladder logic as shown below and the variable I want to see refreshed is shown below. Any help is appreciated. Thank You Link to comment Share on other sites More sharing options...
AlexUT Posted December 27, 2012 Report Share Posted December 27, 2012 Uncheck "Start with clear field" and test again. Link to comment Share on other sites More sharing options...
MVP 2023 Flex727 Posted December 27, 2012 MVP 2023 Report Share Posted December 27, 2012 Place a MB in the field called "Legal Entry" (near the bottom of the Numeric Entry function). Use a positive transition on that MB to trigger the Data Table function, or other logic you're performing that needs refresh when the MI entry is updated. Link to comment Share on other sites More sharing options...
alexmoskos Posted December 27, 2012 Author Report Share Posted December 27, 2012 Thank You both for the response. Flex727- I did something similar to what you mentioned, I already had something like that set up in my logic but your comment made me realize I had multiple MBs like "Legal Entry" setup in multiple rungs which performed the "read data table" function. I just set them all up in the same rung as shown below and now everything works and refreshes as planned. Thanks for the jolt Link to comment Share on other sites More sharing options...
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