hexagon logo

How to extract PROBEDATA from autocal routine

im looking for "standarddeviation" and "PrbRdv" probe data to insert into a variable/assignment.
i have multiple angles and want to look for those 2 things and prompt user to clean tip or artifact if it exceeds a specified limit.
how can i construct that? i cant seem to pull them from each "A""B" angles...
  • No, I've tried it,put in a service ticket, and got unacceptable support from Hexagon.
  • Something like this would work?




    L01 =LABEL/
    IF/RERUN1
    RERUN_1 =COMMENT/YESNO,YES,FULL SCREEN=YES,AUTO-CONTINUE=NO,
    CALIBRATION FOR THIS TIP EXCEEEDS LIMITS.
    PLEASE CLEAN TIP AND/OR ARTIFACT.
    ONCE COMPLETE PRESS "OK"
    END_IF/
    LOADPROBE/2BARRELX50
    AUTOCALIBRATE/PROBE, PARAMETER_SET=ALL-TIPS-WITH-DEFAULTS, QUALTOOL_MOVED=NO,
    CHECK COLLISION=NO, SHOW_SUMMARY=YES, OVERWRITE_RESULTSFILE=NO
    BEGIN AUTOCALIBRATE RESULTS FOR PROBE 2BARRELX50 USING SET ALL-TIPS-WITH-DEFAULTS
    Probe file=2BARRELX50 Date=7/18/2023 Time=7:37:09 PM
    Check Collision Disabled
    T1A0B0 THEO X 0.0000 Y 0.0000 Z 291.0000 D 2.0000
    T1A0B0 FAST X -0.0377 Y 0.1445 Z 290.1157 D 2.0000 PrbRdv 0.0088
    T1A0B0 MEAS X -0.0393 Y 0.1495 Z 290.0839 D 2.0000 PrbRdv 0.0009 StdDev 0.0007
    T1A22.5B180 THEO X -0.0000 Y -86.4099 Z 273.8120 D 2.0000
    T1A22.5B180 FAST X -0.1100 Y -86.0661 Z 272.9171 D 2.0000 PrbRdv 0.0097
    T1A22.5B180 MEAS X -0.1044 Y -86.0575 Z 272.8824 D 2.0000 PrbRdv 0.0010 StdDev 0.0007
    T1A90B-90 THEO X 225.8000 Y 0.0000 Z 65.2000 D 2.0000
    T1A90B-90 FAST X 225.4544 Y 0.4002 Z 64.6759 D 2.0000 PrbRdv 0.0089
    T1A90B-90 MEAS X 225.4514 Y 0.4000 Z 64.6752 D 2.0000 PrbRdv 0.0082 StdDev 0.0131
    T1A90B0 THEO X 0.0000 Y 225.8000 Z 65.2000 D 2.0000
    T1A90B0 FAST X -0.1524 Y 225.8584 Z 64.8332 D 2.0000 PrbRdv 0.0081
    T1A90B0 MEAS X -0.1523 Y 225.8581 Z 64.8323 D 2.0000 PrbRdv 0.0089 StdDev 0.0122
    T1A90B90 THEO X-225.8000 Y 0.0000 Z 65.2000 D 2.0000
    T1A90B90 FAST X-225.6122 Y 0.2742 Z 64.6422 D 2.0000 PrbRdv 0.0074
    T1A90B90 MEAS X-225.6069 Y 0.2739 Z 64.6412 D 2.0000 PrbRdv 0.0059 StdDev 0.0110
    T1A90B180 THEO X -0.0000 Y-225.8000 Z 65.2000 D 2.0000
    T1A90B180 FAST X -0.0116 Y-225.1795 Z 64.5265 D 2.0000 PrbRdv 0.0067
    T1A90B180 MEAS X -0.0114 Y-225.1770 Z 64.5258 D 2.0000 PrbRdv 0.0067 StdDev 0.0094
    Standard deviations for probe calibration exceed limit.
    T1A90B-90
    T1A90B0
    T1A90B90
    END AUTOCALIBRATE RESULTS FOR PROBE 2BARRELX50 USING SET ALL-TIPS-WITH-DEFAULTS
    ONERROR/CALIBRATION_OUTSIDE_LIMITS,SET RERUN1
    IF/RERUN1=="1"
    GOTO/L01
    END_IF/​
  • KatmandudaMeow, check out post #9. https://www.pcdmisforum.com/forum/pc-dmis-enterprise-metrology-software/pc-dmis-for-cmms/460978-auto-calibration

    Also I was told its better to create a parameter set than use ALL-TIPS-WITH-DEFAULTS. Hope this helps.
  • yeah we have many probes and many many angles so inputting all those angles would be tedious work..