ABB · Application Error ABB Motion Drives Error trouble shoo
This error is returned if an attempt is made to issue (load) another move command while the axis is already in the process of stopping. This applies not only to move commands but also if a CANCEL or STOP command is issued while the axis is already stopping or processing another CANCEL.
Click steps to track your progress.
Amend the Mint program to ensure the axis is in an idle state before issuing any new move commands or stopping instructions.
Implement a check for the axis idle condition using the `PAUSE IDLE(0)` keyword in the Mint program before sending subsequent motion commands.
Review the program flow to prevent overlapping motion commands, particularly during deceleration or stopping sequences.
Ensure that CANCEL or STOP commands are issued only when necessary and not redundantly during an existing stopping process.