hexagon logo

Automated calibration

Hi, I would like to automate the calibration process. At the moment operators should calibrate the machines twice per week. Is there any chance that I can let this do automatically in PCDMIS like at 5 am?
Parents
  • You can always create a auto cal program for the operators to use when the turn the CMM on. They could also run the auto cal program during the day if needed. You can also set the qual sphere to YES_DCC and eliminate operators having to manually take the first hit as long as the cal sphere is in the same position and location.

                LOADPROBE/VC0022 STAR
                TIP/T1A0B0, SHANKIJK=0, 0, 1, ANGLE=0
    C1         =COMMENT/YESNO,NO,FULL SCREEN=NO,AUTO-CONTINUE=NO,
                DO YOU WANT TO 
    
                CALIBRATE THE TIPS?
                IF/C1.INPUT=="YES"
                GOTO/CALIBRATE
                END_IF/
                ELSE_IF/C1.INPUT=="NO"
                GOTO/END
                END_ELSEIF/
    CALIBRATE  =LABEL/
                COMMENT/OPER,NO,FULL SCREEN=NO,AUTO-CONTINUE=NO,
                GENTLY REMOVE PROBE FROM CMM
    
                GENTLY CLEAN TIPS WITH A DRY RAG
    
                PLLACE BACK ON CMM
    
                MAKE SURE RED LIGHT IS ON
    
                CLICK OK WHEN DONE
                AUTOCALIBRATE/PROBE, PARAMETER_SET=Star_Calibrate, QUALTOOL_MOVED=YES_DCC, 
                              SHOW_SUMMARY=YES, OVERWRITE_RESULTSFILE=NO
    BEGIN AUTOCALIBRATE RESULTS FOR PROBE VC0022 STAR USING SET Star_Calibrate
    Probe file=VC0022 STAR    Date=4/10/2017    Time=9:37:06 AM
    Dixie Sphere   CENT X   9.2535 Y   5.0825 Z -10.3847 D 0.7500
    T1A0B0         THEO X   0.0000 Y   0.0000 Z   8.2262 D 0.1969
    T1A0B0         MEAS X  -0.0296 Y  -0.0223 Z   8.1695 D 0.1949 StdDev 0.0002
    T2A0B0         THEO X  -0.9252 Y   0.0000 Z   7.1927 D 0.0787
    T2A0B0         MEAS X  -0.9534 Y  -0.0170 Z   7.1338 D 0.0773 StdDev 0.0002
    T3A0B0         THEO X   0.0000 Y  -0.9252 Z   7.1927 D 0.0787
    T3A0B0         MEAS X  -0.0269 Y  -0.9323 Z   7.1270 D 0.0765 StdDev 0.0002
    T4A0B0         THEO X   0.9252 Y   0.0000 Z   7.1927 D 0.0787
    T4A0B0         MEAS X   0.8985 Y  -0.0072 Z   7.1376 D 0.0765 StdDev 0.0003
    T5A0B0         THEO X   0.0000 Y   0.9252 Z   7.1927 D 0.0787
    T5A0B0         MEAS X  -0.0297 Y   0.9159 Z   7.1412 D 0.0769 StdDev 0.0002
    END AUTOCALIBRATE RESULTS FOR PROBE VC0022 STAR USING SET Star_Calibrate
                LOADPROBE/VC0022 STAR
    C2         =COMMENT/YESNO,NO,FULL SCREEN=NO,AUTO-CONTINUE=NO,
                REVIEW THE STD DEV ON THE REPORT
    
                ARE THE VALUES BETWEEN
    
                0.0000-0.0004?
    NO         =LABEL/
                IF/C2.INPUT=="YES"
                  LOADPROBE/VC0022 STAR
                  TIP/T2A0B0, SHANKIJK=-1, 0, 0, ANGLE=0
                GOTO/END
                END_IF/
                ELSE_IF/C2.INPUT=="NO"
                GOTO/CALIBRATE
                END_ELSEIF/
    END        =LABEL/
                MOVE/POINT,NORMAL,<11.919,14.7847,-7.822>
    

