Jump to content
OMRON Forums

Motor's commanded position


steveneads

Recommended Posts

In my existing UMAC code I use the commanded motor positions located in addresses such as:

 

M161->D:$000088 ; #1 Commanded position (1/[ixx08*32] cts)

 

What is the direct equivalent of this in PowerPMAC? It seems from the manual that Motor[x].DesPos is not really the same (as it includes the master position).

 

How does Motor[x].Desired.Pos relate to this? Is this the desired position at the start of each move? (I don't really understand the description in the manual!)

 

Thanks

Steve

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

To get the equivalent of this Mx61 Turbo PMAC register in Power PMAC, use

 

Motor[x].DesPos - Motor[x].ActiveMasterPos - Motor[x].CompDesPos - Motor[x].HomePos

 

Motor[x].Desired.Pos is the position at the start of the present section or segment of commanded motion (i.e. p0 for the present equations of commanded motion.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

×
×
  • Create New...