Jump to content
OMRON Forums

Handling Position-Compare where distance between A+B Registers are more than 24bits


cbthans

Recommended Posts

Our application requires PMAC2-Style Servo IC to be setup with Compare Register A and Register B to be more than 24bits from each other.

Because of the 24bit rollover the signal toggles at the wrong time.

What is the best way to handle the 24bit rollover problem?

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

The hardware auto-increment feature in the ASIC is intended to handle update times that are short enough to be difficult or impossible to handle in software. That obviously is not the case here.

 

It looks like you will need a two-step software process. In the first step, you flag that you want to write new values to CompA and CompB. In this step, you monitor motor position to see when you come within 2^24 (16M counts) of the positions you want for CompA and CompB. Once you see you have passed this threshold, you can execute the second step of writing the desired 24-bit values to CompA and CompB. You should have the auto-increment register CompAdd set to 0.

Link to comment
Share on other sites

  • 2 weeks later...
Guest
This topic is now closed to further replies.

×
×
  • Create New...