hexagon logo

Loopity Loops (and how to offset em')

Greetings fellow metrologists

I would like some help on my loop problem.
I have to create a loop to measure many parts simultaneously. I have done this before, but it was cylindrical parts, so it was quite easy to create the offsets in the loops.
But now i have this not-so-round part and its coordinatesystem doesnt match cmm axis
so im not quite sure how to go about this problem.
(see picture for part coordinates and how i will place them on the cmm). they will be placed in mulitple rows.

ty guys, u always help me

Attached Files
Parents

  • Well, how i've done it in the past (on cylindrical parts) is looping. so

    comment/input - how many parts in X-row?
    comment/input - how many parts in Y-row?
    assign V1 = INPUT 1
    assign V2 = INPUT 2
    Loop/start, (use v1 as number)
    Loop/start (use v2 as number)

    Measuring starts

    loop end,
    loop end

    and by that method i know the offset in X/Y, because i just place the parts against the threads on my plate, which i know the distance between
Reply

  • Well, how i've done it in the past (on cylindrical parts) is looping. so

    comment/input - how many parts in X-row?
    comment/input - how many parts in Y-row?
    assign V1 = INPUT 1
    assign V2 = INPUT 2
    Loop/start, (use v1 as number)
    Loop/start (use v2 as number)

    Measuring starts

    loop end,
    loop end

    and by that method i know the offset in X/Y, because i just place the parts against the threads on my plate, which i know the distance between
Children
No Data