Repair Mode Codes:
DC: DisplayCode = [left: letterD, right: letterC]; -- Running Repair Mode.
D0: DisplayCode = [left: letterD, right: digit0]; -- Displaying Analyst Log.
D1: DisplayCode = [left: letterD, right: digit1]; -- Displaying Tech Rep Log.
D2: DisplayCode = [left: letterD, right: digit2]; -- Resetting Log.
D3: DisplayCode = [left: letterD, right: digit3]; -- Setting Registration.
D4: DisplayCode = [left: letterD, right: digit4]; -- Running Test Job.
D5: DisplayCode = [left: letterD, right: digit5]; -- Running Image Test.
D6: DisplayCode = [left: letterD, right: digit6]; -- Running Command Status Test.
D7: DisplayCode = [left: letterD, right: digit7]; -- Reading Registration.
D8: DisplayCode = [left: letterD, right: digit8]; -- Printing Analyst Log.
D9: DisplayCode = [left: letterD, right: digit9]; -- Printing Tech Rep Log.
displayAnalystLog: KeyPadCode = [sort: test, value: 0];
displayTechRepLog: KeyPadCode = [sort: test, value: 1];
resetLog: KeyPadCode = [sort: test, value: 2];
setRegistration: KeyPadCode = [sort: test, value: 3];
runTestJob: KeyPadCode = [sort: test, value: 4];
runImageTest: KeyPadCode = [sort: test, value: 5];
runCommandStatusTest: KeyPadCode = [sort: test, value: 6];
readRegistration: KeyPadCode = [sort: test, value: 7];
printAnalystLog: KeyPadCode = [sort: test, value: 8];
printTechRepLog: KeyPadCode = [sort: test, value: 9];
enterRepairMode: KeyPadCode = [sort: test, value: 6012];
exitRepairMode: KeyPadCode = [sort: test, value: 12];