User`s manual

Section 4: Advanced Functions
AXIS AX-7 Cobra+ User’s Manual 41
Press Enter until the Main Menu is displayed.
The maximum String length is determined by the Free String Area.
Note:
Changing printer driver will override all User Definable Strings.
Programming Strings
from the System
Example (See also previous section):
Assume that you have an IBM Proprinter:
Note:
Strings are programmed in Extended Emulation Mode.
‘209’ is the function number, ‘$01’ is the string number. If the string
number is not followed by a value, the string is deleted.
‘209,$00’ will delete all previously programmed User Definable
Strings.
Using the Strings
Example (IBM Proprinter):
To underline text in a document using the strings number $01 and
$02 (see previous example):
Note:
To use the Strings, Extended Emulation Mode must be entered.
Printout:
%P
(Configuration lead-in sequence)
=209,$00
(Delete all)
=209,$01,$1B,$2D,$31
(Program string 01 to ‘start underline’)
=209,$02,$1B,$2D,$30
(Program string 02 to ‘stop underline’)
=207,10
(Initialize settings)
=207,12
(Save settings permanently)
%
(Configuration trailer sequence)
This is %01underlined%02 text
This is underlined text