Page 1 of 1

how to report tags and print related reports

Posted: Thu Feb 06, 2014 6:10 am
by bsulakoglu
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

Re: how to report tags and print related reports

Posted: Wed Feb 12, 2014 5:30 pm
by stuartm
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.