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
  • if you have another probe like a 4x20 with 10 different angles on it, do the same thing to create a parameter set. You can either select certain angles or all of them. If you are making a calibration program, you might as well calibrate all angles for each probe. i don't think many people make parameter sets for a hand full of angles but idk. Open the probe dialong box, measure button, create and save a name for the parameter set. add another line of code for Load 4x20 probe, tip 1 a0b0, autocalibrate tab and select the parameter set. For this parameter set, you'll select No to the sphere has move question since we already located the sphere with the master probe. Yes manual hit and yes dcc are only used on the master probe and for only locating the sphere.

    Say you created the next parameter set and you need to add an angle to the 4x20. open the probe dialog box, add the angle, measure button, select the parameter set in the measure window and click save to update the new angle to the set. Now when you run your program, the newly added angle will be calibrated like your other angles.
Reply
  • if you have another probe like a 4x20 with 10 different angles on it, do the same thing to create a parameter set. You can either select certain angles or all of them. If you are making a calibration program, you might as well calibrate all angles for each probe. i don't think many people make parameter sets for a hand full of angles but idk. Open the probe dialong box, measure button, create and save a name for the parameter set. add another line of code for Load 4x20 probe, tip 1 a0b0, autocalibrate tab and select the parameter set. For this parameter set, you'll select No to the sphere has move question since we already located the sphere with the master probe. Yes manual hit and yes dcc are only used on the master probe and for only locating the sphere.

    Say you created the next parameter set and you need to add an angle to the 4x20. open the probe dialog box, add the angle, measure button, select the parameter set in the measure window and click save to update the new angle to the set. Now when you run your program, the newly added angle will be calibrated like your other angles.
Children
No Data