paddax Posted April 7, 2013 Share Posted April 7, 2013 The following program will single step without error with Coord[x].NoBlend=0 open prog 2 X1 F10 Y1 X2 Y2 X3 Y3 X4 Y4 close However when you use bstart and bstop the program aborts with RunTimeError open prog 3 bstart X1 F10 Y1 bstop bstart X2 Y2 bstop bstart X3 Y3 bstop bstart X4 Y4 bstop close Link to comment Share on other sites More sharing options...
curtwilson Posted April 9, 2013 Share Posted April 9, 2013 I have duplicated the problem when the coordinate system is not in segmentation mode (i.e. Coord[x].SegMoveTime = 0). I do not get the problem when the coordinate system is in segmentation mode (i.e. Coord[x].SegMoveTime > 0). Try it with segmentation active, which you usually want for these path type applications, while we figure out what is going on. Link to comment Share on other sites More sharing options...
paddax Posted April 9, 2013 Author Share Posted April 9, 2013 Thanks, your right we do want to be in segmentation mode in the actual application so this problem will ultimately not apply to us Link to comment Share on other sites More sharing options...
Recommended Posts