Allen-Bradley · MicroLogix 1400 Programmable Controllers
The nesting level of JSR (Jump to Subroutine) instructions exceeded the controller's available memory space for the call stack. This is a non-user fault, indicating an architectural limitation has been surpassed by an overly deep program structure.
Click steps to track your progress.
Correct the user program to reduce the nesting levels of JSR instructions, ensuring they meet the controller's specified restrictions.
Restructure the program logic to minimize deep subroutine calls, possibly by using flatter logic or status bits.
Reload the modified program and enter Run mode.