| VCF Latam | Apr 24 - 26, 2026, | Bahía Blanca, Argentina |
| VCF Pac. NW | May 02 - 03, 2026, | Tukwila, WA |
| VCF Southwest | May 29 - 31, 2026, | Westin Dallas Fort Worth Airport |
| VCF Southeast | Aug 01 - 02, 2026, | Atlanta, GA |
| VCF West | Aug 01 - 02, 2026, | Mountain View, CA |
| VCF Midwest | Sep 12 - 13, 2026, | Schaumburg Convention Center, IL |
| VCF Montreal V2.0 | Nov 07 - 08, 2026, | Saint-Lambert, Montreal, Canada |
| VCF SoCal | See you in 2027, | Southern CA |
| VCF East | Apr TBD, 2027, | InfoAge, Wall, NJ |
Today I set up a SIMH running a copy of the PiDP media that I built for myself some time ago. I used this for pdp8.ini:Trying to figure out the 549 line issue when copying ASCII text into PIP. I have verified that the ASR33.PA handler works fine. I just finished reading through the code so I can understand what it does since it does it correctly.
# The KL8E driver is loaded by PIP at location 06600.
# This places the the KRB at 07133. We want to intervene
# just after that to force another "keyboard ready".
#
# Also, PIP eof flag is set at 12040 if adding "blocks read" to
# "blocks to read" overflows. We set the BP after we know PIP is
# running.
br 7134 ;br 12040;d tti buf 215;d tti done 1;c
at rk0 ock.dsk
b rk
320 012032 1201 INGBUF, TAD INCTR
321 012033 7100 CLL
322 012034 1336 TAD XINRECS
323 012035 7420 SNL
324 012036 3201 DCA INCTR /RESTORE INCTR IF IT HASN'T OVERFLOWED
325 012037 7430 SZL /IS THIS THE LAST READ?
326 012040 2023 ISZ INEOF /YES - SET END-OF-FILE FLAG
327 /NOT END-OF-FILE IF INPUT DEVICE
328 /IS NON-FILE STRUCTURED!
Non file structured means character device like the TTY: or PTR:Today I set up a SIMH running a copy of the PiDP media that I built for myself some time ago. I used this for pdp8.ini:
This does indeed read 549 lines and then stops because -4+7 overflowed.Code:# The KL8E driver is loaded by PIP at location 06600. # This places the the KRB at 07133. We want to intervene # just after that to force another "keyboard ready". # # Also, PIP eof flag is set at 12040 if adding "blocks read" to # "blocks to read" overflows. We set the BP after we know PIP is # running. br 7134 ;br 12040;d tti buf 215;d tti done 1;c at rk0 ock.dsk b rk
Not sure what the comment about "non-file structured" means:
Code:320 012032 1201 INGBUF, TAD INCTR 321 012033 7100 CLL 322 012034 1336 TAD XINRECS 323 012035 7420 SNL 324 012036 3201 DCA INCTR /RESTORE INCTR IF IT HASN'T OVERFLOWED 325 012037 7430 SZL /IS THIS THE LAST READ? 326 012040 2023 ISZ INEOF /YES - SET END-OF-FILE FLAG 327 /NOT END-OF-FILE IF INPUT DEVICE 328 /IS NON-FILE STRUCTURED!
Vince
Impressive.Made everything nice and somewhat tidy for the visitors. The ADM is working like a dream.
View attachment 1316536
![IMG_20260215_111223359_BURST001[1].jpg IMG_20260215_111223359_BURST001[1].jpg](https://forum.vcfed.org/data/attachments/138/138073-69023cc834cb69d4991d7ddd4a10e7e9.jpg?hash=-gNIgWb6gl)

I originally planned to make a demo with the 8/m controlling a fan that held a Styrofoam ball in place on an inclined track with feedback from a ultrasonic distance measurement sensor (using the M863 for parallel I/O). However, although the code worked well, the fan wasn't powerful enough to push the ball at any reasonable distance. This idea turned into a concept of using the same sensor to measure the distance of an attendee from the front of the 8/m and to show their distance in a string of NeoPixel LEDs. I developed the code on the 8/m using EDIT and PAL, but ultimately ran too short on time to complete
![IMG_20260309_184050744_HDR[1].jpg IMG_20260309_184050744_HDR[1].jpg](https://forum.vcfed.org/data/attachments/139/139343-d59ab5c312eca86a05cfeb60b85e4274.jpg?hash=mAbq0cPrUV)
Doug, when I added the second half to my PDP-8/E the first thing I did was check that all of the voltages were correct. When they were ok but it still didn't work I checked the M935 Omnibus Bridges (mine were kindly made for me by Vince) and there were a few missing signals going across the buss.I got home and from VCFSoCal and the 8/e survived the trip (mostly). There is a bracket on the back of the machine which originally appears to be there to block off the opening where the I/O cables leave the machine. There is a sliding part which was missing from my machine so in reality the original bracket didn't do much more than help guide the cables out the back when the cover is off the machine. This bracket had been bumped a few times and is in danger of breaking from metal fatigue. So I fired up Fusion and modeled both pieces which you can see in the photo.
View attachment 1317945
These are test parts printed in Silver PLA and fit well. I will probably print them in black Polycarbonate for the final version and on a smooth build plate to get rid of the texture.
I have had people at VCFs mention that they had never seen this bracket and I would guess that if the machine got taken apart and this was removed it never managed to get reinstalled.
I will zip up the STL files and attach them here when I am happy with them. I will also put them on Makerworld.
Still trying to figure out why the rear backplane does not work. I removed it to look at the bottom. Couldn't see any signs of damage. Should have taken a photo when I had it out.
![IMG_20260313_150738268_HDR[1].jpg IMG_20260313_150738268_HDR[1].jpg](https://forum.vcfed.org/data/attachments/139/139594-94b69297fa43e24e390271632b50c70c.jpg?hash=ElRSZ3KW0P)
![IMG_20260313_150848272[1].jpg IMG_20260313_150848272[1].jpg](https://forum.vcfed.org/data/attachments/139/139595-1af402eb8b0e70f97cb67dd020a1f982.jpg?hash=XUzEKj8-sg)
![IMG_20260313_150938974_HDR[1].jpg IMG_20260313_150938974_HDR[1].jpg](https://forum.vcfed.org/data/attachments/139/139596-2ed13e551c42e1770469e1d1397bee00.jpg?hash=geDmwBWtfF)