home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 500 / 484 / m.gth < prev    next >
Text File  |  1986-09-07  |  4KB  |  85 lines

  1. [M]                    [MEMORY] Commands
  2.  
  3.   Some basic rules about the GRAPHTIME-II memories (0 to 5):
  4.    Each memory can hold up to 365 data points together with type, labels etc.
  5.  
  6.    Memory 0: This is the main working memory from which all graphs are created.
  7.              (The exception is the 3-D Block chart which uses memories 1-4.)
  8.              The results of any calculation will be written to memory 0.
  9.              All stats. calculations are based on memory 0 data.
  10.    Memory 1. This is the "backup" memory.  When a file is loaded from disk,
  11.              the data is copied to both memory 0 and memory 1.  Any alterations
  12.              to memory 0 can be restored by either using the UNDO key (Fn 4),
  13.              or transferring data from memory 1 back into memory 0.
  14.    Memories 2 & 3: Can be used to temporarily store data files or results of
  15.              calculations. Access is via the Memory Load and Transfer commands.
  16.    Memories 4 & 5: Used internally for some commands such as Join and Stacked
  17.             columns.  Can be used with caution.  Memory 4 is used with the
  18.             3-D block chart. Memory 5 is used for X data values for X-Y paired
  19.             (other) data.
  20.  
  21. Subcommands:
  22.  
  23. Blank Contents Date Exchange Load Max Newscale Statistics Transfer Value Zero
  24.  
  25. Blank  [MB]
  26.     Blanks the screen without altering data in memory or current scale
  27.     settings.  The grid is not displayed.
  28.  
  29. Contents  [MCn]
  30.     Displays on the screen the data points in any one of the six
  31.     memories (0-5).     e.g.  MC0       MC3
  32.     If Alter Pan [APn] has been used, MC will display points starting at the 
  33.     Pan value. If the memory contains more than 63 values, use the + and - keys
  34.     to jump backwards and forwards (one page at a time).
  35.  
  36. Date    [MDnn]
  37.     Takes the current system date and displays it at any selected location on
  38.     the screen in DD-MM-YYYY format. Parameters are: line number and column
  39.     starting position.   e.g.  MD15<RTN>28<RTN>
  40.  
  41. Exchange [MEnn]
  42.     Swap the values and labels between any two memories.  For random data,
  43.     exchanging memories 0 and 5 essentially swaps all X and Y values. In this
  44.     case the X and Y labels are also exchanged.
  45.  
  46. Load    [MLx]
  47.        1. Load a named data file from disk into memories 0 and 1.
  48.            e.g.  MLSALES<RTN> (ML is the same as the FL command.)
  49.     or 2. Load data from a memory (1-5) into memory 0.   e.g.  ML2<RTN>
  50.         Avoid using numbers as filenames.
  51.  
  52. Max     [MMn]
  53.     Set the end or maximum number of data points in the selected memory. Max
  54.     may be in the range 0 to 365. When a file is loaded, the max. is set to 
  55.     match the number of data points. The MM command can override this.
  56.  
  57. Newscale [MN]
  58.     Resets all current scales but leaves data in memory. The screen may need
  59.     to be cleared [MB] for the next graph if the data has been modified or
  60.     appended.
  61.  
  62. Statistics [MS]
  63.     Statisics on the data currently in memory 0 are calculated and displayed
  64.     in a window placed at the upper right of the graph frame.  This stats.
  65.     window may be removed immediately with the UNDO key (Fn 4).  The stats.
  66.     are: Low, High, Total, Mean, Standard Deviation and XY Correlation.
  67.     (XY Correlation has a useful meaning only for X-Y paired (Other) data.)
  68.     Note: Random paired (other) data must be sorted into order before MS
  69.           will display a result.
  70.  
  71. Transfer   [MTn]
  72.     Copy data from memory 0 to memory 1,2,3,4 or 5. This is useful for temporary    storage of a data file (or results of a calculation) while another file is
  73.     loaded from disk into memories 0,1.  (Normally only memories 2 & 3 are used
  74.     this way.)  Setting up data for a 3-D block chart also uses the MT command.
  75.      e.g.s  MT3    MT4
  76.  
  77. Value      [MVx]
  78.     Display the exact Y value at a given X value or Date.  e.g.  MV 4/86<RTN>
  79.  
  80. Zero       [MZn]   ( n = 0-5 )
  81.     Zero data values in selected memory and set max. to 0.   e.g.  MZ1
  82.     If Alter Pan has been used, the pan start point will be reset.
  83. September 07, 1986
  84.  
  85.