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...
Your Products have been synced, click here to refresh
Maybe I am misunderstanding, but...if you want to show the runtime of a program in your report... (the one you see at the bottom of the edit window) edit your report template and put in "=ELAPSEDTIME()" into a grid control object. (see report tutorials)
Season to taste...
To send/add the program runtime(s) to an appended log...I recommend what DaSalo said.
how many Templates do you have?
.DAT # Keyword | Functionality | Equivalent Command in Report Template |
#DATE | Inserts the current date. | =SYSTEMDATE("MMMM dd, yyyy") |
#TIME | Inserts the current time. | =SYSTEMTIME("HH:mm") |
#PAGE | Inserts the current page number. | =Page() |
#TRn | Inserts the value of trace field n, where n is the trace field number. | =TRACEFIELD(n) |
#PARTN | Inserts the part program name. | =PARTNAME( ) |
#DRWN | Inserts the revision number. | =REVNUM() |
#SERIALN | Inserts the serial number. | =SERNUM( ) |
#SEQUENCE | Inserts the sequence number. | (Not applicable) |
#SHRINK | Inserts the scale factor. | =MEASSCALE() |
#NMEAS | Inserts the total number of dimensions. | =NUMMEAS() |
#NOUT | Inserts the total number of dimensions that are out of tolerance. | =NUMOUTTOL() |
#ELAPSTIM | Inserts the time elapsed between start and end of execution. | =ELAPSEDTIME() |
#BMP=bitmappath | Inserts a bitmap of the specified full path and name. | Use Bitmap object |
© 2024 Hexagon AB and/or its subsidiaries. | Privacy Policy | Cloud Services Agreement |