Difference between revisions of "CodeChart:HP 2648A/HP 2648 Mode/ESC/Asterisk"

From Terminals
Jump to: navigation, search
m
 
(26 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[:Special:PrefixIndex/{{FULLPAGENAME}}/|Subpages of {{SUBPAGENAME}}]]
 
[[:Special:PrefixIndex/{{FULLPAGENAME}}/|Subpages of {{SUBPAGENAME}}]]
  
 
{|
 
{|
! Received
 
! style="width: 2ex;" |
 
! Transmitted
 
|-
 
 
| valign="top" align="right" |
 
| valign="top" align="right" |
 
{{CodeChart
 
{{CodeChart
 
+
| title=Received
| lowera=/a
+
| lowera=#autoplot
| lowerr=#raster-dump-control
 
| lowers=#graphics-status
 
 
| lowerd=#graphics-display-control
 
| lowerd=#graphics-display-control
| lowert=#compatability-mode
 
 
| lowerl=#graphics-text-label
 
| lowerl=#graphics-text-label
 
| lowerm=#graphics-drawing-mode
 
| lowerm=#graphics-drawing-mode
 
| lowerp=#plot-control
 
| lowerp=#plot-control
 +
| lowerr=#raster-dump-control
 +
| lowers=#graphics-status
 +
| lowert=#compatability-mode
 
}}
 
}}
|
+
| style="width: 2ex;" |
 
| valign="top" |
 
| valign="top" |
 
{{CodeChart
 
{{CodeChart
 +
| title=Transmitted
 
| lowerb=#raster-transfer
 
| lowerb=#raster-transfer
 
| lowerr=#raster-transfer-control
 
| lowerr=#raster-transfer-control
Line 26: Line 24:
 
|-
 
|-
 
| valign="top" |
 
| valign="top" |
== ESC * Control Sequences ==
+
{| class="wikitable"
 +
|+ ESC * Control Sequences
 +
{{CodeDescriptionHeader}}
 +
{{CodeDescriptionRow|a|autoplot|Autoplot|[[#autplot-commands|''command'']] ...}}
 +
{{CodeDescriptionRow|d|display-control|Display Control|[[#display-control-commands|''command'']] ...}}
 +
{{CodeDescriptionRow|l|graphics-text-label|Graphics Text Label|''text'' ''eol''}}
 +
{{CodeDescriptionRow|m|graphics-drawing-mode|Graphics Drawing Mode|[[#graphics-drawing-mode-commands|''command'']] ...}}
 +
{{CodeDescriptionRow|p|plot-control|Plot Control|[[#plot-commands|''command'']] ...}}
 +
{{CodeDescriptionRow|r|raster-dump-control|Raster Dump Control|[[#raster-dump-control-commands|''command'']] ...}}
 +
{{CodeDescriptionRow|s|graphics-status|Request Graphics Status|''parameter'' <code>^</code>}}
 +
{{CodeDescriptionRow|t|compatability-mode|Compatability Mode|''parameter''}}
 +
|}
  
{| border="1" class="wikitable sortable"
+
{| class="wikitable"
! style="padding: 1ex;" | Prefix
+
|+ id="autplot-commands" | ESC * a Autoplot Commands
 +
! style="padding: 1ex;" | Command
 
! style="padding: 1ex;" | Description
 
! style="padding: 1ex;" | Description
 
! style="padding: 1ex;" | Parameters
 
! style="padding: 1ex;" | Parameters
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Graphics Display Control|[[#graphics-display-control-commands|''command'' ...]]|graphics-display-control|d}}
+
{{CodeDescriptionRow|a||Start Autoplot}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Graphics Text Label|''text'' CR<br/>''text'' CR LF|graphics-text-label|l}}
+
{{CodeDescriptionRow|b||Stop Autoplot}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Graphics Drawing Mode|[[#graphics-drawing-mode-commands|''command'' ...]]|graphics-drawing-mode|m}}
+
{{CodeDescriptionRow|c||Draw Autoplot Axes}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Plot Control|[[#plot-commands|''command'' ...]]|plot-control|p}}
+
{{CodeDescriptionRow|d||Clear Menu}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Raster Dump Control|[[#raster-dump-control-commands|''command'' ...]]|raster-dump-control|r}}
+
{{CodeDescriptionRow|f||Display Autoplot Menu}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Request Graphics Status|''parameter'' <code>^</code>|graphics-status|s}}
+
{{CodeDescriptionRow|g||Turn Off Autoplot Menu}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Compatability Mode|''parameter''|compatability-mode|t}}
+
{{CodeDescriptionRow|h||Number of Columns|''b1'' ... ''b5''}}
 +
{{CodeDescriptionRow|i||Column for X Data|''b1'' ... ''b5''}}
 +
{{CodeDescriptionRow|j||Column for Y Data|''b1'' ... ''b5''}}
 +
{{CodeDescriptionRow|k||Line Type|''b1'' ... ''b5''}}
 +
{{CodeDescriptionRow|l||Min X|''b1'' ... ''b15''}}
 +
{{CodeDescriptionRow|m||Max X|''b1'' ... ''b15''}}
 +
{{CodeDescriptionRow|n||Min Y|''b1'' ... ''b15''}}
 +
{{CodeDescriptionRow|o||Max Y|''b1'' ... ''b15''}}
 +
{{CodeDescriptionRow|p||Units Between X Labels|''b1'' ... ''b15''}}
 +
{{CodeDescriptionRow|q||Units Between X Tics|''b1'' ... ''b5''}}
 +
{{CodeDescriptionRow|r||Units Between Y Labels|''b1'' ... ''b15''}}
 +
{{CodeDescriptionRow|s||Units Between Y Tics|''b1'' ... ''b5''}}
 +
{{CodeDescriptionRow|t||Skip Heading Lines|''b1'' ... ''b5''}}
 +
{{CodeDescriptionRow|u||Number of Points|''b1'' ... ''b5''}}
 +
{{CodeDescriptionRow|v||Draw Grid|''b1'' ... ''b5''}}
 +
{{CodeDescriptionRow|w||Plot From Display|''b1'' ... ''b5''}}
 +
{{CodeDescriptionRow|z||No Operation}}
 
|}
 
|}
  
==== <span id="graphics-display-control-commands">ESC * d Graphics Display Control Commands</span> ====
+
{| class="wikitable"
 
+
|+ id="display-control-commands" | ESC * d Display Control Commands
{| border="1"
+
! style="padding: 1ex; text-align: center;" | Command
! style="padding: 1ex; text-align: center;" | Prefix
 
 
! style="padding: 1ex;" | Description
 
! style="padding: 1ex;" | Description
 
! style="padding: 1ex;" | Parameters
 
! style="padding: 1ex;" | Parameters
|-
+
{{CodeDescriptionRow|a||Clear Memory}}
| style="padding: 1ex; text-align: center;" | a
+
{{CodeDescriptionRow|b||Set Memory}}
| style="padding: 1ex;" | Clear Memory
+
{{CodeDescriptionRow|c||Graphics Display On}}
| style="padding: 1ex;" | ''none''
+
{{CodeDescriptionRow|d||Graphics Display Off}}
|-
+
{{CodeDescriptionRow|e||Alphanumeric Display On}}
| style="padding: 1ex; text-align: center;" | b
+
{{CodeDescriptionRow|f||Alphanumeric Display Off}}
| style="padding: 1ex;" | Set Memory
+
{{CodeDescriptionRow|g||Zoom On}}
| style="padding: 1ex;" | ''none''
+
{{CodeDescriptionRow|h||Zoom Off}}
|-
+
{{CodeDescriptionRow|i||Zoom Size|''size''}}
| style="padding: 1ex; text-align: center;" | c
+
{{CodeDescriptionRow|j||Zoom Position|''x'' ''y''}}
| style="padding: 1ex;" | Graphics Display On
+
{{CodeDescriptionRow|k||Graphics Cursor On}}
| style="padding: 1ex;" | ''none''
+
{{CodeDescriptionRow|l||Graphics Cursor Off}}
|-
+
{{CodeDescriptionRow|m||Rubber Band Line On}}
| style="padding: 1ex; text-align: center;" | d
+
{{CodeDescriptionRow|n||Rubber Band Line Off}}
| style="padding: 1ex;" | Graphics Display Off
+
{{CodeDescriptionRow|o||Move Cursor Absolute|''x'' ''y''}}
| style="padding: 1ex;" | ''none''
+
{{CodeDescriptionRow|p||Move Cursor Relative|''x'' ''y''}}
|-
+
{{CodeDescriptionRow|q||Alphanumeric Cursor On}}
| style="padding: 1ex; text-align: center;" | g
+
{{CodeDescriptionRow|r||Alphanumeric Cursor Off}}
| style="padding: 1ex;" | Zoom On
+
{{CodeDescriptionRow|z||No Operation}}
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | h
 
| style="padding: 1ex;" | Zoom Off
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | i
 
| style="padding: 1ex;" | Zoom Size
 
| style="padding: 1ex;" | ''size''
 
|-
 
| style="padding: 1ex; text-align: center;" | j
 
| style="padding: 1ex;" | Zoom Position
 
| style="padding: 1ex;" | ''x'' ''y''
 
|-
 
| style="padding: 1ex; text-align: center;" | k
 
| style="padding: 1ex;" | Graphics Cursor On
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | l
 
| style="padding: 1ex;" | Graphics Cursor Off
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | m
 
| style="padding: 1ex;" | Rubber Band Line On
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | n
 
| style="padding: 1ex;" | Rubber Band Line Off
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | o
 
| style="padding: 1ex;" | Move Absolute
 
| style="padding: 1ex;" | ''x'' ''y''
 
|-
 
| style="padding: 1ex; text-align: center;" | p
 
| style="padding: 1ex;" | Move Relative
 
| style="padding: 1ex;" | ''x'' ''y''
 
|-
 
| style="padding: 1ex; text-align: center;" | z
 
| style="padding: 1ex;" | No Operation
 
| style="padding: 1ex;" | ''none''
 
 
|}
 
|}
  
 
+
{| class="wikitable"
==== <span id="graphics-drawing-mode-commands">ESC * m Graphics Drawing Mode Commands</span> ====
+
|+ id="graphics-drawing-mode-commands" | ESC * m Graphics Drawing Mode Commands
 
+
! style="padding: 1ex;" | Command
{| border="1"
 
! style="padding: 1ex; text-align: center;" | Prefix
 
 
! style="padding: 1ex;" | Description
 
! style="padding: 1ex;" | Description
! style="padding: 1ex;" | Parameter
+
! style="padding: 1ex;" | Parameters
|-
+
{{CodeDescriptionRow|a||Select Drawing Mode|[[#drawing-modes|''drawing mode'']]}}
| style="padding: 1ex; text-align: center;" | a
+
{{CodeDescriptionRow|b||Select Line Type|[[#line-types|''line type'']]}}
| style="padding: 1ex;" | Select Drawing Mode
+
{{CodeDescriptionRow|c||Define Line Pattern|''pattern'' ''scale''}}
| style="padding: 1ex;" | [[#drawing-modes|''drawing mode'']]
+
{{CodeDescriptionRow|d||Define Area Pattern|''row0'' ... ''row7''}}
|-
+
{{CodeDescriptionRow|e||Area Fill, Absolute|''left'' ''bottom'' ''right'' ''top''}}
| style="padding: 1ex; text-align: center;" | b
+
{{CodeDescriptionRow|f||Area Fill, Relative|''left'' ''bottom'' ''right'' ''top''}}
| style="padding: 1ex;" | Select Line Type
+
{{CodeDescriptionRow|j||Set Relocatable Origin|''x'' ''y''}}
| style="padding: 1ex;" | [[#line-types|''line type'']]
+
{{CodeDescriptionRow|k||Set Relocatable Origin to Pen Position}}
|-
+
{{CodeDescriptionRow|l||Set Relocatable Origin to Cursor Position}}
| style="padding: 1ex; text-align: center;" | c
+
{{CodeDescriptionRow|m||Set Graphics Text Size|[[#graphics-text-sizes|''size'']]}}
| style="padding: 1ex;" | Define Line Pattern
+
{{CodeDescriptionRow|n||Set Graphics Text Direction|[[#graphics-text-directions|''orientation'']]}}
| style="padding: 1ex;" | ''pattern'' ''scale''
+
{{CodeDescriptionRow|o||Turn On Character Slant}}
|-
+
{{CodeDescriptionRow|p||Turn Off Character Slant}}
| style="padding: 1ex; text-align: center;" | d
+
{{CodeDescriptionRow|q||Set Text Justification and Origin|[[#graphics-text-origins|''origin'']]}}
| style="padding: 1ex;" | Define Area Pattern
+
{{CodeDescriptionRow|r||Set Graphics Default Parameters}}
| style="padding: 1ex;" | ''row0'' ... ''row7''
+
{{CodeDescriptionRow|z||No Operation}}
|-
 
| style="padding: 1ex; text-align: center;" | e
 
| style="padding: 1ex;" | Area Fill, Absolute
 
| style="padding: 1ex;" | ''left'' ''bottom'' ''right'' ''top''
 
|-
 
| style="padding: 1ex; text-align: center;" | f
 
| style="padding: 1ex;" | Area Fill, Relative
 
| style="padding: 1ex;" | ''left'' ''bottom'' ''right'' ''top''
 
|-
 
| style="padding: 1ex; text-align: center;" | j
 
| style="padding: 1ex;" | Set Relocatable Origin
 
| style="padding: 1ex;" | ''x'' ''y''
 
|-
 
| style="padding: 1ex; text-align: center;" | k
 
| style="padding: 1ex;" | Set Relocatable Origin to Pen Position
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | l
 
| style="padding: 1ex;" | Set Relocatable Origin to Cursor Position
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | m
 
| style="padding: 1ex;" | Set Graphics Text Size
 
| style="padding: 1ex;" | [[#graphics-text-sizes|''size'']]
 
|-
 
| style="padding: 1ex; text-align: center;" | n
 
| style="padding: 1ex;" | Set Graphics Text Direction
 
| style="padding: 1ex;" | [[#graphics-text-directions|''orientation'']]
 
|-
 
| style="padding: 1ex; text-align: center;" | o
 
| style="padding: 1ex;" | Turn On Character Slant
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | p
 
| style="padding: 1ex;" | Turn Off Character Slant
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | q
 
| style="padding: 1ex;" | Set Text Origin
 
| style="padding: 1ex;" | [[#graphics-text-origins|''origin'']]
 
|-
 
| style="padding: 1ex; text-align: center;" | r
 
| style="padding: 1ex;" | Set Graphics Default Parameters
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | z
 
| style="padding: 1ex;" | No Operation
 
| style="padding: 1ex;" | ''none''
 
 
|}
 
|}
  
===== <span id="line-types">ESC * m a Drawing Modes</span> =====
+
{| class="wikitable"
 
+
|+ id="line-types" | ESC * m a Drawing Modes
{| border="1"
+
{{ValueDescriptionHeader}}
! style="padding: 1ex; text-align: center;" | Value
+
{{ValueDescriptionRow|0|No change}}
! style="padding: 1ex;" | Description
+
{{ValueDescriptionRow|1|Clear}}
|-
+
{{ValueDescriptionRow|2|Set}}
| style="padding: 1ex; text-align: center;" | 0
+
{{ValueDescriptionRow|3|Complement}}
| style="padding: 1ex;" | No change
+
{{ValueDescriptionRow|4|Jam}}
|-
 
| style="padding: 1ex; text-align: center;" | 1
 
| style="padding: 1ex;" | Clear
 
|-
 
| style="padding: 1ex; text-align: center;" | 2
 
| style="padding: 1ex;" | Set
 
|-
 
| style="padding: 1ex; text-align: center;" | 3
 
| style="padding: 1ex;" | Complement
 
|-
 
| style="padding: 1ex; text-align: center;" | 4
 
| style="padding: 1ex;" | Jam
 
 
|}
 
|}
  
===== <span id="line-types">ESC * m b Line Types</span> =====
+
{| class="wikitable"
 
+
|+ id="line-types" | ESC * m b Line Types
{| border="1"
+
{{ValueDescriptionHeader}}
! style="padding: 1ex; text-align: center;" | Value
+
{{ValueDescriptionRow|1|Solid line}}
! style="padding: 1ex;" | Description
+
{{ValueDescriptionRow|2|User defined line pattern}}
|-
+
{{ValueDescriptionRow|3|User defined area pattern}}
| style="padding: 1ex; text-align: center;" | 1
+
{{ValueDescriptionRow|4|Predefined pattern #1}}
| style="padding: 1ex;" | Solid line
+
{{ValueDescriptionRow|5|Predefined pattern #2}}
|-
+
{{ValueDescriptionRow|6|Predefined pattern #3}}
| style="padding: 1ex; text-align: center;" | 2
+
{{ValueDescriptionRow|7|Predefined pattern #4}}
| style="padding: 1ex;" | User defined line pattern
+
{{ValueDescriptionRow|8|Predefined pattern #5}}
|-
+
{{ValueDescriptionRow|9|Predefined pattern #6}}
| style="padding: 1ex; text-align: center;" | 3
+
{{ValueDescriptionRow|10|Predefined pattern #7}}
| style="padding: 1ex;" | User defined area pattern
+
{{ValueDescriptionRow|11|Point plot}}
|-
 
| style="padding: 1ex; text-align: center;" | 4
 
| style="padding: 1ex;" | Predefined pattern #1
 
|-
 
| style="padding: 1ex; text-align: center;" | 5
 
| style="padding: 1ex;" | Predefined pattern #2
 
|-
 
| style="padding: 1ex; text-align: center;" | 6
 
| style="padding: 1ex;" | Predefined pattern #3
 
|-
 
| style="padding: 1ex; text-align: center;" | 7
 
| style="padding: 1ex;" | Predefined pattern #4
 
|-
 
| style="padding: 1ex; text-align: center;" | 8
 
| style="padding: 1ex;" | Predefined pattern #5
 
|-
 
| style="padding: 1ex; text-align: center;" | 9
 
| style="padding: 1ex;" | Predefined pattern #6
 
|-
 
| style="padding: 1ex; text-align: center;" | 10
 
| style="padding: 1ex;" | Predefined pattern #7
 
|-
 
| style="padding: 1ex; text-align: center;" | 11
 
| style="padding: 1ex;" | Point plot
 
 
|}
 
|}
  
===== <span id="graphics-text-sizes">ESC * m m Graphics Text Sizes</span> =====
+
{| class="wikitable"
 
+
|+ id="graphics-text-sizes" | ESC * m m Graphics Text Sizes
{| border="1"
+
{{ValueDescriptionHeader}}
! style="padding: 1ex; text-align: center;" | Value
+
{{ValueDescriptionRow|1|5x7 matrix in 7x10 cell}}
! style="padding: 1ex;" | Description
+
{{ValueDescriptionRow|2|10x14 matrix in 14x20 cell}}
|-
+
{{ValueDescriptionRow|3|15x21 matrix in 21x30 cell}}
| style="padding: 1ex; text-align: center;" | 1
+
{{ValueDescriptionRow|4|20x28 matrix in 28x40 cell}}
| style="padding: 1ex;" | 5x7 matrix in 7x10 cell
+
{{ValueDescriptionRow|5|25x35 matrix in 35x50 cell}}
|-
+
{{ValueDescriptionRow|6|30x42 matrix in 42x60 cell}}
| style="padding: 1ex; text-align: center;" | 2
+
{{ValueDescriptionRow|7|35x49 matrix in 49x70 cell}}
| style="padding: 1ex;" | 10x14 matrix in 14x20 cell
+
{{ValueDescriptionRow|8|40x56 matrix in 56x80 cell}}
|-
 
| style="padding: 1ex; text-align: center;" | 3
 
| style="padding: 1ex;" | 15x21 matrix in 21x30 cell
 
|-
 
| style="padding: 1ex; text-align: center;" | 4
 
| style="padding: 1ex;" | 20x28 matrix in 28x40 cell
 
|-
 
| style="padding: 1ex; text-align: center;" | 5
 
| style="padding: 1ex;" | 25x35 matrix in 35x50 cell
 
|-
 
| style="padding: 1ex; text-align: center;" | 6
 
| style="padding: 1ex;" | 30x42 matrix in 42x60 cell
 
|-
 
| style="padding: 1ex; text-align: center;" | 7
 
| style="padding: 1ex;" | 35x49 matrix in 49x70 cell
 
|-
 
| style="padding: 1ex; text-align: center;" | 8
 
| style="padding: 1ex;" | 40x56 matrix in 56x80 cell
 
 
|}
 
|}
  
===== <span id="graphics-text-sizes">ESC * m n Graphics Text Orientations</span> =====
+
{| class="wikitable"
 
+
|+ id="graphics-text-sizes" | ESC * m n Graphics Text Orientations
{| border="1"
+
{{ValueDescriptionHeader}}
! style="padding: 1ex; text-align: center;" | Value
+
{{ValueDescriptionRow|1|Normal (upright)}}
! style="padding: 1ex;" | Description
+
{{ValueDescriptionRow|2|Rotated 90 degrees counter clockwise}}
|-
+
{{ValueDescriptionRow|3|Rotated 180 degrees counter clockwise}}
| style="padding: 1ex; text-align: center;" | 1
+
{{ValueDescriptionRow|4|Rotated 270 degrees counter clockwise}}
| style="padding: 1ex;" | Normal (upright)
 
|-
 
| style="padding: 1ex; text-align: center;" | 2
 
| style="padding: 1ex;" | Rotated 90 degrees counter clockwise
 
|-
 
| style="padding: 1ex; text-align: center;" | 3
 
| style="padding: 1ex;" | Rotated 180 degrees counter clockwise
 
|-
 
| style="padding: 1ex; text-align: center;" | 4
 
| style="padding: 1ex;" | Rotated 270 degrees counter clockwise
 
 
|}
 
|}
  
===== <span id="graphics-text-origins">ESC * m q Graphics Text Origins</span> =====
+
{| class="wikitable"
 
+
|+ id="graphics-text-origins" | ESC * m q Graphics Text Origins
{| border="1"
+
{{ValueDescriptionHeader}}
! style="padding: 1ex; text-align: center;" | Value
+
{{ValueDescriptionRow|1|Bottom Origin, Left Justification}}
! style="padding: 1ex;" | Description
+
{{ValueDescriptionRow|2|Middle Origin, Left Justification}}
|-
+
{{ValueDescriptionRow|3|Top Origin, Left Justification}}
| style="padding: 1ex; text-align: center;" | 1
+
{{ValueDescriptionRow|4|Bottom Origin, Center Justification}}
| style="padding: 1ex;" | Bottom Left
+
{{ValueDescriptionRow|5|Middle Origin, Center Justification}}
|-
+
{{ValueDescriptionRow|6|Top Origin, Center Justification}}
| style="padding: 1ex; text-align: center;" | 2
+
{{ValueDescriptionRow|7|Bottom Origin, Right Justification}}
| style="padding: 1ex;" | Middle Left
+
{{ValueDescriptionRow|8|Middle Origin, Right Justification}}
|-
+
{{ValueDescriptionRow|9|Top Origin, Right Justification}}
| style="padding: 1ex; text-align: center;" | 3
 
| style="padding: 1ex;" | Top Left
 
|-
 
| style="padding: 1ex; text-align: center;" | 4
 
| style="padding: 1ex;" | Bottom Center
 
|-
 
| style="padding: 1ex; text-align: center;" | 5
 
| style="padding: 1ex;" | Middle Center
 
|-
 
| style="padding: 1ex; text-align: center;" | 6
 
| style="padding: 1ex;" | Top Center
 
|-
 
| style="padding: 1ex; text-align: center;" | 7
 
| style="padding: 1ex;" | Bottom Right
 
|-
 
| style="padding: 1ex; text-align: center;" | 8
 
| style="padding: 1ex;" | Middle Right
 
|-
 
| style="padding: 1ex; text-align: center;" | 9
 
| style="padding: 1ex;" | Top Right
 
 
|}
 
|}
  
 
+
{| class="wikitable"
==== <span id="plot-commands">ESC * p Plot Control Commands</span> ====
+
|+ id="plot-commands" | ESC * p Plot Control Commands
 
+
! style="padding: 1ex;" | Command
{| border="1"
 
! style="padding: 1ex; text-align: center;" | Prefix
 
 
! style="padding: 1ex;" | Description
 
! style="padding: 1ex;" | Description
! style="padding: 1ex;" | Parameter
+
{{ValueDescriptionRow|a|Lift the pen}}
|-
+
{{ValueDescriptionRow|b|Lower the pen}}
| style="padding: 1ex; text-align: center;" | a
+
{{ValueDescriptionRow|c|Use graphics cursor position as new point}}
| style="padding: 1ex;" | Lift the pen
+
{{ValueDescriptionRow|d|Draw a single dot at the current pen position}}
| style="padding: 1ex;" | ''none''
+
{{ValueDescriptionRow|e|Set relocatable origin to current pen position}}
|-
+
{{ValueDescriptionRow|f|Use ASCII absolute format}}
| style="padding: 1ex; text-align: center;" | b
+
{{ValueDescriptionRow|g|Use ASCII incremental format}}
| style="padding: 1ex;" | Lower the pen
+
{{ValueDescriptionRow|h|Use ASCII relocatable format}}
| style="padding: 1ex;" | ''none''
+
{{ValueDescriptionRow|i|Use binary absolute format}}
|-
+
{{ValueDescriptionRow|j|Use binary short incremental format}}
| style="padding: 1ex; text-align: center;" | c
+
{{ValueDescriptionRow|k|Use binary incremental format}}
| style="padding: 1ex;" | Use graphics cursor position as new point
+
{{ValueDescriptionRow|l|Use binary relocatable format}}
| style="padding: 1ex;" | ''none''
+
{{ValueDescriptionRow|z|No operation}}
|-
 
| style="padding: 1ex; text-align: center;" | d
 
| style="padding: 1ex;" | Draw a single dot at the current pen position
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | e
 
| style="padding: 1ex;" | Set relocatable origin to current pen position
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | f
 
| style="padding: 1ex;" | Use ASCII absolute format
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | g
 
| style="padding: 1ex;" | Use ASCII incremental format
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | h
 
| style="padding: 1ex;" | Use ASCII relocatable format
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | i
 
| style="padding: 1ex;" | Use binary absolute format
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | j
 
| style="padding: 1ex;" | Use binary short incremental format
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | k
 
| style="padding: 1ex;" | Use binary incremental format
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | l
 
| style="padding: 1ex;" | Use binary relocatable format
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | z
 
| style="padding: 1ex;" | No operation
 
| style="padding: 1ex;" | ''none''
 
 
|}
 
|}
  
 
+
{| class="wikitable"
==== <span id="raster-dump-control-commands">ESC * r Raster Dump Transfer Commands</span> ====
+
|+ id="raster-dump-control-commands" | ESC * r Raster Dump Transfer Commands
 
+
! style="padding: 1ex;" | Command
{| border="1"
 
! style="padding: 1ex; text-align: center;" | Prefix
 
 
! style="padding: 1ex;" | Description
 
! style="padding: 1ex;" | Description
 
! style="padding: 1ex;" | Parameter
 
! style="padding: 1ex;" | Parameter
|-
+
{{CodeDescriptionRow|a||Start of Transfer|''width'' <code>s</code> ''height'' <code>t</code>}}
| style="padding: 1ex; text-align: center;" | a
+
{{CodeDescriptionRow|b||End of Transfer}}
| style="padding: 1ex;" | Start of Transfer
+
{{CodeDescriptionRow|c||Erase Screen}}
| style="padding: 1ex;" | ''width'' s ''height'' t
+
{{CodeDescriptionRow|d||Turn Video On}}
|-
 
| style="padding: 1ex; text-align: center;" | b
 
| style="padding: 1ex;" | End of Transfer
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | c
 
| style="padding: 1ex;" | Erase Screen
 
| style="padding: 1ex;" | ''none''
 
|-
 
| style="padding: 1ex; text-align: center;" | d
 
| style="padding: 1ex;" | Turn Video On
 
| style="padding: 1ex;" | ''none''
 
 
|}
 
|}
 
|
 
|
 
| valign="top" |
 
| valign="top" |
== ESC * Control Sequences ==
+
{| class="wikitable"
 
+
|+ ESC * Control Sequences
{| border="1" class="wikitable sortable"
+
{{CodeDescriptionHeader}}
! style="padding: 1ex;" | Prefix
+
{{CodeDescriptionRow|b|raster-transfer|Transfer Blank Scanline|<code>0W</code>}}
! style="padding: 1ex;" | Description
+
{{CodeDescriptionRow|b||Transfer Scanline|<code>90W</code> ''b1 .. b90''}}
! style="padding: 1ex;" | Parameters
+
{{CodeDescriptionRow|r|raster-transfer-control|Start Transfer|<code>720s360tA</code>}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Transfer Blank Scanline|<code>0W</code>|raster-transfer|b}}
+
{{CodeDescriptionRow|r||End Transfer|<code>B</code>}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Transfer Scanline|<code>90W</code> ''b1 .. b90''||b}}
 
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Start Transfer|<code>720s360tA</code>|raster-transfer-control|r}}
 
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|End Transfer|<code>B</code>||r}}
 
 
|}
 
|}
  
 
|}
 
|}

Latest revision as of 17:17, 15 February 2013

Subpages of Asterisk

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 * Control Sequences
Prefix Description Parameters
a Autoplot command ...
d Display Control command ...
l Graphics Text Label text eol
m Graphics Drawing Mode command ...
p Plot Control command ...
r Raster Dump Control command ...
s Request Graphics Status parameter ^
t Compatability Mode parameter
ESC * a Autoplot Commands
Command Description Parameters
a Start Autoplot none
b Stop Autoplot none
c Draw Autoplot Axes none
d Clear Menu none
f Display Autoplot Menu none
g Turn Off Autoplot Menu none
h Number of Columns b1 ... b5
i Column for X Data b1 ... b5
j Column for Y Data b1 ... b5
k Line Type b1 ... b5
l Min X b1 ... b15
m Max X b1 ... b15
n Min Y b1 ... b15
o Max Y b1 ... b15
p Units Between X Labels b1 ... b15
q Units Between X Tics b1 ... b5
r Units Between Y Labels b1 ... b15
s Units Between Y Tics b1 ... b5
t Skip Heading Lines b1 ... b5
u Number of Points b1 ... b5
v Draw Grid b1 ... b5
w Plot From Display b1 ... b5
z No Operation none
ESC * d Display Control Commands
Command Description Parameters
a Clear Memory none
b Set Memory none
c Graphics Display On none
d Graphics Display Off none
e Alphanumeric Display On none
f Alphanumeric Display Off none
g Zoom On none
h Zoom Off none
i Zoom Size size
j Zoom Position x y
k Graphics Cursor On none
l Graphics Cursor Off none
m Rubber Band Line On none
n Rubber Band Line Off none
o Move Cursor Absolute x y
p Move Cursor Relative x y
q Alphanumeric Cursor On none
r Alphanumeric Cursor Off none
z No Operation none
ESC * m Graphics Drawing Mode Commands
Command Description Parameters
a Select Drawing Mode drawing mode
b Select Line Type line type
c Define Line Pattern pattern scale
d Define Area Pattern row0 ... row7
e Area Fill, Absolute left bottom right top
f Area Fill, Relative left bottom right top
j Set Relocatable Origin x y
k Set Relocatable Origin to Pen Position none
l Set Relocatable Origin to Cursor Position none
m Set Graphics Text Size size
n Set Graphics Text Direction orientation
o Turn On Character Slant none
p Turn Off Character Slant none
q Set Text Justification and Origin origin
r Set Graphics Default Parameters none
z No Operation none
ESC * m a Drawing Modes
Value Description
0 No change
1 Clear
2 Set
3 Complement
4 Jam
ESC * m b Line Types
Value Description
1 Solid line
2 User defined line pattern
3 User defined area pattern
4 Predefined pattern #1
5 Predefined pattern #2
6 Predefined pattern #3
7 Predefined pattern #4
8 Predefined pattern #5
9 Predefined pattern #6
10 Predefined pattern #7
11 Point plot
ESC * m m Graphics Text Sizes
Value Description
1 5x7 matrix in 7x10 cell
2 10x14 matrix in 14x20 cell
3 15x21 matrix in 21x30 cell
4 20x28 matrix in 28x40 cell
5 25x35 matrix in 35x50 cell
6 30x42 matrix in 42x60 cell
7 35x49 matrix in 49x70 cell
8 40x56 matrix in 56x80 cell
ESC * m n Graphics Text Orientations
Value Description
1 Normal (upright)
2 Rotated 90 degrees counter clockwise
3 Rotated 180 degrees counter clockwise
4 Rotated 270 degrees counter clockwise
ESC * m q Graphics Text Origins
Value Description
1 Bottom Origin, Left Justification
2 Middle Origin, Left Justification
3 Top Origin, Left Justification
4 Bottom Origin, Center Justification
5 Middle Origin, Center Justification
6 Top Origin, Center Justification
7 Bottom Origin, Right Justification
8 Middle Origin, Right Justification
9 Top Origin, Right Justification
ESC * p Plot Control Commands
Command Description
a Lift the pen
b Lower the pen
c Use graphics cursor position as new point
d Draw a single dot at the current pen position
e Set relocatable origin to current pen position
f Use ASCII absolute format
g Use ASCII incremental format
h Use ASCII relocatable format
i Use binary absolute format
j Use binary short incremental format
k Use binary incremental format
l Use binary relocatable format
z No operation
ESC * r Raster Dump Transfer Commands
Command Description Parameter
a Start of Transfer width s height t
b End of Transfer none
c Erase Screen none
d Turn Video On none
ESC * Control Sequences
Prefix Description Parameters
b Transfer Blank Scanline 0W
b Transfer Scanline 90W b1 .. b90
r Start Transfer 720s360tA
r End Transfer B