DIGGING INTO THE FAILURE TO SHIFT CASE
I began watching groups of four signals at a time with an oscilloscope, to determine where (or whether) the controller logic was failing to command the typewriter to shift between the cases (sides of the typeball).
I first verified that the flipflop which tracked the current side of the typeball was working properly. It would flip state when the new character being printed was on a different side from the prior character, otherwise it remained in its prior setting.
Next I watched for the indication that the logic recognized that a shift was needed and that it lasted long enough for the mechanical movement to take place. The typewriter controller logic takes about 25 milliseconds while the solenoid(s) for a particular print character are activated and then another 25 milliseconds when they are released for the continuation of the print cycle to occur.
A shift cycle is needed if the recorded state flipflop is opposite of the case being requested in the current print request. Whether it is from upper to lower, or from lower to upper, it determines there is a shift cycle to perform.
I could see that during a print operation that required a shift, the logic held the -Twr Shift Cycle state on for over 50 milliseconds, then the logic took another cycle of over 50 milliseconds for the actual character to print. The logic knew to inhibit the triggering of the print cycle solenoids during the shift cycle, another sign it was healthy.
Finally, I watched the logic that drives the appropriate shift solenoid if it is needed during a shift cycle. Since the controller correctly tracked what side the ball would have been on at the start of each print request, and it added a shift cycle before the print cycle when a shift was needed, the last part is the circuitry that will drive the solenoid during a shift cycle.
The magnets are visible below. There are several interacting adjustments, this was painful to set up the first time but clearly is not good enough yet. I will be working on this until I can fire the shift cycle reliably with the short pulse durations.
RIBBON COLOR SHIFTING PROBABLY A SIMILAR ADJUSTMENT PROBLEM
The two solenoids that shift between red and black halves of the ribbon are similar to the shift magnets but smaller. I assume that these also need to be adjusted to trigger reliably, but I will verify that the controller logic is working properly before touching them.
No comments:
Post a Comment