hexagon logo

Adding tracefield on subsequent run

If one adds a tracefield for Job number on a subsequent run to the same part number, Does datapage update for the original run?
Parents
  • Thanks Matthew> Anyway can I enter the Job number at the start of the program and not wait till it hits the stats on Command? I know the tracefield must be after the stats on command just hope there is a work around to get it in at program start.

    Well, you can put the stats-on command ANYWHERE in the program, as LONG AS IT IS BEFORE the first thing you want sent to the stats. I always put my stats-on right at the beginnning of the program.

    STARTUP    =ALIGNMENT/START,RECALL:, LIST= YES
                ALIGNMENT/END
                MODE/MANUAL
                PREHIT/ 4
                RETRACT/ 4
                MOVESPEED/ 80
                TOUCHSPEED/ 1
                LOADPROBE/27577
                TIP/T1A0B0, SHANKIJK=0, 0.047, 0.999, ANGLE=0
                FORMAT/TEXT,OPTIONS, ,HEADINGS,SYMBOLS, ;NOM,TOL,MEAS,DEV,OUTTOL, , 
                PROBECOM/ON
                WORKPLANE/XPLUS
                STATS/ON,DATAPAGE,$
                DIRECTORY=G:\DATAPAGE\PART,$
                DIRECTORY=,$
                READ=10,WRITE=20,MEMPAGES=64,FEATURE NAME,CONTROLCALC ON,$
                STATS/END
    put tracefield here
                RECALL/ALIGNMENT,EXTERNAL,alignlh02,27577-LH:alignlh02
                MODE/DCC
    
Reply
  • Thanks Matthew> Anyway can I enter the Job number at the start of the program and not wait till it hits the stats on Command? I know the tracefield must be after the stats on command just hope there is a work around to get it in at program start.

    Well, you can put the stats-on command ANYWHERE in the program, as LONG AS IT IS BEFORE the first thing you want sent to the stats. I always put my stats-on right at the beginnning of the program.

    STARTUP    =ALIGNMENT/START,RECALL:, LIST= YES
                ALIGNMENT/END
                MODE/MANUAL
                PREHIT/ 4
                RETRACT/ 4
                MOVESPEED/ 80
                TOUCHSPEED/ 1
                LOADPROBE/27577
                TIP/T1A0B0, SHANKIJK=0, 0.047, 0.999, ANGLE=0
                FORMAT/TEXT,OPTIONS, ,HEADINGS,SYMBOLS, ;NOM,TOL,MEAS,DEV,OUTTOL, , 
                PROBECOM/ON
                WORKPLANE/XPLUS
                STATS/ON,DATAPAGE,$
                DIRECTORY=G:\DATAPAGE\PART,$
                DIRECTORY=,$
                READ=10,WRITE=20,MEMPAGES=64,FEATURE NAME,CONTROLCALC ON,$
                STATS/END
    put tracefield here
                RECALL/ALIGNMENT,EXTERNAL,alignlh02,27577-LH:alignlh02
                MODE/DCC
    
Children
No Data