Gdn Posted May 10, 2022 Report Posted May 10, 2022 After downloading the aplication soms timers has no current value off zero The timers get a preset value from a data table
MVP 2023 Joe Tauser Posted May 10, 2022 MVP 2023 Report Posted May 10, 2022 Try Reset and Initialize the PLC from the Communications dialog. The Current Value is set when the program runs. Only the presets are downloaded. The Current Value should reset to zero when the timer is called without power, depending on the timer type. If you have a whole bunch of subroutines that aren't called you will see this. Can you upload your program? Joe T.
MVP 2023 Flex727 Posted May 10, 2022 MVP 2023 Report Posted May 10, 2022 Everything Joe Tauser says above is totally correct. I'll further say that if your timers are TD or TE, then you don't care at all what the Current value is at boot up. Go to the Help file and read the section on Timers to understand how they work. It will help you greatly. Looking at your picture, it looks like that is just random data already residing in memory when you loaded your program. Since a program download does not affect the contents of your PLC's working memory, it is always good practice to perform an Initialize & Reset just before or after downloading a new program. Initialize clears out (zeroes) all the working memory in your PLC.
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