Difference between revisions of "CodeChart:Tektronix 4105/Tektronix 4105 Mode/ESC/M"

From Terminals
Jump to: navigation, search
(create page)
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[:Special:PrefixIndex/{{FULLPAGENAME}}/|Subpages of {{SUBPAGENAME}}]]
 
[[:Special:PrefixIndex/{{FULLPAGENAME}}/|Subpages of {{SUBPAGENAME}}]]
 
 
{|
 
{|
 
| valign="top" align="right" |
 
| valign="top" align="right" |
 
{{CodeChart
 
{{CodeChart
 
| title=Received
 
| title=Received
 +
| c=#c
 +
| g=#g
 +
| l=#l
 +
| m=#m
 +
| n=#n
 +
| p=#p
 +
| r=#r
 +
| t=#t
 +
| v=#v
 
}}
 
}}
 
| style="width: 2ex;" |
 
| style="width: 2ex;" |
Line 15: Line 23:
 
{| class="wikitable"
 
{| class="wikitable"
 
|+ ESC M Sequences
 
|+ ESC M Sequences
! style="padding: 1ex;" | Prefix
+
{{CodeDescriptionHeader}}
! style="padding: 1ex; width: 100%;" | Description
+
{{CodeDescriptionRow|C|c|Set Graphtext Size|''Pi'' ''Pi'' ''Pi''}}
! style="padding: 1ex;" | Parameters
+
{{CodeDescriptionRow|G|g|Set Graphics Area Writing Mode|''Pi''}}
 +
{{CodeDescriptionRow|L|l|Set Line Index|''Pi''}}
 +
{{CodeDescriptionRow|M|m|Set Marker Type|[[#marker-type|''Pi'']]}}
 +
{{CodeDescriptionRow|N|n|Set Character Path|[[#direction|''Pi'']]}}
 +
{{CodeDescriptionRow|P|p|Select Fill Pattern|''Pi''}}
 +
{{CodeDescriptionRow|R|r|Set Graphtext Rotation|''Pi'' ''Pi''}}
 +
{{CodeDescriptionRow|T|t|Set Text Index|''Pi''}}
 +
{{CodeDescriptionRow|V|v|Set Line Style|[[#line-style|''Pi'']]}}
 +
|}
 +
 
 +
{| id="line-style" class="wikitable"
 +
|+ ESC M M Parameter
 +
{{ValueDescriptionHeader}}
 +
{{ValueDescriptionRow|0|Dot}}
 +
{{ValueDescriptionRow|1|Small Plus}}
 +
{{ValueDescriptionRow|2|Large Plus}}
 +
{{ValueDescriptionRow|3|Asterisk}}
 +
{{ValueDescriptionRow|4|O}}
 +
{{ValueDescriptionRow|5|X}}
 +
{{ValueDescriptionRow|6|Square}}
 +
{{ValueDescriptionRow|7|Diamond}}
 +
{{ValueDescriptionRow|8|Dotted Square}}
 +
{{ValueDescriptionRow|9|Filled Diamond}}
 +
{{ValueDescriptionRow|10|Filled Square}}
 +
|}
 +
 
 +
{| id="direction" class="wikitable"
 +
|+ ESC M N Parameter
 +
{{ValueDescriptionHeader}}
 +
{{ValueDescriptionRow|0|Right, equal to rotation angle}}
 +
{{ValueDescriptionRow|1|Left, 180 degrees greater than rotation angle}}
 +
{{ValueDescriptionRow|2|Up, 90 degrees greater than rotation angle}}
 +
{{ValueDescriptionRow|3|Down, 90 degrees less than rotation angle}}
 
|}
 
|}
  
 +
{| id="line-style" class="wikitable"
 +
|+ ESC M V Parameter
 +
{{ValueDescriptionHeader}}
 +
{{ValueDescriptionRow|0|Solid}}
 +
{{ValueDescriptionRow|1|Dotted}}
 +
{{ValueDescriptionRow|2|Dash Dotted}}
 +
{{ValueDescriptionRow|3|Dashed}}
 +
{{ValueDescriptionRow|4|Long Dashed}}
 +
{{ValueDescriptionRow|5|Dash Dot Dot Dotted}}
 +
{{ValueDescriptionRow|6|Long Dash Dot}}
 +
{{ValueDescriptionRow|7|Widely Spaced Dash}}
 +
|}
 
|}
 
|}

Latest revision as of 23:36, 16 February 2013

Subpages of M

Received
0 1 2 3 4 5 6 7
0 NUL DLE SP 0 @ P ` p
1 SOH DC1 ! 1 A Q a q
2 STX DC2 " 2 B R b r
3 ETX DC3 # 3 C S c s
4 EOT DC4 $ 4 D T d t
5 ENQ NAQ % 5 E U e u
6 ACK SYN & 6 F V f v
7 BEL ETB ' 7 G W g w
8 BS CAN ( 8 H X h x
9 HT EM ) 9 I Y i y
10 LF SUB * : J Z j z
11 VT ESC + ; K [ k {
12 FF IS4 , < L \ l |
13 CR IS3 - = M ] m }
14 SO IS2 . > N ^ n ~
15 SI IS1 / ? O _ o DEL
Transmitted
0 1 2 3 4 5 6 7
0 NUL DLE SP 0 @ P ` p
1 SOH DC1 ! 1 A Q a q
2 STX DC2 " 2 B R b r
3 ETX DC3 # 3 C S c s
4 EOT DC4 $ 4 D T d t
5 ENQ NAQ % 5 E U e u
6 ACK SYN & 6 F V f v
7 BEL ETB ' 7 G W g w
8 BS CAN ( 8 H X h x
9 HT EM ) 9 I Y i y
10 LF SUB * : J Z j z
11 VT ESC + ; K [ k {
12 FF IS4 , < L \ l |
13 CR IS3 - = M ] m }
14 SO IS2 . > N ^ n ~
15 SI IS1 / ? O _ o DEL
ESC M Sequences
Prefix Description Parameters
C Set Graphtext Size Pi Pi Pi
G Set Graphics Area Writing Mode Pi
L Set Line Index Pi
M Set Marker Type Pi
N Set Character Path Pi
P Select Fill Pattern Pi
R Set Graphtext Rotation Pi Pi
T Set Text Index Pi
V Set Line Style Pi
ESC M M Parameter
Value Description
0 Dot
1 Small Plus
2 Large Plus
3 Asterisk
4 O
5 X
6 Square
7 Diamond
8 Dotted Square
9 Filled Diamond
10 Filled Square
ESC M N Parameter
Value Description
0 Right, equal to rotation angle
1 Left, 180 degrees greater than rotation angle
2 Up, 90 degrees greater than rotation angle
3 Down, 90 degrees less than rotation angle
ESC M V Parameter
Value Description
0 Solid
1 Dotted
2 Dash Dotted
3 Dashed
4 Long Dashed
5 Dash Dot Dot Dotted
6 Long Dash Dot
7 Widely Spaced Dash