home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / cad / autolo21.zip / WELLDOC.TXT < prev   
Text File  |  1993-06-30  |  8KB  |  162 lines

  1.                           Auto-Log
  2.              Copyright (c) 1993 Andrew L. Harrover
  3.  
  4.       Auto-Log is an AutoLisp program which allows the user to
  5. interactively build well diagrams.  The program draws well
  6. construction details and the well on one side of the sheet
  7. and builds the lithology on the other side.  
  8.       This project started when my company was pricing other programs
  9. and was disappointed by the nature of the programs we found.  Most of
  10. the programs could be divided into two classes - one was the very
  11. expensive, million function software with a steep learning curve and
  12. the other was reasonably priced software which produced unsatisfactory
  13. output.  There was no mean between the extremes.  The whole purpose of
  14. this software is that it should facilitate the easy production of
  15. decent looking well logs with a minimum effort by our field people. 
  16. This is how AutoLog was started.  I admit that AutoCAD is not a
  17. program that people associate ease of use with, although AutoLog asks
  18. all of the questions.  The only thing left to the operator is to input
  19. the data correctly, plot out the finished diagram and then save it. 
  20. There is the possibility that some basic editing might have to be
  21. performed but this could be learned very quickly by a novice or passed
  22. to the CAD staff for a quick polishing and output.  AutoLog was
  23. developed using AutoCAD release 12.
  24.  
  25.                             SHAREWARE
  26.  
  27.      This program is not free!  If you try AutoLog and don't find it
  28. acceptable, trash it.  If you try it, like it, and intend to use it,
  29. then PLEASE register the code.  The registration fee is $25.00 for every
  30. copy that you intend to use. I feel this is very reasonable.  When you 
  31. register the code, I will send you the latest version and a laser printed 
  32. manual.  Registration will also entitle you to future upgrades at a VERY
  33. modest price.
  34.  
  35.           Please mail your check or cash to:
  36.                  Andy Harrover
  37.              46050 Manekin Plaza #100
  38.                Sterling, VA 22170
  39.  
  40.   I know that getting a check cut for $25.00 by your company can be
  41. inconvenient, but I'm sure your company can make an exception. 
  42. Remember - I'm not trying to make a lot of money by writing these 
  43. sorts of things but I don't mind a little compensation for all of 
  44. the late nights and AutoLisp headaches.  If you pass AutoLog along
  45. to one of your friends then PLEASE pass the entire, unmodified code 
  46. and documentation.  Registered users may contact me with questions via
  47. U.S. mail or FAX (703) 444-1685.
  48.  
  49.                           LEGAL STUFF
  50.  
  51.      AutoLog has been tested by me and others and I am almost positive
  52. that there are no bugs in the code.  I have tried to trap as many
  53. errors as possible but I make no guarantee that it will work on your
  54. machine.  Just remember that you use this program at your own risk!!! I am
  55. in no way, shape or form liable for anything that happens as a result of using
  56. this code.
  57.  
  58.          AutoCAD is a registered trade mark of AutoDesk, Inc.
  59.      
  60.                             THANKS
  61.  
  62.      Thanks to GeoTrans, Inc. for providing a machine to work on,
  63. supplies, and a few unlucky souls to debug the code.
  64.                
  65.                      Items that Deserve Mention
  66.  
  67.  
  68.  
  69. 1.   AutoLog draws all items to scale.  The construction details and
  70.      are illustrated inside of an 8" x 2" area.  The user is
  71.      asked to input a total well depth which is divided by eight and
  72.      the resulting figure is the scale.  AutoLog will however,
  73.      continue to ask for depths to all features so that the user can
  74.      format his labels however he pleases.
  75.  
  76. 2.   AutoLog features are illustrated starting from the bottom of the
  77.      well.  The deepest features, which are the well construction
  78.      details, are drawn first and then AutoLog works its way up.  The
  79.      lithology is added next in the same order.
  80.  
  81. 3.   AutoLog makes certain assumptions about well construction
  82.      details.  These are that you have some sandpack, the next layer
  83.      will be the bentonite and the final layer will be grouting which
  84.      will fill the rest of the borehole.  Fill at the bottom of the 
  85.      well can be included if desired.  The labels for these items
  86.      are entirely user-supplied and multiple lines of text are allowed
  87.      so there is a good deal of flexibility built in.  In the event
  88.      that one of these layers is missing, a zero (0) can be placed for
  89.      the layer thickness and the tick (') which is placed at the top
  90.      of each layer can be erased.
  91.  
  92. 4.   AutoLog uses a standard AutoCAD font called "romans" so that the
  93.      output is standardized and is very presentable.
  94.  
  95. 5.   AutoLog supports all standard AutoCAD hatch patterns, but more
  96.      can easily be added to the code.
  97.  
  98. 6.   AutoLog hatches all patterns with an angle of "0".
  99.  
  100. 7.   AutoLog lithology and construction labels look best when they are
  101.      kept under fifteen characters.  The max is twenty.
  102.  
  103. 8.   AutoLog version 2.01 only does above-ground well diagrams.  Flush
  104.      installations are planned for future releases. 
  105.  
  106. 9.   When AutoLog prompts Y or N for additional lines of text any
  107.      answer except Y will advance the user to the next step.
  108.  
  109. 10.  When AutoLog prompts the user for stratigraphic data it also
  110.      checks to make sure that the sum of the stratigraphic units does
  111.      not exceed the total well depth.
  112.  
  113. 11.  AutoLog works in decimal feet.  Any data which is input in feet
  114.      and inches will be incorrectly interpreted.
  115.  
  116. 12.  The version of AutoLog that has been released is not "crippled"
  117.      in any way.  This is the full, unmodified code.  The idea behind
  118.      AutoLisp is customization of AutoCAD, and I welcome people to
  119.      modify my code.  Please don't send me questions about a modified
  120.      version.  I am, however, open to suggestions and ideas about
  121.      future releases.
  122.  
  123.                           How To Use AutoLog
  124.  
  125. 1.   Load the code by typing (load "AutoLog").
  126.  
  127. 2.   Execute the program by typing "AutoLog".
  128.  
  129. 3.   The program will begin execution and prompt you for
  130.      information regarding the details of the well construction.  The
  131.      first will be any backfill which may be at the bottom of the
  132.      well.  This is an optional step.  The backfill can be omitted
  133.      altogether by answering "N" to the backfill prompt.  The second
  134.      will be the sandpack section of the well.  The third will be the
  135.      screen attributes.  The fourth, the bentonite seal, and the
  136.      last, the grout from the top of the bentonite.  All of the
  137.      labels can be more than one line.  Remember that AutoLog does not
  138.      add the tick (') after the depth number - this must be added
  139.      manually.
  140.  
  141. 4.   The next section of AutoLog will be the lithology.  The program
  142.      will prompt for the lithology thickness, hatch and depth.  After
  143.      the first layer is complete the user will be prompted for
  144.      subsequent layers.  Entering a thickness which would make the
  145.      unit protrude above the ground surface is prevented.  If the
  146.      user enters a number which would make the unit protrude he is
  147.      asked whether he wants to try again or have AutoLog round it.  If
  148.      the user selects auto rounding, AutoLog uses the remaining
  149.      area for the last section of lithology.  AutoLog also provides
  150.      the user a good deal of flexibility when labeling the lithology. 
  151.      AutoLog allows multiple lines of text when labeling the
  152.      lithology.  This allows items such as sample interval and rock
  153.      descriptions to be entered.  The number of lines of text is
  154.      limited only by the thickness of the unit.  If too many lines of
  155.      text are entered, they can overlap the text for the layer
  156.      below.  Remember that AutoLog does not add the tick (') after the
  157.      depth number - this must be added manually.
  158.         
  159. 5.   The next step in AutoLog is to label the drilling method,
  160.      driller, date, who logged the well, ground elevation, top of
  161.      casing elevation, borehole, width, and casing type.  All of
  162.      these fields are prompted and composed of one line each.