User`s manual

UNIX
AXIS 5400+ Users Manual Section 8: Setting Up - UNIX
87
3. Enter the string 1B 26 6C 34 48 in the String Before Print Job
text field.
4. Enter the string 1B 26 6C 31 48 in the String After Print Job
text field.
5. Click the OK button when finished.
String Substitutions The string substitution function performs search and replace
operations on the print data. The primary application is to replace
printer control commands. Up to twenty string substitutions may be
specified individually for each logical printer.
All strings must be entered as hexadecimal byte values, and each match
and substitute string must be preceded by a count byte.
You substitute command strings by editing the String Substitutions
(PRx_STR) parameter.
Example: Assume that you want to replace the UNIX New Line (hex
0A) with
an ASCII NewLine (hex
0D 0A) for logical printer PR1.
Follow the instructions below to substitute command strings:
1. From the print servers internal web page, select Admin | Logical
Printer Settings.
2. Select the PR1 tab.
3. Enter the string 01 0A 02 0D 0A in the String Substitutions text
field.
4. Click the OK button when finished.
Hex Code Explanation
01
length of the string you want to re-
place
0A the string you want to replace
02 length of the substitute string
0D 0A the substitute string