Jump to content
OMRON Forums

Problem with single stepping (bstart / bstop) blended moves


paddax

Recommended Posts

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

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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

Guest
This topic is now closed to further replies.

×
×
  • Create New...