Heading:
Alto DLS Operation
Page Numbers: Yes X: 527 Y: 10.5"
Inter-Office Memorandum
ToDLS administratorsDateJuly 16, 1982
FromEd TaftLocationPARC/CSL
SubjectAlto DLS OperationFile[Indigo]<DLS>DLSOperation.bravo
XEROX
These are the instructions for installing and operating an Alto Data Line Scanner (DLS). For a functional overview, you should first read the DLS user’s guide, ‘‘The Alto DLS’’, filed as [Indigo]<DLS>DLS.press.
Hardware requirements
A DLS consists of an Alto-I (sorry, not an Alto-II) with some special hardware that enables it to interface to 64 incoming and 64 outgoing EIA levels, such as are used for all control and data signals in RS232 connections. A direct connection to a terminal requires one DLS ‘‘line’’ (EIA input-output pair); connecting to a modem requires a second line for control signals; and connecting to an auto-dialler (RS366) requires six additional lines.
The DLS software imposes some configuration limitations. There is insufficient memory to support more than about 32 data lines (exclusive of modem and dialler control signals). The software supports data rates up to 2400 baud; however, it cannot run more than a fraction of all the DLS lines at high rates simultaneously. (For example, simultaneous sustained output on 32 lines at 300 baud is about the best the DLS can do.)
Special DLS hardware
The special hardware consists of a single wire-wrap card holding 60 chips. The card plugs into one of the three spare Alto memory bus slots. Wired to the card (via two large connectors) are terminal strips mounted on the Alto’s back cover. These are in turn connected to modems, terminal distribution networks, or whatever.
The DLS card is not a standard item, but must be specially fabricated on demand. Hardware documentation presently exists only in hardcopy form that may be obtained from Ed Taft; it includes logic drawings, a parts list, and a wire list suitable for hand wire-wrapping.
Modems and diallers
For dial-in use, any RS232-compatible modem will do. Modems should be connected as described in the next section.
For automatic dial-out applications, the modems and diallers supported by the existing software are made by Racal-Vadic; other manufacturers’ products probably won’t work. The recommended hardware is as follows:
One or more VA1616AM chassis, which each accept up to 16 300-baud or 8 1200-baud modems.
VA317 (answer-only) or VA355 (originate-answer) 300-baud direct-connect modems.
VA3484 1200-baud direct-connect modems (compatible only with other Vadic 1200-baud modems; Bell 212-compatible modems are also available).
VA811 auto-dialler; only one dialler is required for a system that consists of up to four chassis. (The VA831 RS232 to RS366 converter is not required.)
Terminal and modem cables
This section describes the construction of cables for connecting the DLS to various devices. In each case, one end of the cable is terminated in lugs that match the terminal strips on the back of the Alto; the other end is terminated in a DB-25 connector (male or female, as specified).
The following cable is used to connect a terminal directly to the DLS, without using a modem. The entry in the DLS configuration file (described later) looks something like:
d Hardwired
where d is the DLS line number.
DLS endTerminal end (female)Signal name
line d inputpin 2Transmit Data
line d outputpin 3Receive Data
line d groundpin 7Signal Ground
jumper pins 5, 6, 8, 20Clear to Send, Data Set Ready, Carrier Detect, Data Terminal Ready
A similar cable may also be used to connect the DLS as a ‘‘terminal’’ to a host computer, except that a male connector is used, pins 2 and 3 must be interchanged, and the jumper should be omitted.
The following cable is used to connect a modem to the DLS. One DLS line is used for data and one for control. The declaration in the DLS configuration file looks like:
d Dataset Control c
where d is the number of the DLS data line and c is the corresponding control line.
DLS endModem end (male)Color CodeSignal name
line d inputpin 3GreenReceive Data
line d outputpin 2WhiteTransmit Data
line d groundpin 7BlackSignal Ground
line c inputpin 5RedClear to Send
line c outputpin 20BrownData Terminal Ready
The following cable is used to connect a Racal-Vadic dialler to the DLS. Six DLS lines are used to control the dialler. The declaration in the DLS configuration file looks like:
a1 Dialler CRQ
a2 Dialler DP
a3 Dialler NB1
a4 Dialler NB2
a5 Dialler NB4
a6 Dialler NB8
where a1 through a6 are the numbers of the DLS lines devoted to controlling the dialler.
DLS endDialler end (male)Signal name
line a1 inputpin 5Present Next Digit
line a1 groundpin 7Signal Ground
line a1 outputpin 4Call Request
line a2 inputpin 3Abandon Call and Retry
line a2 outputpin 2Digit Present
line a3 inputpin 13Data Set Status
line a3 outputpin 14Number Bit 1
line a4 outputpin 15Number Bit 2
line a5 outputpin 16Number Bit 4
line a6 outputpin 17Number Bit 8
Configuration file
The line configuration is specified by a configuration file which is customized for each DLS. This file describes which DLS lines are used as RS232 data lines, the association between data and control lines, and various other things. It also specifies a small number of terminal parameters such as default baud rates, screen dimensions, etc., which may be set on a per-line basis.
When the DLS software is started, it reads User.cm looking for an entry like this:
[DLS]
Indirect:
fileName
Name:
systemName
FileName is the name of the configuration file on the local disk. (If there is no such entry in User.cm, it expects the configuration file to be called DLS.config.) SystemName is text included in the herald displayed to users at connection time; for example, ‘‘PARC DLS’’.
The contents of the configuration file are not documented here. You should examine [Indigo]<DLS>ParcDLS.config, which includes syntax equations and other information as comments at the beginning of the file.
Test program
[Indigo]<DLS>DLSTest.run is a diagnostic program that may be used for initial checkout and failure diagnosis. Most of DLSTest’s facilities were implemented to assist with development of the DLS driver software and microcode; only those facilities expected to be useful for hardware checkout are described here.
When started up, DLSTest reads the configuration file as described above. The DLS’s normal configuration file is acceptable to DLSTest. However, for initial checkout, a more useful configuration file is [Indigo]<DLS>HardWired64Line.config, which defines all 64 lines to be directly-connected terminals. This enables you to check out all 64 lines using one terminal which you connect to each line in turn. (This configuration, by the way, is not acceptable to DLSControl because it defines more data lines than DLSControl has memory to handle.)
Each test is initiated by a single-character command (type ‘‘?’’ for a list), and terminates when you strike any character on the Alto keyboard. Each test operates simultaneously on all data lines declared in the configuration (except for modems that are hung up); control lines and lines not mentioned in the configuration are inactive.
Output test: endlessly transmits a constant sequence of characters on each data line.
Input test: receives characters from any data line. Whenever a character arrives, it displays the line number and character code on the Alto display.
Echo test: same as Input test, except that each character received is also transmitted on the same line.
Mixed input/output test: starts the same as Output test. When a character is received on any line, that line switches to Echo test. When the ESC character is received on that line, the line reverts to Output test.
Buffered input/echo test: for each line, receives and echos characters until ESC is received, then endlessly transmits the sequence of characters that were received.
Display on/off: toggles the Alto display on and off. Turning the display off substantially increases the number of Alto cycles that can be devoted to running the DLS. This reduces or eliminates pauses in output that occur when running all lines simultaneously in a large configuration.
Quit: exits to the Alto Executive.
Control program
[Indigo]<DLS>DLSControl.run (and .syms) is the control program for normal DLS operation. Assuming User.cm and the configuration file are properly set up, you just run DLSControl (which takes only a few seconds to start up).
Status display
DLSControl maintains a line status matrix on the Alto display. The display is turned off two minutes after startup, in order to conserve Alto cycles (and screen phosphor); typing anything on the Alto keyboard turns the display back on for another two minutes. Thus the normal appearance of the screen is completely black; there is not even a cursor, as the cursor microcode is disabled to save more Alto cycles.
The state of a line is one of the following:
−−Not a data line (it may be a control line or unused).
OffA DataSet line that is hung up, or a DialOutOnly line that is not in use.
OnA line that is connected but inactive. An idle HardWired line is always in this state; for a DataSet line, this means that a phone connection is established (carrier present) but no characters have been received on the line (the line is in speed-determination mode).
ActA line that is being controlled from a terminal and is at DLS command level (i.e., beyond the initial speed determination sequence).
RemA line that is being controlled from a terminal and has a ‘‘remote’’ connection in progress (i.e., a Telnet connection to a server such as Maxc, Ernestine, etc.)
OutA line that is being controlled from a network connection (i.e., ‘‘dial out’’).
Operator commands
The following commands may be issued on the DLS Alto’s keyboard; they are invoked by a single character (type ‘‘?’’ for a list).
Broadcast message: accepts a one-line message, which you type on the Alto’s keyboard terminated by CR, and immediately transmits that message on every DLS line that is in the On, Act, or Rem state. Note: due to implementation difficulty, this message is not sent over the controlling network connection of a line in the Out state (if possible, use the Post command instead).
Post signon message: accepts and remembers a one-line message, which you type on the Alto’s keyboard terminated by CR. This message is displayed at connection time to all subsequent new users (whether the connections are controlled from the terminal or the network).
Quit: broadcasts a shutdown message, breaks all network connections, hangs up all modems, and exits to the Alto executive.
Remove posted notice: removes a message previously established by the Post command.