hexagon logo

Looping. Move double offset?

So I am trying to loop my program so i can do 3 rows and four columns. I have my program set up inserted my y loop start 1, end 3, offset 6. Then my x loop start 1, end 4, offset 4.5. then my program with the two end loops at the end. I also have a on error end command. So my problem is that on every move on the second part (x2,y1) it decides to move over to the spot where the third one is (x3,y1). But when it comes back to the second one it still accomplishes every measurement. It seems as if it is offsetting every move twice? What is wrong?
Parents
  • Which version of PC-DMIS? Last year I reported a bug in 2010 MR3, "LOOP adds the wrong offset to MOVE points - more and more for each lap through the loop. The features are still measured at the right place, only MOVE points between the features are affected.", and as far as I know no released version has fixed this yet.

    If you can replace all your MOVE points with MOVE/CLEARPLANE (and a suitable CLEARPLANE), I think it will work.

    Upgraded to 2011. Works perfect, thank you
Reply
  • Which version of PC-DMIS? Last year I reported a bug in 2010 MR3, "LOOP adds the wrong offset to MOVE points - more and more for each lap through the loop. The features are still measured at the right place, only MOVE points between the features are affected.", and as far as I know no released version has fixed this yet.

    If you can replace all your MOVE points with MOVE/CLEARPLANE (and a suitable CLEARPLANE), I think it will work.

    Upgraded to 2011. Works perfect, thank you
Children
No Data