hexagon logo

Pulling data from XactMeasure

Does anyone know if there is a way to pull a MAX and MIN value from a true position in XactMeasure?

I want to be able to see
MIN = .0017
MAX= .0036

When I try ITEM95.TP.MAX it always = 0
Maybe there is another way to write it that PCDMIS will understand?





Thanks in advance for the help

Attached Files
Parents
  • neil.challinor With the new function is there an easier way to do min and max of a tpos deviation? I dont really want to make an array of 105 of these functions.

    ASSIGN/V1=DIM22_1.SEGMENT[1].FEATURE [1-105].MAX
    ASSIGN/V1=DIM22_1.SEGMENT[1].FEATURE [1-105].MIN

    something like this? (but that actually works lol )
Reply
  • neil.challinor With the new function is there an easier way to do min and max of a tpos deviation? I dont really want to make an array of 105 of these functions.

    ASSIGN/V1=DIM22_1.SEGMENT[1].FEATURE [1-105].MAX
    ASSIGN/V1=DIM22_1.SEGMENT[1].FEATURE [1-105].MIN

    something like this? (but that actually works lol )
Children
No Data