![](/images/new-backgrounds/1264976/264976599x1.webp)
280 DEC LA210 Control Commands
The value of n for the right margin depends on the setting of the left margin and the selected pitch (where LM is the setting for the left margin):
• | 5.0 pitch: | LM + 1 | !n ! 66 |
• | 6.0 pitch: | LM + 1 | !n ! 79 |
• | 7.5 pitch: | LM + 1 | ! n ! 99 |
•8.33 pitch: LM + 1 ! n ! 109
• 9.1 pitch: LM + 1 ! n ! 120
If n is greater than the upper limit, the maximum permitted value is assumed.
ESC [ (n1) ; (n2) s |
|
|
| Left and Right Margin | ||
ASCII: | ESC | [ | (n1) | ; | (n2) | s |
Control: | CTRL [ | [ | (n1) | ; | (n2) | s |
Decimal: | 27 | 91 | (n1) | 59 | (n2) | 115 |
Hexadecimal: | 1B | 5B | (n1) | 3B | (n2) | 73 |
Sets the left margin to Column n1 and the right margin to Column n2.
The value of n2 for the right margin depends on the setting of the left margin and the selected pitch:
• | 5.0 pitch: | n1 + 1 ! n2 ! 66 |
• | 6.0 pitch: | n1 + 1 ! n2 ! 79 |
• | 7.5 pitch: | n1 + 1 ! n2 ! 99 |
•8.33 pitch: n1 + 1 ! n2 ! 109
• 9.1 pitch: | n1 + 1 ! n2 ! 120 |
•10.0 pitch: n1 + 1 ! n2 ! 132
•12.0 pitch: n1 + 1 ! n2 ! 158
•15.0 pitch: n1 + 1 ! n2 ! 198