Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KA10: Stanford Cart device #245

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

larsbrinkhoff
Copy link
Contributor

SAIL hardware device used to control the Stanford Cart.

It also doubled as an audiovisual indicator. Green light means system is running. Red+yellow means crash. Ringing bell means system is debugged.

OUTER[S,SYS]

XD CAR,354      ;CART XMTR AND UDP UNLOAD LIGHT
;Cart interface CONO bits ;⊗

IFN FTSUAI,<
XD ONRED,4              ;CONO bit to turn on Red light
XD ONYEL,10             ;CONO bit to turn on Yellow light
XD ONBEL,1000           ;CONO bit to push bell solenoid
XD ONGRN,200000         ;CONO bit to turn on Green light

XD OFFRED,400004        ;CONO bits to turn off Red light
XD OFFYEL,400010        ;CONO bits to turn off Yellow light
XD OFFBEL,401000        ;CONO bits to release bell solenoid
>;IFN FTSUAI

CC @bgbaumgart

@larsbrinkhoff
Copy link
Contributor Author

I have three of these which does the bell nicely. But a new version with lights would be good.

https://github.com/tenderlove/analog-terminal-bell

@larsbrinkhoff
Copy link
Contributor Author

See simh/simh#1022

@larsbrinkhoff
Copy link
Contributor Author

I implemented a CART device. For now the only action is to log debug messages.

rcornwell and others added 2 commits December 31, 2023 12:29
Also four lights, a solenoid to ring a bell, and a TV tuner.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants