Kuka · KSS 8.3 System Software
This message indicates that a specific axis has stopped unexpectedly. This is a regular monitoring function that can be triggered if an axis is prevented from moving or maintaining its commanded position. In torque mode, this monitoring may be automatically deactivated if `SET_TORQUE_LIMITS()` is used with `monitor #off`.
Click steps to track your progress.
Identify the specific axis number mentioned in the error message.
Physically inspect the robot's axis for any obstructions, external forces, or mechanical binding preventing movement.
Review the robot program and motion parameters for the affected axis to ensure valid commands and trajectories.
If operating in torque mode and this message is not desired, confirm that `SET_TORQUE_LIMITS(..., monitor #off)` is correctly implemented for the axis.