Elliott telecode

Elliott computers read and wrote their output on paper tape, either 8 or 5 channel paper tape. The Elliott 503 was primarily operated with 8-channel one-inch wide paper tape although a MODE button could be set on the paper-tape reader to allow 5-channel (11/16 inch wide) tapes to be read.

On the 8-channel paper tape channel 5 is used as an even-parity check bit (parity bit is set to one when the number of ones, excluding the parity bit, is odd).

Code
"." indicates sprocket hole
DecimalGlyph, tape, printer effect
00000.0000 Run out
00010.0011 
00010.0102New line
00000.0113Paper throw
00010.1004Tabulate


 
NW - Table is incomplete

For 5-channel paper tape coding, Elliott did not use the Baudot code, but rather their own special telecode.

 CodeLetter shiftFigure shift
00.000 blank (bl)
00.0011
00.010B2
00.011C*
00.100D 4
00.101$ or &
00.110 =
00.111G 7
01.000H 8
01.001 '
01.010 ,
01.011 +
01.100L :
01.101M -
01.110N .
01.111O %
10.000P 0
10.001Q(
10.010R)
10.011S3
10.100T?
10.101U5
10.110V6
10.111W/
11.000X@
11.001Y9
11.010£
11.011figure shift  (fs)
11.100space  (sp)
11.101carriage return (cr)
11.110line feed(lf)
11.111letter shift(ls) 

Comments