hexagon logo

Auto Calibration

For "Auto Probe Calibration" . so i inserted below command. but while execution it calibrate angles, which are all used in this probe. i need to run only angles which are used in this program. how to set "Parameter Set' to calibrate angles used in this program?
i am using PC-DMIS 2019R2.

STARTUP =ALIGNMENT/START,RECALL:USE_PART_SETUP,LIST=YES
ALIGNMENT/END
MODE/MANUAL

PREHIT/0.1
RETRACT/0.1
MOVESPEED/ 100
SCANSPEED/100
FORMAT/TEXT,OPTIONS, ,HEADINGS,SYMBOLS, ;NOM,TOL,MEAS,DEV,OUTTOL, ,
LOADPROBE/PROBE_4
TIP/T1A0B0, SHANKIJK=0, 0, 1, ANGLE=0
AUTOCALIBRATE/PROBE, PARAMETER_SET=ALL-TIPS-WITH-DEFAULTS, QUALTOOL_MOVED=NO,
CHECK COLLISION=NO, SHOW_SUMMARY=NO, OVERWRITE_RESULTSFILE=NO






Parents
  • Now if you want to get fancy, you can automatically print out a pdf with all the calibration results and even use variables and assignments to check the standard deviation of the results and have pcdmis re run a parameter set if the results are out of you criteria. I use if the standard deviation is greater than 0.0005", go back and repeat once, and if the results are still out, go to an error message stating help is needed.

    this way operators just run the cal program without having to manually calibrate anything and we have a record when calibration is done.

    Let me know if you have any other questions.
Reply
  • Now if you want to get fancy, you can automatically print out a pdf with all the calibration results and even use variables and assignments to check the standard deviation of the results and have pcdmis re run a parameter set if the results are out of you criteria. I use if the standard deviation is greater than 0.0005", go back and repeat once, and if the results are still out, go to an error message stating help is needed.

    this way operators just run the cal program without having to manually calibrate anything and we have a record when calibration is done.

    Let me know if you have any other questions.
Children
No Data