__sub__g Posted July 27, 2022 Report Share Posted July 27, 2022 I have a button to increment and decrement and keypad entry. I set address of keypad entry address different as numbering starts with 0 but in reality it is one. Increment and decrement work fine with button .But how do I reflect change in the keypad. I want to program if there is a keypad entry change reflect that change in other address. Quote Link to comment Share on other sites More sharing options...
MVP 2022 kratmel Posted July 27, 2022 MVP 2022 Report Share Posted July 27, 2022 I will try to simplify your task. Imagine that the table row number zero does not exist (you do not use it) . Use only the required numbered lines... Your main task is to limit the range of the index change from 1 to the desired maximum. You can easily do this for input from the virtual keyboard - there is a definition of the allowed min and maximum for keyboard input. For buttons, just put a comparison block in the laddet net that will block decrements less than 1 and increments above the maximum. Quote Link to comment Share on other sites More sharing options...
MVP 2022 Flex727 Posted July 27, 2022 MVP 2022 Report Share Posted July 27, 2022 6 hours ago, __sub__g said: I want to program if there is a keypad entry change reflect that change in other address. It's not clear to me what you're saying here. Can you clarify or post your program here? 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.