Beckhoff · TwinCAT 2 NC
The target position requested for a positioning task on the master axis falls outside the configured software end locations (either below the minimum or above the maximum). This error occurs only when software end position monitoring is active, indicating a command that would drive the axis beyond its safe virtual limits, potentially causing mechanical damage.
Click steps to track your progress.
1. Review the NC program or PLC command for the requested target position and adjust it to be within the axis's defined software limits.
2. Verify and adjust the software limit parameters P6-01 ('SoftLimitMin') and P6-02 ('SoftLimitMax') for the affected master axis.
3. Re-home the master axis (e.g., using a G74 command) to ensure the reference point is correctly established.
4. Check for any active offsets (e.g., G54 workpiece coordinate system offset) that might be shifting the commanded position.
5. Confirm the axis scaling factor P4-10 ('ScaleFactor') and units (G20/G21) are consistent between the program and configuration.