User`s manual

Section 4: Advanced Functions
AXIS AX-7 Cobra+ User’s Manual 45
Programming String
Substitutions from the
System
The same programming example as above can also be obtained by
inserting the following lines into your document:
Note:
String Substitutions are programmed in Extended Emulation
Mode.
‘210’ is the function number. If the string number is not followed by
data, the string will be deleted.
‘210, $00’ will delete all String Substitutions.
%P (Configuration lead-in sequence)
=210,$00 (Delete all)
=210,$01,$1B,$2D,$31 (Start underline - Proprinter)
=210,$02,$1B,$26,$64,$44 (Start underline - HP LaserJet)
=210,$03,$1B,$2D,$30 (Stop underline - Proprinter)
=210,$04,$1B,$26,$64,$40 (Stop underline -HP LaserJet)
=207,10 (Initialize settings)
=207,12 (Save settings permanently)
% (Configuration trailer sequence)