Beckhoff · TwinCAT 2 NC
The velocity value requested for a positioning task is invalid, either being zero or negative, exceeding the axis's 'maximum velocity', or, for servo drives, exceeding the axis's 'reference velocity'. An unacceptable velocity can lead to an axis not moving, overspeed conditions, or triggering other safety limits.
Click steps to track your progress.
1. Examine the NC program or PLC command for the specified velocity value and correct it to a positive, non-zero value.
2. Adjust the axis's maximum velocity parameter P6-05 ('MaxVelocity') to be equal to or greater than the commanded velocity.
3. For servo drives, verify the drive's reference velocity parameter P7-03 ('ReferenceSpeed') is correctly configured for the motor.
4. Check for unit consistency (e.g., G20/G21 for inches/mm) in the NC program and the axis configuration (e.g., P4-10 'ScaleFactor').
5. Run a simple jog command at a low velocity to confirm basic velocity control functionality of the axis.