home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p034 / 1.ddi / ARCAHELP / HELP.ZIP / ADUMP.HLP < prev    next >
Encoding:
Text File  |  1992-03-23  |  2.3 KB  |  44 lines

  1. ADUMP                                                              Menu: FILES
  2. ==============================================================================
  3. Creates an ASCII file from the area or "weighted area" information generated
  4. by the \area command.
  5.  
  6.         1. (CHAR) Enter report file name (1-8 char.)
  7.  
  8. Description:
  9. This command creates an ASCII file. Provide a file name of up to eight
  10. characters. The system automatically attaches the extension .ADM to this file
  11. which may be processed further in programs such as dBASE or Lotus 1-2-3.
  12. Items in the file are divided by commas. The first item in each line is the
  13. space name. The second item is the sub-space name. The figures that follow
  14. refer to area, coefficient and weighted area (area x coefficient)
  15. respectively. The figures in the "total" line are the global coefficient and
  16. the total area.
  17.  
  18.         Examples: The first example represents the contents of an "adump" file
  19.                   after using the command \area without multiplying by
  20.                   a coefficient.
  21.                   FIRST_FLOOR, room1,  16.5,  1,  16.5
  22.                   FIRST_FLOOR, room2,  34,  1,  34
  23.                   FIRST_FLOOR, room3,  8.25,  1, 8.25
  24.                   FIRST_FLOOR, room4,  12.2,  1, 12.2
  25.                   SECOND_FLOOR, room1,  34,  1,  34
  26.                   SECOND_FLOOR, room2,  22.4,  1,  22.4
  27.                   SECOND_FLOOR, room3,  6,  1,  6
  28.                   FIRST_FLOOR, ***TOTAL***,  1,  70.95
  29.                   SECOND_FLOOR, ***TOTAL***,  1, 62.4
  30. Since the calculation was executed without multiplying by a coefficient, all
  31. the coefficient values are set at 1.  The following is an example of a file
  32. created after using the \area command and multiplying by coefficients.  The
  33. figure in the "total" line indicates the global coefficient followed by the
  34. total "weighted" area.
  35.                   FIRST_FLOOR, room1,  16.5,  1, 16.5
  36.                   FIRST_FLOOR, room2,  34,  1.5, 51
  37.                   FIRST_FLOOR, room3,  8.25,  .5,  4.13
  38.                   FIRST_FLOOR, room4,  12.2,  2, 24.4
  39.                   SECOND_FLOOR, room1,  34,  1,  34
  40.                   SECOND_FLOOR, room2,  22.4,  2,  44.8
  41.                   SECOND_FLOOR, room3,  6,  .5,  3
  42.                   FIRST_FLOOR, ***TOTAL***,  2,  192.05
  43.                   SECOND_FLOOR, ***TOTAL***,  3, 245.4
  44.