hexagon logo

Show Run Time on Report

Is there a way to report the run time on the reports?
i.e. "# of Hours =00:32:26"
I remember a few version ago it was on there but wasn't really concerned with it not being there. Well, I would kind of like it now... Disappointed
Parents
  • Search through old posts on this forum. There are several ways to go about this but basically you assign the system time to variables at the beginning of the program, assign it again at the end, do the subtraction, and assign the result to a variable that can either be published to the report using a comment or written to an external file to keep a running log of the machine's activity. I am 100% sure that there are code samples on this forum showing exactly how to do this.
Reply
  • Search through old posts on this forum. There are several ways to go about this but basically you assign the system time to variables at the beginning of the program, assign it again at the end, do the subtraction, and assign the result to a variable that can either be published to the report using a comment or written to an external file to keep a running log of the machine's activity. I am 100% sure that there are code samples on this forum showing exactly how to do this.
Children
No Data