Fieldata
FIELDATA was a pioneering computer project run by the US Army Signal Corps in the late 1950s that intended to create a single standard for collecting and distributing battlefield information. In this respect it could be thought of as a generalization of the US Air Force's SAGE system that was being created at about the same time.
Unlike SAGE, FIELDATA was intended to be much larger in scope, allowing information to be gathered from any number of sources and forms. Much of the FIELDATA system was the specifications for the format the data would take, leading to a character set that would be a huge influence on ASCII a few years later. FIELDATA also specified the message formats and even the electrical standards for connecting FIELDATA-standard machines together.
Another part of the FIELDATA project was the design and construction of computers at several different scales, from data-input terminals at one end, to theatre-wide data processing centers at the other. Several FIELDATA-standard computers were built during the lifetime of the project, including the transportable MOBIDIC from Sylvania, and the BASICPAC and LOGICPAC from Philco. Another system, ARTOC, was intended to provide graphical output, but was never completed.
Because FIELDATA did not specify codes for interconnection and data transmission control, different systems used different control functions. Intercommunication between them was difficult.
FIELDATA is the original character set used internally in UNIVAC computers of the 1100 series, each six-bit character contained in six sequential bits of the 36-bit word of that computer. The direct successor to the UNIVAC 1100 is the Unisys 2200 series computers, which use FIELDATA to this day. Because some of the FIELDATA characters are not represented in ASCII, the Unisys 2200 uses '^', '"' and '_' characters for codes 004oct, 076oct and 077oct respectively.
The FIELDATA project ran from 1956 until it was stopped during a reorganization in 1962.
FIELDATA characters
Military
UNIVAC
The code version used on the UNIVAC was based on the second half of the military version with some changes.Indicator Bits | Detail Bits | Binary Bits | Decimal | Octal | Glyph | Name | Comments | |
00 | 0000 | 000000 | 0 | 00 | @ | Sometimes switched with Δ | ||
00 | 0001 | 000001 | 1 | 01 | ||||
00 | 0011 | 000011 | 3 | 03 | # | Line Feed on 1107 and 1108 | ||
00 | 0100 | 000100 | 4 | 04 | Δ | Delta | Carriage Return on 1107 and 1108 | |
00 | 0101 | 000101 | 5 | 05 | Blank / Space | |||
10 | 0001 | 100001 | 33 | 41 | - | |||
10 | 0010 | 100010 | 34 | 42 | + | |||
10 | 0011 | 100011 | 35 | 43 | < | |||
10 | 0100 | 100100 | 36 | 44 | = | |||
10 | 0101 | 100101 | 37 | 45 | > | |||
10 | 0110 | 100110 | 38 | 46 | & | Changed from _ in military version. | ||
10 | 0111 | 100111 | 39 | 47 | $ | |||
10 | 1000 | 101000 | 40 | 50 | * | |||
10 | 1001 | 101001 | 41 | 51 | on 1107 and 1108 | |||
11 | 0000 | 110000 | 48 | 60 | 0 | |||
11 | 0001 | 110001 | 49 | 61 | 1 | |||
11 | 0010 | 110010 | 50 | 62 | 2 | |||
11 | 0011 | 110011 | 51 | 63 | 3 | |||
11 | 0100 | 110100 | 52 | 64 | 4 | |||
11 | 0101 | 110101 | 53 | 65 | 5 | |||
11 | 0110 | 110110 | 54 | 66 | 6 | |||
11 | 0111 | 110111 | 55 | 67 | 7 | |||
11 | 1000 | 111000 | 56 | 70 | 8 | |||
11 | 1001 | 111001 | 57 | 71 | 9 | |||
11 | 1010 | 111010 | 58 | 72 | ' | |||
11 | 1011 | 111011 | 59 | 73 | ; | |||
11 | 1100 | 111100 | 60 | 74 | / | |||
11 | 1101 | 111101 | 61 | 75 | . | |||
11 | 1110 | 111110 | 62 | 76 | ⌑ | Lozenge | ||
11 | 1111 | 111111 | 63 | 77 | ≠ | Not Equal | Idle character on some models |