Hi,
I use T7A panel for a project. I want to report operation duration and print it. Is it posibble with this panel? if it is what should i do?
Thanks for help
Barbaros
how to report tags and print related reports
-
- Posts: 2
- Joined: Thu Feb 06, 2014 4:27 am
Re: how to report tags and print related reports
We don't keep a record of the number of hours used. You can easily create a non-volatile tag(this will persist the value to disk), add a timer and subtract the datetime.now with the recorded time. You may need two tags, but it shouldn't require too much code.