EL
ErrorLib
Brands
||
  1. Home
  2. Allen-Bradley
  3. MicroLogix 1400 Programmable Controllers
  4. 0029
About·Privacy·Terms

ErrorLib — Industrial Fault Code Library

Disclaimer: ErrorLib is an independent technical reference tool. While we aim for accuracy, always verify with the manufacturer’s official service manuals before performing maintenance on industrial equipment. ErrorLib is not affiliated with the brands listed.

0029

INSTRUCTION INDIRECTION OUTSIDE OF DATA SPACE

Allen-Bradley · MicroLogix 1400 Programmable Controllers

What does 0029 mean?

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.

Common Causes

  • 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.

Repair Steps & Checklist

Click steps to track your progress.

  1. 1

    Correct the program logic to ensure that all indirect references point only to valid addresses within the defined data file space.

  2. 2

    Recompile and reload the corrected program into the controller.

  3. 3

    Enter the Run mode after the program is successfully reloaded.

Browse all codes in this manual (60)
Verified technical data. Last updated: April 2026

Related Faults

-1Output Error-2Overlap Error-3Undefined Accel/Decel
Source: Allen-Bradley MicroLogix 1400 Programmable Controllers
Open Manual (Page 403)Search more codes in this manual