Hi John
There is a limit switch at cylinder zero which not only reports the Home bit in the DSW but blocks any seek command from activating the drive in reverse. This stops it from attempting to move backwards past 0.
There are also two mechanical stops which block the arm from moving inward past 202 or outward past 0.
There is no limit switch for 202, thus the drive attempts the seek.
At this point, I think the mechanical stop for 202 does not have enough gap from the location of 202 until the arm is blocked. I will be doing an adjustment of it later today and will test again.
Interestingly, even if the mechanical stop works and the seek ends with the arm not moving past 202, it can get into an incorrect state. The drive physically moves either 1 or 2 tracks per movement. The disk controller circuitry in the 1130 converts the cylinder count from the seek IOCC into a number of steps, with the first being 1 track if the count in the IOCC is odd otherwise it is all 2 track steps. The drive has two different detents - teeth that lock into notches in a positioning rack to hold the arm at one of the 203 cylinders 0 through 202. Even positions use the right (even) detent, while odd steps use the left (odd) detent to stop. Thus, any time the drive takes a 1 cylinder step, it toggles which detent it is using.
This means that if the drive is legitimately at cylinder 202 and gets a 1 track step request, it will switch from the even to the odd detent and thus can't actually remain at 202. It won't move beyond because of the mechanical lock, but it might slip back to 201 or lock into the notch for 203. The drive should remain at 202 regardless of the attempts to move forward, but it could be at 202 or not depending on which detent was active and the last step size.
Carl