hexagon logo

output program runtime

I've searched for this as I know this has been discussed once or twice. Can you output the runtime of a program? Or track it somehow just bu executing a program?

We are running CMMs (machinists, QA techs) virtually around the clock and boss want to know if we can track this for a week or so to justify getting a person to just run parts for the machinists.
Parents
  • =elapsedtime()
    =nummeas()
    =numouttol()
    =filename()
    =partname()
    =page()
    =revnum()
    =sernum()
    =statcount()
    =Page() +" "+ LOWERCASE(LOADSTR(-564)) +" "+ Pages()

    I used report editor
    created a grid at the Bottom of each report
    1 row with 2 columns
    Typed "Path" in 1st cell
    typed "=partname()" in 2nd cell
    2nd row with 4 columns
    "Program Name" "=partname()" " Serial # " "=sernum()"
    3rd row with 8 columns
    "Run Time" "=elapsedtime()" "Features Measured" "=nummeas()" "Out tolerance" "=numouttol()" " "Page" "=page()"
    repeat as needed.
    Adjust cell sizes
    Group all Rows together
    will try to type up better instructions but this will give you a start.


    Not running 4.2MR1 on the floor. CMMs are still running V3.7MR3


    THIS IS FINE IF I AM RUNNING V4.0 OR HIGHER BUT THIS DOESN'T WORK WITH V3.7MR3
Reply
  • =elapsedtime()
    =nummeas()
    =numouttol()
    =filename()
    =partname()
    =page()
    =revnum()
    =sernum()
    =statcount()
    =Page() +" "+ LOWERCASE(LOADSTR(-564)) +" "+ Pages()

    I used report editor
    created a grid at the Bottom of each report
    1 row with 2 columns
    Typed "Path" in 1st cell
    typed "=partname()" in 2nd cell
    2nd row with 4 columns
    "Program Name" "=partname()" " Serial # " "=sernum()"
    3rd row with 8 columns
    "Run Time" "=elapsedtime()" "Features Measured" "=nummeas()" "Out tolerance" "=numouttol()" " "Page" "=page()"
    repeat as needed.
    Adjust cell sizes
    Group all Rows together
    will try to type up better instructions but this will give you a start.


    Not running 4.2MR1 on the floor. CMMs are still running V3.7MR3


    THIS IS FINE IF I AM RUNNING V4.0 OR HIGHER BUT THIS DOESN'T WORK WITH V3.7MR3
Children
No Data