
2009/06/29
CHAPTER 5 PJL - 7
1.4. Variables
PJL can use alphanumeric variables, numeric variabless and strings.
1.4.1. Alphanumeric
variables
The first character must always be a character in the allowable range of letters and digits. Letters consists
of the uppercase characters (ASCII 65-90) and lowercase characters (ASCII 97-122). Digits consists of
the numbers 0-9 (ASCII 48-57).
<Example>
Brother2245
1.4.2. Numeric
variables
The number consists of digits with one optional decimal point and an op or - sign preceding the
first digit.
<Example>
0.1234
-123.4
+123.0
<Wrong>
+.05
-.05
1.4.3. Strings
Strings consist of any combination of characters from ASCII 32 to 255, plus ASCII 9, except ASCII 34
(quotation marks), which are used to define the start and end of a string.
<Example>
"Print Job KKK"
"This is a sample string"
1.5. Invalid
Commands
There are two general types of invalid commands. Each type operates differently.
Syntax errors include :
•
unrecognized command and command modifier
•
strings which are missing quotation marks
•
numeric values which are missing digits before the decimal point
1.5.1. Syntax
errors
Commands received with Syntax errors cause the printer to ignore the entire PJL command.
1.5.2. Syntax warning and semantic warning
Syntax warnings and semantic warnings are issued for commands which include unsupported options, values
which are out of range, or wrong or missing commands, etc. When the printer receives commands which
would create a syntax warning or semantic warning, it operates the command as long as possible, however,
the portion of the command which would create a warning is ignored.
Summary of Contents for HL-2600CN Series
Page 4: ......
Page 15: ...2009 06 29 CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION ...
Page 20: ...2009 06 29 CHAPTER 1 INTRODUCTION 6 ...
Page 21: ...7 17 2009 CHAPTER 2 PCL 1 CHAPTER 2 PCL PRINTER CONTROL LANGUAGE ...
Page 129: ...2009 06 29 CHAPTER 3 PCL5C 1 CHAPTER 3 PCL5C ...
Page 147: ...2009 06 29 CHAPTER 4 HP GL 2 1 CHAPTER 4 HP GL 2 GRAPHICS LANGUAGE ...
Page 200: ...2009 06 29 CHAPTER 4 HP GL 2 54 ...
Page 201: ...2009 06 29 CHAPTER 5 PJL 1 CHAPTER 5 PJL PRINTER JOB LANGUAGE ...
Page 276: ...2009 06 29 CHAPTER 6 EPSON 1 CHAPTER 6 EPSON FX 850 ...
Page 304: ...2009 06 29 CHAPTER 7 IBM PROPRINTER 1 CHAPTER 7 IBM PROPRINTER XL ...
Page 325: ...2009 06 29 CHAPTER 7 IBM PROPRINTER 22 ...
Page 326: ...2009 06 29 CHAPTER 8 BAR CODE CONTROL 1 CHAPTER 8 BAR CODE CONTROL ...
Page 337: ...2009 06 29 CHAPTER 9 HP GL 1 CHAPTER 9 HP GL GRAPHICS LANGUAGE ...
Page 364: ...2009 06 29 CHAPTER 9 HP GL 28 ...
Page 365: ...2009 06 29 CARBON COPY FUNCTION 1 CHAPTER 10 CARBON COPY FUNCTION ...
Page 373: ...2009 06 29 APPENDIX A COMPARISON LIST 1 APPENDIX A COMPARISON LIST ...
Page 475: ...2009 06 29 APPENDIX C HBP MODE COMMANDS 14 ...
Page 485: ...2009 06 29 APPENDIX D REFERENCE LIST OF MX 2000 4000 5000 7000 SERIES UNIQUE COMMANDS 10 ...