Schedule March 2008
return to main 1401 Restoration Page
go to Team BiosContents:
Wed March 05 - general,
Wed March 12 - general,
Wed March 19 - general, Sat March 22 ,
Mon March 24 - demo group, Wed March 26 - general, Thu March 27 - Tape Team,
Wed March 05 - general,
- Present were Ron Williams, Allen Palmer, Bill Flora, Glenn Lea, Bob Feretich, Joe Preston, Stan Paddock, Ron Crane, Robert Garner, and Ed Thelen.
- It started out as a so-so day - tape not working, key punch #2 doesn't eject cards reliably - needs adjusting, ... Then life got INTERESTING ;-))
- From Bob Feretich
Today when we powered on the 1401 the tape access symptom reverted back to the ones we saw three weeks ago. The symptoms remained long enough for us to shoot the bug this time. The tape drive was running away (forward direction) when a Backspace operation was I/Ex stepped. When running at full speed, the read data in a Write-Backspace-Read-repeat sequence was returning garbage data. Again, we traced the problem to the TAU believing that the 729 was in write mode when it should have been in Read mode.
We found that the 729 interface driver card for the +P_Select_Ready_&_Write signal was bad. The signal would assert a minus level, but then that level would decay (RC constant) over a few milliseconds and become a plus level, when it should have remained minus.
Replacing the card fixed the problem and the 1401/729 was able to run all of Ron's tests and the Tape Diagnostics successfully.
Now, we need to tie the tape system into the ROPE cross development tools by having an option to create loadable tapes from the Autocoder Assembler. The format for this tape is defined in the IBM Autocoder (on Tape) Language Specifications and Operating Procedures manual (GC24-3319-0) page 51. Note that Word Marks are written to the tape as "word separator" characters, so the loader does not have to create "set word mark instructions" for object loadable tapes. Note also that the "chaining preamble" must be made smart enough to know if the program are running from tape or cards and read detail cards or the next program in accordingly.
Regards,
Bob Feretich
Van Snyder e-mailed the next day
The cross assembler can output tape-loadable images. The -t option, followed by a filename, turns this on.
- The 729 tape unit now even backspaces correctly, see above (the printer is logging - no tape errors :-))
"Fault Finders" - er - "Trouble Shooters" "The Victors" !! ;-)) The Villain! After cleaning, documenting Ron Crane takes a quick look see 729 Mod V Plugging sorted by location and 729 Mod V Plugging sorted by card type
We have no spare cards for the 729 Mod 5 tape drives - and I have not yet documented the card locations and inventory, as at 1401 & 1406 Unit Plugging Charts and 1401 Unit Plugging Sorted By SMS card type . It would be "nice" to get some spare 729 SMS cards so I can make an Inventory of SMS Modules for them. Item to right is one of two pages. - Well, actually only one tape drive is up. Allen Palmer and Stan Paddock were busy trying to get the second 729 Mod 5 working - Here they are with a defective contactor (power relay) and trying to find a replacement from the Internet and that BIG catalog. Trying to get a contactor with similar ratings and form/shape compatible is non-trivial.
They also figure trying to fix it might have a 15% chance of success.
Philip Nasadowski (nasadowsk [at] usermail dot com) e-mailed the next day Who made it? It looks vaguely Square-D or such. Anyway, what's the ratings? I'd be surprised if you can't find a correct rated one that size in a Square-D or ABB or such catalog. Oh yeah, that photo's deceiving - the cap's missing off it. I'd imagine you guys are good at hitting up your local distributor of whomever made it - they don't really change designs of these things much, and generally if anything, they get smaller. We replace antique ones a lot at my job (water/wastewater controls), 1/2 the time the replacement's the same as the old one - They just don't change much. I can't imagine IBM had them special made, then again, IBM might have sucked in enough a year to get that.
Might be a 'definite purpose' type, too. Or just a 4 pole NEMA 0 size, in which case I think ABB's are that size.
Have fun! :)
Van Snyder e-mailed the next day The cross assembler can output tape-loadable images. The -t option, followed by a filename, turns this on.
- Later, Dangerous Dan McInnis sent two e-mails discussing enhancements to the current BIG PRINT program. (KISS means "Keep It Simple Stupid", not refering to anyone present of course ;-))
and
BigPrint KISS possible changes KISS 1- Instead of � card test for last card use SS A to end program. Halt after blurb cards are read. Allow presenter to talk about data entry etc. KISS 2- As each name card is read punch the data under SS D control. Punch if off, skip if on. KISS 3- Stacker select name cards to a different stacker to facilitate giving to visitors. KISS 4- If name card with non alphabetic char is read, skip printing, continue writing tape records until end of cards is reached. Include KISS 1. This could help reach high speed rewind or just have a short demo. Still under SS B control. KISS 5- If name card with non alphabetic char not KISS 4 char, stop printing, change record length to 1640 char and write until end of cards. SS B still in effect. Note: 1640 is arbitrary, could possibly be any length.
BigPrint/Tape Pseudo code Load Program deck Program start 338 Halt 343 check printer, tape, punch, etc readb: - Read in text blurb card if - col 1 found go to readdate else go back to readb readdate: Read date card read name: Read name card if ssc off double print name, date, visit data, blurb if ssb off write tape record for each line of print if � col 1 go to end go to read name end: if ssb off rewind tape Halt 459 end of program note: If SSB is off a tape record of 332 chars is written each print line regardless of whether SSC is on or off.- And a day later, Thursday,
Robert Garner wrote > I thought one of the 1401 diags (53x0?) had a switch setting that > automatically wrote all the diags (following cards) to tape in an loadable > format, per Van Snyder's early email? (I've cc'd Van, who might remind us > again... ;-)
and Van Snyder respondedYes, it's 53x0 (I think 5300+5310) that write diagnostics to tape. IIRC, 5300 clears core, then loads 5310, which is actually the tape read routine that gets written on the tape so programs can load overlays and detail records from tape, then loads each diagnostic program and writes it onto tape. IIRC, the way you use it is to stack up 5300, 5310, and whichever diagnostics you want on the tape. I punched this from the book last time I was visiting CHM. Maybe it's still in the drawer. Mike C. and I tried to write diagnostics on tape, but it wasn't cooperating -- probably because of the recently-squashed bug. Some diagnostics can't be run from tape (e.g. the ones that test the card reader). Check the book. I wrote a combined 5300+5310, which I dubbed 5300F, and tried it out in SimH. It's attached, along with a flow chart. It uses SimH encoding, so the } on card 7 of the object "deck" is GM (12-7-8). You might need to adjust this if you want to use the PC-to-026 lash-up to punch it. Extension means .s Autocoder source. .cd Autocoder object "deck" .pdf PDF file for printing or viewing Van
5300F.s, 5300F.cd, 5300F.pdf, 5300F-flow.pdf
Thu March 06 - Tape Team
Wed March 12 - general
- Present were Ron Williams, Frank King, Bill Flora, Bob Erickson, Dan McInnis, Bob Feretich, Joe Preston, Judith Haemmerle, Stan Paddock, Robert Garner, and Ed Thelen.
- from Bob Feretich
Today, a tape subsystem intermittent error occurred shortly before noon. It appeared as if occasional Write operations transferred no data, but the TAU hung waiting for the data to be echoed. The First_Character latch is set at the beginning of the Write operation, but never reset. We broke for lunch and when we returned, the problem could not be reproduced. We had seen this problem two sessions ago, but it did not occur last week.
I fixed a firmware bug in the Emulator's firmware's new features. The Emulator was able to run Ron's two Write-Backspace-Read programs. So far, the emulator has demonstrated that it can:
The Emulator drivers (kernel and user mode) both performed well today. No hangs. No blue screens of death. The error recovery/restart code is doing its job.
- Write records from the 1401 to a PC hard drive.
- Read records passing them from the PC to the 1401.
- Perform Backspace operations.
- Perform Rewind operations.
The TAU/Emulator team will meet Friday at the CHM to perform a GUI code integration.
Currently, files in the PC are stored in BCD SIMH format.
There are still several things to do:
Regards,
- Bring-up the BCD SIMH to/from ASCII converters.
- Complete and debug the GUI controls for the emulator.
- Fix a buffer overflow issue in the firmware.
- Test the Autocoder assembler's loadable tape generation feature.
- Prepare some 1401 utilities.
Card to Tape(PC), Tape(PC) to Punch, and Tape(PC) to Printer - modified versions of the 5xxx diagnostic to use moves instead of loads and to boot from the PC.
Bob Feretich- Ed Thelen verified 729 Mod V Plugging sorted by location and 729 Mod V Plugging sorted by card type
Bob Erickson and Judith Haemmerle worked on finishing the 513 plastic shielding (for visitors), then got involved with some problem with the 077 colator - Joe Preston worked on aligning the new code plate for keypunch # 3. Even Bob Erickson says that is a bear of a job to do :-((
- Dangerous Dan McInnis ;-)) verified that his modified BIG PRINT program correctly runs the tape drive and drops the visitor name cards into a different 1402 pocket. We are using the PC to keypunch #4 quite a bit, and it seems quite good :-))
- Stan Paddock arranged for the resident laptop to be able to print on the printer in the alcove.
- Robert Garner and Frank King looked at stills and movies of Robert's reconnaissance to Conneticut for the proposed new 1401 system. Frank's experience setting up for the Portland move ought to be very helpful. Both involve[d] moving very heavy artifacts through a basement door (accessing the yard) across a lawn to a truck.
- So much is usually working now that we should set up a pool table and relax a bit. :-))
- Until the Conneticut 1401 comes in :-|
- Of course, saying that is sure to trigger Murphy's Laws of the 1970's, and cause the roof to fall in.
- Would be nice to verify CPU operation using voltage margins -
- While the others are shooting pool on the hypothetical new pool table, I might get out my Pi programs for greater than 200 places - that ought to be a good CPU stability test ;-)) Pi to 5000 places on the 1401 might take all weekend !?!- Grinding 729 tape drive capstans from Grant Saviers, 650 K Bytes, lovely pictures.
Wed March 19 - general
- Present were Ron Williams, Bob Erickson, Frank King, Glenn Lea, Dan McInnis, Bob Feretich, Joe Preston, Judith Haemmerle, Stan Paddock, Robert Garner, and Ed Thelen.
Glenn and Stan are busy replacing a repaired circuit breaker. And we tell our kids (and anyone who will listen) that computers are a hands clean, white collar, sit at a desk business :-| - from Bob Feretich
The below scenario now works reliably...
We needed to replace the "Tape Load" switch today. It was noisy and would generate multiple tape load initiation pulses.
- Define virtual drive 1 and map it to a tape image of the program to be loaded and executed. This file is generated from the Autocoder cross-assembler (currently some manual editing is required) in "loadable tape" format and converted to SIMH format.
- Define virtual drive 4 and map it to the tape image of the data file to be printed. This is a pure ASCII text file that is also converted to SIMH format.
- Load and execute the program from drive 1 by pressing the "TAPE LOAD" button on the 1401 console. The program can read or write as desired to the data tape.
Also today, Van has released a new version of the Autocoder cross-assembler that will interface with the Emulator. It needs to be integrated into Rope.
This integration would permit us to perform more comprehensive stress testing.
Regards,
Bob Feretich
Ron Williams has been pestering Frank King about a defective diagnostic lamp in the 1403 printer - so Frank went after it. We found the lamps sent to us by J Falk and went to work. - Ron Williams traced an intermittent squeak to a fan in the 1401. Unfortunately for Ed, Ron assigned the repair to Ed Thelen. After hours, with power off, Tim Coslet and Ed removed the fan, leaving the wires connected. Placing oil on the C-Clip did not do the trick. Stan Paddock came back, and joined the effort. We had to get the C-Clip off to get the motor apart to correctly oil the bearing shaft. Getting that little C-Clip, recessed in the motor, off was a challenge.
Ed (the German) and Stan (the Welchman) argued who was more stubborn. Dan McInnis (the Irishman) came by and claimed to be the most stubborn. Stan evidently won as he finally got the c-clip off. Stan greased the bearing shaft claiming the job should last another 50 years.
Possibly Stan should have used lighter oil as the fan run-down time is still quite short.
Sat March 22
- from Stan Paddock - Monday Dry Run - for Docent Demos of 1401 -
I worked with Ron Williams today on the 1401. It will not stay powered up for more than 10-30 seconds. In that case, I don't think I can help on Monday and will find something else to do. Stan
Ron Williams made a liar out of me again. After I left, he found a bad card in the power supply monitoring. Ron 'found' another card and the machine is back up. We have been looking for this problem for several months now. Way to go Ron. See you on Monday. Stan
Mon March 24 - demo group,
To keep you up todate, the demo group, Bill, Stan, David, Jim and myself met this morning to do a run through of my latest BigPrint/Tape program and discuss integrating it into Davids script.Things didn't go so well. We were unable to get the program to complete its assigned tasks. The reader had problems with the original deck, we punched out a new one and this ran ok, the printer gave print checks which we did not understand. Never got around to testing the tape portion. The punch also was getting validity errors. Stan is going to run it on Wednesday while the experts are on hand.
I am attaching a rough draft user's guide. The program run fine on SIMH and I have tested all the various combinations.
Dan
Wed March 26 - general
- Present were Ron Williams, Frank King, Bill Flora, Glenn Lea, Bob Feretich, Joe Preston, Stan Paddock, Robert Garner, and Ed Thelen.
- E-mails of problems last Saturday and Monday (above) had circulated, and all the section leaders of the reported problems were present. Jim Somers came by to assure that we were working toward getting the hardware back up to demonstration requirements. So many things all at once.
Looking back - what is the common element? Power supplies! But that is hind sight :-((
Now what? So Ron Williams and I started fooling with another similar power supply - Here is the setup to verify that big electrolytic filter capacitors are properly formed - Ron Williams remembered that a - 6 volt power supply is used as a reference, until the -6 volts is present, the -12 volt power supply only produces -6 volts (I imagine to help protect the transistors in case of a -6 volt power supply fault.) I am 50% convinced that there is a -6 volt reference problem - causing the -12 volt power supply to produce such trash :-((
It was about 5:00 and we were slowing down - and left -- Another (unreported) problem during the demo exercizes was the 729 tape drive window did not stay all the way up. For several years it has sagged about 1 inch down and the work around was to cheat the interlock - which the docents did not know how to do - probably just as well :-|
So they held the window closed with a big wood working clamp - and struggled on with other problems.Glenn Lea and Bill Flora worked on that problem - They eventually removed the shock absorber type spring assemblies which holds up the window, applied WD-40?, and gave the spring assemblies some exercize. For reasons not understood, the assemblies now work fine, the window behaves properly (does not sag down), and docents don't have to know how to cheat the window interlock :-))
- E-mail from Stan Paddock to Bob Lange, CC Gary Matsushita, Dennis Cassar
Bob, Today, we took all of the covers off, disconnected the interconnecting cables, removed the roller stoppers and removed the interconnecting cable tray on top.
The left most cabinet has all of the batteries. There are two roll-out drawers. We might be able to roll them all the way to your truck!
The second cabinet also has rollers. The inverters in this cabinet unplug so if we need to reduce the weight, we can pull them out.
The third cabinet is empty.
If you bring a couple of strong people, you could be in and out in an hour.
We have pallet jacks and an electric 2,000 pound fork lift available for your use. ...
Views of the Uninterruptable Power Supply (UPS) in process of dis-assembly for removal. - Robert Garner wishes to remind CHM folks that the big Liebert air conditioner near the door needs to be removed by the end of April, when the "new" ;-)) 1401 is expected to arrive at CHM.
Thu March 27 - Tape Team
Go to April 2008
go to Team Bios