QUOTE(BobLfoot @ Sep 30 2006, 06:03 PM) [snapback]41012[/snapback]
Biggest adaptation for me was the fact that the DN bit doesn't mean that the command is done. DN bit means that the logic and CPU are Done sending teh command to the drive. You need to watch some new bits {IP - In Process} and {PC - Process Complete} to know when your command finishes executing.
A subtle point that may or may not be relevant to your application:
The PC bit for a move (MAM) instruction signifies that the command position has reached the target. The axis, however, will continue moving until the following error is reduced below the sensitivity of your tuning. You may need to combine the PC bit with the position lock status of the axis to be sure the move has completed.