Xerox 4213 MICR MRP Betriebsanweisung

Seite von 315
SPECIAL FEATURES
More than one code point may be defined at the same time with
the ';' and ':' delimiters as follows:
”:”
A colon separates successive code point translations.
”;”
A semicolon causes the translation to increment the code
point address and treat the next character sequence as
the ISO6937 translation for that code point.
Example 
1
Modifying the currently selected ISO6937 translate table to
print 'abc' as 'ABC'
@Y75,81,41;42;43@
This command sets code point 81 (a) to translate to 41 (A),
82 (b) to 42 (B) and 83 (c) to 43 (C).
Example 2
Modifying the currently selected translate table to print '[$'
as 'AD'
@Y75,4A,41:5B,44@
Code point 4A ([) translates to 41 (A), 5B ($)  translates to 44
(d).
Example 3
Modifying the currently selected translate table to print 'X' as
'Xerox'
@Y75,E7,58,65,72,6F,78@
Code point E7 (X) translates to the five characters 58 (X), 65
(e), 72 (r), 6F (o) and 78 (x).
Notes
The following syntax would achieve the same effect:
@Y75,E7,58  65  72  6F  78@
@Y75,E7,5865726F78@
If you XCTO language is not configured to match the
language of your IBM system, the examples given here
will not work.
The ISO6937 and EBCDIC code page 500 is found in Appendix
A.
XEROX COAX/TWINAX OPTION (XCTO) PROGRAMMER REFERENCE
3–33