C1 control characters – Genicom GEK 00031B User Manual

Page 201

Advertising
background image

GEK-00029B

5000 Series Programmer’s Manual

201

C1 Control Characters

All C1 control characters abort any escape sequence, control
sequence, or control string in progress. See the section on Special
Parsing Requirements earlier in the chapter.

C1 control characters can be represented by a 7-bit equivalent escape

sequence. See the following table.

8-Bit

Column/Row

Mnemonic

7-Bit Equivalent Sequence

8/0

Reserved

ESC @

1B 40

8/1

Reserved

ESC A

1B 41

8/2

Reserved

ESC B

1B 42

8/3

Reserved

ESC C

1B 43

8/4

IND

ESC D

1B 44

8/5

NEL

ESC E

1B 45

8/6

SSA

ESC F

1B 47

8/7

ESA

ESC G

1B 47

8/8

HTS

ESC H

1B 48

8/9

HTJ

ESC I

1B 49

8/10

VTS

ESC J

1B 4A

8/11

PLD

ESC K

1B 4B

8/12

PLU

ESC L

1B 4C

8/13

RI

ESC M

1B 4D

8/14

SS2

ESC N

1B 4E

8/15

SS3

ESC O

1B 4F

9/0

DCS

ESC P

1B 50

9/1

PU1

ESC Q

1B 51

9/2

PU2

ESC R

1B 52

9/3

STS

ESC S

1B 53

9/4

CCH

ESC T

1B 54

9/5

MW

ESC U

1B 55

9/6

SPA

ESC V

1B 56

9/7

EPA

ESC W

1B 57

9/8

Reserved

ESC X

1B 58

9/9

Reserved

ESC Y

1B 59

9/10

Reserved

ESC Z

1B 5A

9/11

CSI

ESC [

1B 5B

9/12

ST

ESC \

1B 5C

9/13

OSC

ESC ]

1B 5D

9/14

PM

ESC ^

1B 5E

9/15

APC

ESC _

1B 5F

CSI

Control Sequence Introducer (CSI): CSI introduces a control

sequence. A CSI control character received in an escape sequence,
control sequence, or control string aborts that sequence and begins a
new control sequence. For those familiar with escape sequence
programming, CSI is the ESC [ sequence.

DCS

Printer Control String (90H): DCS introduces a printer control
string. A DCS control character received in an escape sequence,

control sequence, or control string aborts that sequence and begins a
new printer control string.

EPA

End of Protected Area (97H): EPA aborts any escape sequence,
control sequence, or control string in progress. It is ignored
otherwise.

ESA

End of Selected Area (87H): ESA aborts any escape sequence,
control sequence, or control string in progress. It is ignored
otherwise.

Advertising