FUNCTION SELECTION VIA LINE (FSL) COMMANDSY80—Overwrite APL Translate Table@Y80, n1, n2, [ : n1, n2, ]@Matches the APL character table of the printer. Changes aremade in the current selected translate table. The functionmodifies entries in the active customized translate table. Themodifications become active immediately and are stored directlyin nonvolatile memory (NVM). Up to eight characters may bedefined for each code point.n1 Position of the character to be translated withvalid values of X'30'—X'BF'n2 Selected Symbol Set with valid values of 1—8 Data is the hexadecimal value required to printthe character.Overwrite methods available • Change a single character.• Change a series of characters.• Make a multistrike character.More than one code point may be defined at the same time withthe semicolon (;) and colon (:) delimiters as follows:• A semicolon denotes that the next number is an ASCIIhexadecimal value that is placed in the next consecutiveaddress in the table.• A colon separates successive code point translations. Itdenotes that the next number in a series of numbers is anaddress in the table.Example 1 @Y80,BC, 9C@ defines the character A in address BC to beASCII value 9C.Example 2 @Y80, BB, 4F, 08, 2F@ defines the address BB to be amultistrike character made up of the ASCII values 4F 08 2F (O,backspace, /).Example 3 @Y80, A0, 90; 91; 92@ defines the addresses A0 A1 A2 to bethe ASCII values 90 91 92 respectively.Example 4 @Y80, 1C, 9C : 2B, 15@ defines the address 1C to be ASCIIvalue 9C and the address 2B to be the ASCII value 15.Example 5 @Y80, 17, 7D; 3F; 21; 53, 08, 7C : 3B. F7@ defines the address17 to be the ASCII value 7D, the address 18 to be the ASCIIvalue 3F, and the address 19 to be the ASCII value 21 - followedby the address 1A defined as a multistrike character made up ofASCII values 53 08 7C. Finally, the address 3B is defined to bethe ASCII value F7.3-56 XEROX MRP FAMILY COAX COMMAND REFERENCE