home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / club100 / tel / vtemul.do2 < prev    next >
Text File  |  2006-10-19  |  8KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.     100/100 Documentation
  6.  
  7.  
  8.     MODEL 100 FUNCTION KEYS WITHIN VT100 MODE
  9.  
  10.     The Model 100's 40 column by 8 line screen is a window into one sixth of
  11.     a normal 80 column  by  24  line  VT100  screen.   In  VT100  mode,  the
  12.     following keys are used for special functions:
  13.  
  14.     F1 will  show  Section  1 of the VT100 screen As illustrated in FIGURE 1
  15.        below, this is the upper most left sixth of the  screen  (lines  1-8,
  16.        columns 1-40)
  17.  
  18.     F2 will show Section 2, the middle left sixth of the screen (lines 9-16,
  19.        columns 1-40)
  20.  
  21.     F3 will show Section 3, the lower left sixth of the screen (lines 17-24,
  22.        columns 1-40)
  23.  
  24.     F4 will  move  down  four  rows  from  whatever  vertical and horizontal
  25.        position is presently being viewed.
  26.  
  27.     F5 will display columns 1-40  at  the  present  vertical  position.   If
  28.        already at the left margin, no action will be taken
  29.  
  30.     F6 will display columns 21-60, showing the middle section of the screen.
  31.        The  vertical position  coincides with the current vertical position.
  32.  
  33.     F7 will display the left side  of  the  screen,  columns  41-80  in  its
  34.        present vertical position.
  35.  
  36.     PASTE  -the PASTE function key- will return to the original screen where
  37.        the cursor is presently located and exit view mode.
  38.  
  39.     F8 will return to TELCOM.  The screen will not clear, so any prompt  you
  40.        had at the cursor will remain.
  41.  
  42.     CODE  e (e for exit) will return to TELCOM, but it will clear the screen
  43.        before doing so.
  44.  
  45.     LABEL will bring up the row and column  number  of  the  present  cursor
  46.        location  in the bottom left corner of the screen.  This display will
  47.        disappear automatically as soon as the screen needs to scroll, or can
  48.        be erased immediately if it covers important text by  pressing  PASTE
  49.  
  50.     PRINT  -the  PRINT function key- will print the screen to the printer if
  51.        it is attached and turned on.  If no  printer  is  connected  to  the
  52.        parallel  port,  no  action is taken.
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.                                     page -4-
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.     100/100 Documentation
  72.  
  73.  
  74.     MOVING AROUND IN THE VT100 MODE
  75.  
  76.     GRAPH 'a' will send a CTRL A to the host computer.  A CTRL A is used  in
  77.        some  editing  programs, including command line editing on the VAX to
  78.        switch between insert and replace mode.  Since the SHIFT  Left  Arrow
  79.        generates  the same code as CTRL A, and has been mapped to become the
  80.        PF4 function key (see below), some way is needed to generate a CTRL A
  81.        to send to the host.  The GRAPH a will send such a code  (ASCII  Code
  82.        1).
  83.  
  84.     CODE  'x'  toggles between XON/XOFF enabled, and disabled.  It may never
  85.        be required.  It  was  put  into  100/100,  because  some  electronic
  86.        switches interpret the XOFF character sent out as an actual character
  87.        and  invalidates  the  choice.  It is usually only required at speeds
  88.        greater than 300 baud, using an external modem, where the  screen  on
  89.        the  Model  100  cannot keep up with the characters received and when
  90.        the switch being used sends a full screen of information, rather than
  91.        a single line prompt, before a choice is  allowed.   Pushing  CODE  x
  92.        will  turn  off  XON/XOFF  if  it is on, and turn it on if it is off.
  93.        When returning to TELCOM, whichever mode has been set using the  STAT
  94.        command will be used, regardless of the toggle state inside the VT100
  95.        emulator.
  96.  
  97.     GRAPH  NUMBER  KEYS  produce  the  code  of the number keys on the VT100
  98.        keypad, if in application mode.  The number keys used  here  are  not
  99.        the  ones  at the top of the Model 100, but the ones used to generate
  100.        numbers when the NUM key is depressed.  The keys produce  the  keypad
  101.        equivalents in application mode, not the numbers.  The keypad keys on
  102.        a  VT100  produce  two  different sets of code when pressed, either a
  103.        special application  code,  or  the  numbers.   Application  mode  is
  104.        typically used in applications like word processing and editing where
  105.        rather  than produce a number, a function is produced when the key is
  106.        depressed.  If you are in an application  that  uses  the  keypad  to
  107.        produce  numbers,  press  the NUM key and use the same keys.  A VT100
  108.        will automatically switch between application mode and  numeric  mode
  109.        for these keys, but 100/100 will not.  If you are using the GRAPH key
  110.        combination  and  it  doesn't  seem  to  be  working, try the NUM key
  111.        instead.
  112.  
  113.        One exception to the GRAPH number key is the '1' (one)  or  'j'  key.
  114.        Unfortunately,  GRAPH  j  is not recognized by the Model 100 as a key
  115.        being pressed, therefore the user must press GRAPH  SHIFT  J.   Since
  116.        the  three  key  combination  can be somewhat awkward, GRAPH 'h' will
  117.        produce  the  same  code.   Either  combination   will   work.   Both
  118.        combinations  are  less  than  desired  and  may  cause the user some
  119.        consternation until experience makes their use a habit.  Until  then,
  120.        the  user  is likely to press GRPH j more than once and wonder why no
  121.        response is obtained.  The limitation  of  the  Model  100,  however,
  122.        makes this situation unavoidable.
  123.  
  124.  
  125.  
  126.  
  127.  
  128.                                     page -5-
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.     100/100 Documentation
  138.  
  139.  
  140.        In  addition  to  the  number  keys, GRPH . (period) will produce the
  141.        keypad period, GRPH , (comma) will produce the keypad comma,  GRPH  '
  142.        (single  quote) the keypad enter, and GRPH / (slash) will produce the
  143.        keypad minus.  The slash was chosen rather than the minus  sign,  for
  144.        two  reasons; one was its proximity to the other keys, rather than on
  145.        the top row of the keyboard. The other is that the GRPH - combination
  146.        on the Model 100 is used to produce the ASCII code 96, the  backslash
  147.        character.   The  GRPH  '  (single quote) was chosen to represent the
  148.        keypad ENTER key since it sits right next to the  ENTER  key  on  the
  149.        Model 100.
  150.  
  151.     CODE  SHIFT  R will reset the screen.  The screen is cleared, the cursor
  152.        is homed, top and bottom margins are reset to 1 and 24  respectively,
  153.        and tab stops are set to their defaults.
  154.  
  155.     PF Function Keys are produced by using the SHIFT Arrow Keys.
  156.     PF1  -sometimes  the  GOLD  key on the VT100- is emulated with the SHIFT
  157.        Left Arrow key.
  158.     PF2 is SHIFT Right Arrow key
  159.     PF3 is SHIFT Up Arrow key
  160.     PF4 is SHIFT Down Arrow key
  161.  
  162.     The Key Layout for the VT100 keypad keys looks like the following, where
  163.     the top characters in the box represent what is on the Model 100 key and
  164.     the bottom most character in the box, between the '- -'  respresents the
  165.     keypad equivalent on the VT100 keypad.
  166.  
  167.                                          ---------------------
  168.                                          |SHFT|SHFT|SHFT|SHFT|
  169.                 Model 100 Cursor Keys -> | <- | -> | // |
  170.                 (Use SHIFT + Cursor Key) | PF1| PF2| PF3| PF4|
  171.                                          ---------------------
  172.                    -------------------
  173.                    |  &  |  *  |  (  |
  174.                    | 7/7 | 8/8 | 9/9 |
  175.                    | -7- | -8- | -9- |    Use GRPH + Key
  176.                    ----------------------
  177.                       |     |     |     |
  178.                       | U/4 | I/5 | O/6 |
  179.                       | -4- | -5- | -6- |
  180.                  -------------------------------------
  181.                  |     |SHIFT|     |     |  :  |  "  |
  182.                  |  H  | J/1 | K/2 | L/3 |  ;  |  '  |
  183.                  | -1- | -1- | -2- | -3- |     |-ENT-|
  184.                  -------------------------------------
  185.                         |     |  <  |  >  |  ?  |
  186.                         | M/0 |  ,  |  .  |  /  |
  187.                         | -0- | -,- | -.- | --- |
  188.                         -------------------------
  189.                                           (Minus)
  190.  
  191.  
  192.  
  193.  
  194.                                     page -6-
  195.  
  196.  
  197.  
  198.  
  199.