hexagon logo

Results from 2 programs

Hello all,
Very general question.
Is anyone aware of a program that would compare the results of 2 identical
programs and show the individual point deviations in an excel file.
Example--first program would be a best fit.
2nd program would be a final.

Programs would be identical in the sense that the theoretical point locations
would be the same in both programs, but the alignments would
be different in the first and 2nd programs.

Thanks to everyone for any help offered.

Parents
  • Henniger123,
    Sorry. I'm guilty of the sin of omission.
    In other scripts, I have grabbed the "t" value from the dimension block.



    Something like

    If Cmd.IsDimension and Cmd.Marked THEN

    Set DimCmd = Cmd.DimensionCommand

    END IF

    If DimCmd.AxisLetter = "T" THEN
    value = DimCmd.Deviation​

    ETC, ETC.

    END IF​




    I might try to tweak your code to accomplish that.

    The code to have PCDMIS talk to Excel was especially enlightening.
    Thanks.​​​
Reply
  • Henniger123,
    Sorry. I'm guilty of the sin of omission.
    In other scripts, I have grabbed the "t" value from the dimension block.



    Something like

    If Cmd.IsDimension and Cmd.Marked THEN

    Set DimCmd = Cmd.DimensionCommand

    END IF

    If DimCmd.AxisLetter = "T" THEN
    value = DimCmd.Deviation​

    ETC, ETC.

    END IF​




    I might try to tweak your code to accomplish that.

    The code to have PCDMIS talk to Excel was especially enlightening.
    Thanks.​​​
Children
No Data