Mitsubishi Electric · MELSEC-Q/L Common Instruction
This error indicates that an index modification operation has attempted to access a memory location beyond the defined boundaries of the file register (ZR), extended data register (D), or extended link register (W). This can lead to unexpected program behavior or data corruption if not addressed. The system will report this error when an out-of-range address is generated by an indexed device.
Click steps to track your progress.
Review the program for all index modification instructions involving ZR, D, and W registers.
Verify the current values and usage of index registers (e.g., Z0, Z1) in instructions like MOV K1234 Z0 to ensure they remain within expected bounds.
Check the declared sizes and ranges of the file registers (ZR), extended data registers (D), and extended link registers (W) for the specific CPU module in the system configuration.
Adjust the program logic or register allocation to ensure that index modifications do not result in memory addresses exceeding the valid ranges of the respective registers.