Jump to content
OMRON Forums

Motion Program Line Number


kaan.alkilinc

Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

You need to put a "synchronizing line label at the beginning of the program line (Nxxx -- without a colon)

 

So if your line is:

 

N1500 X10 Y20

 

Coord[x].Ncalc will be set to 1500 when PMAC calculates that line in the program.

 

Coord[x].Nsync will be set to 1500 when the move to (X10 Y20) actually starts executing. In the case of a blended move sequence, this could be a substantial amount of time after the move was calculated.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

×
×
  • Create New...