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.


    acgarcia - I've been looking for this for awhile. We have out master calibration program and one other program with a calibration in the middle. What I would like to do is have the program stop and put out a comment stating that that the calibration has failed and asked if they would like to re-run it. I can't seem to figure out how to get the cal results into a variable. Any thoughts?


    Thanks in advance.
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.


    acgarcia - I've been looking for this for awhile. We have out master calibration program and one other program with a calibration in the middle. What I would like to do is have the program stop and put out a comment stating that that the calibration has failed and asked if they would like to re-run it. I can't seem to figure out how to get the cal results into a variable. Any thoughts?


    Thanks in advance.
Children
No Data