how to report tags and print related reports

Any discussion about hardware that supports iX Developer.
Post Reply
bsulakoglu
Posts: 2
Joined: Thu Feb 06, 2014 4:27 am

how to report tags and print related reports

Post 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

stuartm
Posts: 61
Joined: Thu Jun 06, 2013 9:21 am

Re: how to report tags and print related reports

Post 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.

Post Reply