Traduciendo...
0029
INSTRUCTION INDIRECTION OUTSIDE OF DATA SPACE
Allen-Bradley · MicroLogix 1400 Programmable Controllers
¿Qué significa 0029 ?
An indirect address reference in the ladder program attempts to access memory locations outside of the entire data file space. This is a recoverable fault, indicating a programming error that could lead to unexpected behavior, data corruption, or controller instability.
Causas comunes
- Indirect addressing logic (e.g., using a pointer or indexed addressing) calculates an address beyond the allocated data file memory.
- Incorrect array indexing or pointer arithmetic in the program.
- Data file sizes are smaller than anticipated by the program's indirect references.
Pasos de reparación & Lista de verificación
Haga clic en los pasos para seguir su progreso.
- 1
Correct the program logic to ensure that all indirect references point only to valid addresses within the defined data file space.
- 2
Recompile and reload the corrected program into the controller.
- 3
Enter the Run mode after the program is successfully reloaded.
Datos técnicos verificados. Última actualización: March 2026
Fallas relacionadas
Fuente: Allen-Bradley MicroLogix 1400 Programmable Controllers