Google
 

Trailing-Edge - PDP-10 Archives - dec-10-omona-u-mc9 - ttyka.mac
There are 2 other files named ttyka.mac in the archive. Click here to see a list.
SUBTTL	TTYCNF - TERMINAL CONFIGURATION DEFINITION FILE OUTPUT BY MONGEN


DEFINE XP(A,B),<A==:B>


XP M.TTY,50

;;	How many DC10s(1,0-2)[
;;	The DC10 is a data line scanner]: 1	;DC10'S

;;	How many DC68s(1,0-2)[
;;	The DC68 is a PDP-8 680 or 680I communications system]: 1	;DC68'S

;;	How many DC76s(1,0-8)[
;;	The DC76 is a PDP-11 communications system]: 0	;DC76'S
XP M.DC10,1
XP M.DC68,1
XP M.DC76,0
XP MD.DCS,0

;;	# DC10B[ or 632] 8 line data groups(1-8)[
;;	1 is TTY0-7, 2 is TTY0 - 17, ... 8 is TTY0 - 77]: 2	;DC10B

;;	# DC10E Data set control groups(0-2): 1	;DC10E
DEFINE	MACCR0<

;;	Correspondence of DC10E lines to the DC10B lines(M-N,P)[
;;	Type M,P for one pair and M-N,P for a range of pairs
;;	where M is octal DC10E line, M-N is octal range of DC10E
;;	lines, and P is octal DC10B line]
;;	20-27,10	;DC10E/DC10B CORRESPONDENCE
L 20,27,10	
;;	
>

;;	# Octal lines on DC68, including its console TTY(1-144): 32	;DC68 LINES
XP M.D70N,0
XP M.D71N,0
XP M.D72N,0
XP M.D73N,0
XP M.D74N,0
XP M.D75N,0
XP M.D76N,0
XP M.D77N,0
XP M.TTG0,2
XP M.TTG1,0
XP M.DSG0,1
XP M.DSG1,0
XP M.68L0,32
XP M.68L1,0
XP M.TLTL,52 ;TOTAL LOCAL TTY LINES


;;	OPR octal line #(CTY,0-51)[OPR is privileged operator terminal]: CTY	;OPR
DEFINE	OPRLIN<

	OPRL	CTY
>

;;	Answer the following questions about your TTY lines(M-N).
;;	[Type one octal line #(M) or one range(M-N) or CTY on separate
;;	lines.  Type extra carriage return when through.]
DEFINE	MACDSD<

;;	Data set lines[Class of terminal for LOGIN, LOGIN resets line
;;	to computer echoing and no hardware tabs]
;;	10-13	;DATA SETS
L 10,13	
;;	17
L 17
;;	
>
DEFINE	MACTAB<

;;	Lines with hardware tabs[Monitor simulates rest with spaces]
;;	2-7
L 2,7
;;	16
L 16
;;	20-47
L 20,47
;;	CTY
L CTY
;;	
>
DEFINE	MACRMT<

;;	Remote lines[Class of terminal for LOGIN, do not confuse
;;	with remote station TTYs]
;;	2-7	;REMOTE
L 2,7	
;;	13-15
L 13,15
;;	20-47
L 20,47
;;	
>
DEFINE	MACLCP<

;;	Local copy lines[Echoing provided by terminal rather than
;;	by computer.  Often (incorrectly) called half duplex]
;;		;LOCAL COPY
>
DEFINE	MACHLF<

;;	Half duplex lines[TWX or half duplex wired scanner(DC10C)]
;;		;HALF DUPLEX
>
DEFINE	MACSLV<

;;	Slaves[No commands may be typed]
;;		;SLAVES
>
DEFINE	MACFRM<

;;	Lines with hardware form feed[Leave out if users
;;	would rather not get form feeds until they do TTY FORM commands]
;;		;FORM FEED
>
DEFINE	MACINI<

;;	Lines which run INITIA at startup
;;	CTY
L CTY
;;	0-7
L 0,7
;;	
>
DEFINE	MACFLC<

;;	Filler class codes(M-N,P)[
;;	Type M,P for one line M with filler class code P or
;;	M-N,P for a range of lines with filler class code P]
;;	1,1	;FILLER FOR VT06
L 1,1	
;;	
>
DEFINE MACDIS<

;;	2741 lines on DC-10 interfaces[]
;;		;2741 INTERFACE LINE #
>
;;	
;;	END OF TTY002.MAC