PHoskins Posted August 8, 2018 Report Share Posted August 8, 2018 In my application I have several timers for various things that I have the timers currently hard coded with set times. I would like to have a screen that I could view these timers and there current setting and then edit the time via this page so it would need to preset that timer. I'm not sure where even to begin. I'm thinking a data table but not sure how to display this. Thanks Paul Link to comment Share on other sites More sharing options...
MVP 2023 Joe Tauser Posted August 8, 2018 MVP 2023 Report Share Posted August 8, 2018 There is a timer HMI object. Post your code and we can paste one in for you. Joe T. Link to comment Share on other sites More sharing options...
MVP 2023 Flex727 Posted August 8, 2018 MVP 2023 Report Share Posted August 8, 2018 Insert the Timer Variable onto your HMI screen, select Preset, and check Keypad Entry. You can also select the format you want displayed, a description that shows on the keyboard popup, and other niceties. This will allow you to change the timer preset from your HMI screen. Link to comment Share on other sites More sharing options...
PHoskins Posted August 8, 2018 Author Report Share Posted August 8, 2018 Thank you! that is exactly what I was looking for simple and elegant. Thanks again for helping me out. Link to comment Share on other sites More sharing options...
PHoskins Posted August 9, 2018 Author Report Share Posted August 9, 2018 Hey, One more thing it seems that you can change these just fine but if you shut the unit off and back on they reset to the original value. Is there away to save the changes to these timers so that even if power is cycled the last entered value remains? Link to comment Share on other sites More sharing options...
MVP 2023 Flex727 Posted August 9, 2018 MVP 2023 Report Share Posted August 9, 2018 Make sure the box circled in red is NOT checked when you create your timer. 1 Link to comment Share on other sites More sharing options...
Arberhaziri Posted April 1, 2020 Report Share Posted April 1, 2020 On 8/9/2018 at 4:17 PM, Flex727 said: Make sure the box circled in red is NOT checked when you create your timer. Is it the same for numeric number also . For example if I don't "check" the box on a numeric variable and I put the values from keyboard on the HMI screen , will the values be saved after I restart my PLC. Link to comment Share on other sites More sharing options...
AlexUT Posted April 1, 2020 Report Share Posted April 1, 2020 Any check box for power-up write power-up value to destination, either Timer or MI, etc. When check-box not checked, then last value before power-off is stored (battery backup memory). B.R. 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