hexagon logo

Pc-dmis to WINSPC?

Has anyone connected WIN-SPC to there CMM?

If so how did you manage it?

We have WIN-SPC stations and I have been asked to make the reports from the CMM report in WINSPC.

A small how to guide would be greatly appreciated Slight smile
Parents
  • PNT3 =FEAT/POINT,CARTENSIAN,NO

    THEO/<0,0,0>/<0,0,1>

    ACTL/<0,0,0>/<0,0,1>

    CONSTR/POINT,OFFSET,CIR4,0,19.25,0

    ASSIGN/DIMENISON1=PNT3.MEAS.X

    FPTR =FILE/OPEN,W:\SPC DATA\PCDMIS TEST.TXT,WRITE

    FILE/WRITE LINE,FPTR," DESCRIPTION , " + DIMENSION1

    FILE/CLOSE,FPTR,KEEP



    So you’ll have an assignment for each output and a file/write line.


    P.S Thanks Steve if you read this for the help...
Reply
  • PNT3 =FEAT/POINT,CARTENSIAN,NO

    THEO/<0,0,0>/<0,0,1>

    ACTL/<0,0,0>/<0,0,1>

    CONSTR/POINT,OFFSET,CIR4,0,19.25,0

    ASSIGN/DIMENISON1=PNT3.MEAS.X

    FPTR =FILE/OPEN,W:\SPC DATA\PCDMIS TEST.TXT,WRITE

    FILE/WRITE LINE,FPTR," DESCRIPTION , " + DIMENSION1

    FILE/CLOSE,FPTR,KEEP



    So you’ll have an assignment for each output and a file/write line.


    P.S Thanks Steve if you read this for the help...
Children
No Data