Jump to content

Recommended Posts

Posted

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.

Posted

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

Posted

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
Posted

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-

image.png.c359f7e0bf04736d80bbed25f53ffee2.png 

I encourage you to make a test project in UniLogic and play around with it.

Joe T.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.