FOMOG0030
Only array ranges with up to number elements can be specified.

Explanation

You have specified an array range that would select more than the maximum allowable array elements. You may only look at a maximum of 1000 elements at a time even if the array is larger than that.

System action

Either enter values for minimum and maximum that define a smaller range of elements, or use a larger value for stride to select fewer array elements within the sub-range.