Reply
  • You can always create a auto cal program for the operators to use when the turn the CMM on. They could also run the auto cal program during the day if needed. You can also set the qual sphere to YES_DCC and eliminate operators having to manually take the first hit as long as the cal sphere is in the same position and location.

                LOADPROBE/VC0022 STAR
                TIP/T1A0B0, SHANKIJK=0, 0, 1, ANGLE=0
    C1         =COMMENT/YESNO,NO,FULL SCREEN=NO,AUTO-CONTINUE=NO,
                DO YOU WANT TO 
    
                CALIBRATE THE TIPS?
                IF/C1.INPUT=="YES"
                GOTO/CALIBRATE
                END_IF/
                ELSE_IF/C1.INPUT=="NO"
                GOTO/END
                END_ELSEIF/
    CALIBRATE  =LABEL/
                COMMENT/OPER,NO,FULL SCREEN=NO,AUTO-CONTINUE=NO,
                GENTLY REMOVE PROBE FROM CMM
    
                GENTLY CLEAN TIPS WITH A DRY RAG
    
                PLLACE BACK ON CMM
    
                MAKE SURE RED LIGHT IS ON
    
                CLICK OK WHEN DONE
                AUTOCALIBRATE/PROBE, PARAMETER_SET=Star_Calibrate, QUALTOOL_MOVED=YES_DCC, 
                              SHOW_SUMMARY=YES, OVERWRITE_RESULTSFILE=NO
    BEGIN AUTOCALIBRATE RESULTS FOR PROBE VC0022 STAR USING SET Star_Calibrate
    Probe file=VC0022 STAR    Date=4/10/2017    Time=9:37:06 AM
    Dixie Sphere   CENT X   9.2535 Y   5.0825 Z -10.3847 D 0.7500
    T1A0B0         THEO X   0.0000 Y   0.0000 Z   8.2262 D 0.1969
    T1A0B0         MEAS X  -0.0296 Y  -0.0223 Z   8.1695 D 0.1949 StdDev 0.0002
    T2A0B0         THEO X  -0.9252 Y   0.0000 Z   7.1927 D 0.0787
    T2A0B0         MEAS X  -0.9534 Y  -0.0170 Z   7.1338 D 0.0773 StdDev 0.0002
    T3A0B0         THEO X   0.0000 Y  -0.9252 Z   7.1927 D 0.0787
    T3A0B0         MEAS X  -0.0269 Y  -0.9323 Z   7.1270 D 0.0765 StdDev 0.0002
    T4A0B0         THEO X   0.9252 Y   0.0000 Z   7.1927 D 0.0787
    T4A0B0         MEAS X   0.8985 Y  -0.0072 Z   7.1376 D 0.0765 StdDev 0.0003
    T5A0B0         THEO X   0.0000 Y   0.9252 Z   7.1927 D 0.0787
    T5A0B0         MEAS X  -0.0297 Y   0.9159 Z   7.1412 D 0.0769 StdDev 0.0002
    END AUTOCALIBRATE RESULTS FOR PROBE VC0022 STAR USING SET Star_Calibrate
                LOADPROBE/VC0022 STAR
    C2         =COMMENT/YESNO,NO,FULL SCREEN=NO,AUTO-CONTINUE=NO,
                REVIEW THE STD DEV ON THE REPORT
    
                ARE THE VALUES BETWEEN
    
                0.0000-0.0004?
    NO         =LABEL/
                IF/C2.INPUT=="YES"
                  LOADPROBE/VC0022 STAR
                  TIP/T2A0B0, SHANKIJK=-1, 0, 0, ANGLE=0
                GOTO/END
                END_IF/
                ELSE_IF/C2.INPUT=="NO"
                GOTO/CALIBRATE
                END_ELSEIF/
    END        =LABEL/
                MOVE/POINT,NORMAL,<11.919,14.7847,-7.822>
    

Children
No Data