RicardoRSP Posted February 9, 2020 Report Posted February 9, 2020 Hi I got a contract to install a unitronic PLC recently and i'm loving this hardware, very easy in so many ways, but i got a question that i couldn't find the anwser on older topics. Since i'm not at the site of the installed PLC, i can't really test the ladder code, so i'm trying to get everything ready to save time there. One thing that i couldn't find is, there is a way to see the timers countdown when the code are running with the PLC? Last time that i was there, i could just see when the timer activate, but couldn't find where i could look it's countdown. Thanks all and sorry for the english, is not my main language.
Saragani Posted February 9, 2020 Report Posted February 9, 2020 A timer tag has the following members: Preset Current Out The Out bit is what you used for telling if the timer has activated. Preset will give you the value that the timer is starting to count from, and the Current is the time left. Preset - Current will give you the elapsed time. You can attach a Timer Box element in the HMI to the timer in order to see Preset, Current or Elapsed
RicardoRSP Posted February 10, 2020 Author Report Posted February 10, 2020 Thanks for answering! So, can i put something on the ladder code, while watching it on the run, so i can see the elapsed time? Like something to see the "current" property? Or i can only put that property on the HMI?
MVP 2023 Joe Tauser Posted February 10, 2020 MVP 2023 Report Posted February 10, 2020 Both. Open up UniLogic and at the bottom you'll see a tab called "Timers". When you're online with the unit you can click on one of the timer type tags you've defined and drill into it to see the preset as well as the current value. If you have a screen open, you'll see something called "Timer" in the toolbox. You can use the Timer Box object to drop something that will display timer information on the HMI. What you see is totally configurable from the dropdowns in the object configuration- I encourage you to make a test project in UniLogic and play around with it. Joe T.
RicardoRSP Posted February 10, 2020 Author Report Posted February 10, 2020 Interesting, will play with those properties when i get to the site. Thanks a lot for the help! You guys made my life much easier on this process. Ricardo
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