Need to create a timer in Designer

So I am working on small project to where when about 5 different tags from a Mitsubishi PLC get a True Condition back I want a timer to start to add up from the time the tag becomes true and stop once it becomes false. If the Tag becomes true again I want it to start to keep adding up the time. then reset at the end of each shift.

How do I do this?

1 Like

Can you really not do it in the PLC code? It would be so much simpler.

3 Likes

And more accurate. A PLC's timer will be as accurate as its scan time, per transition. That is almost always dramatically better than an external monitor, which cannot be more accurate than its poll rate, per transition.