forked from virtualagc/virtualagc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CmQuickStart.txt
29 lines (28 loc) · 1.2 KB
/
CmQuickStart.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
C # For CM.# This just duplicates a few of the CM "Quick Start" steps from
# http://www.ibiblio.org/apollo/index.html. I'm not certain
# exactly what has to be done to put the AGC in a state in which
# it's receptive, but doing a V35E from the true DSKY seems to
# do it. However, if the AGC isn't in a receptive state, all of
# these commands will really be goofed up.
#Z # Clear any uplink errors.
#" " # Delay 5 seconds
V05N09E # Show program alarms
" " # Delay 5 seconds. Each space is 0.5 seconds.
# The quotes are just to make it easy to see how
# many spaces there are, but aren't necessary in
# the syntax. Everywhere else it looks like you
# see spaces, they're really tabs, and tabs don't
# trigger delays.
V91E # Commence showing memory-bank checksums.
" " # Delay 5 seconds.
V33E # Show next memory bank
" " # Delay 5 seconds.
V33E # Show next memory bank
" " # Delay 5 seconds.
V33E # Show next memory bank
" " # Delay 5 seconds.
V33E # Show next memory bank. I figure that's enough,
# though there are really a lot more banks to go!
" " # Delay 5 seconds.
V16N36E # Commence showing time.
" "