home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / EDUCATIO / DIVECOMP.ZIP / DIVECOMP.SH / rev_history < prev    next >
Encoding:
Text File  |  1990-12-16  |  3.0 KB  |  65 lines

  1. Changes as of revision 2.5:
  2.  
  3. New features (lots!):
  4.  
  5. Now checks for "LINES" or "WIDTH" environment variable set, truncating the
  6. compartment bar graph appropriately (for those of you who simulate DEEP
  7. dives :-))
  8.  
  9. New option, -P, displays compartments as absolute pressure instead of
  10. tissue loading %age. The pressure is in <units> sea water absolute, where
  11. <units> is whatever units have been specified with the -u option. Default
  12. is feet. -P also causes the compartment values logged to an optional log
  13. file (specified with -l) to be in absolute pressure instead of loading
  14. %age.
  15.  
  16. Graph can be toggled between loading display and absolute pressure
  17. display by pressing the 't' key WHILE THE PROGRAM IS CALCULATING, not
  18. while it is wating for input. For example, if you are running interactive
  19. and you enter a depth of 100 ft for 20 minutes, 't' can be used while
  20. the 20 minutes are elapsing to toggle the screen. 't' does not affect
  21.  
  22. initial -P option.
  23.  
  24. Changed the transition depth between bottom time and surface interval
  25. counting to 3 feet from 5 feet. This was necessary for decompression
  26. stuff (more later).
  27.  
  28. 'q' can be pressed during calculations to abort the calculated run.
  29. For instance, when calculating a long decompression in autodecompression
  30. mode (more on this later), you can press 'q' to return to the input
  31. prompt. Similarly when calculating a long depth/duration combination
  32. entered from the keyboard.
  33.  
  34. No Decompression Limits are now displayed and continuously updated along
  35. side the dive profile for each depth displayed.
  36.  
  37. When NDLs are exceeded, the stats line now displays a ceiling, and a
  38. time to surface assuming proper following of the ceiling in 5 foot stops.
  39. For example, after 20 minutes at 200 feet, the stats line might display
  40. "Ceiling: 75.0 ft Time to surface: 46 min", indicating that the diver
  41. should not go shallower than 75 feet. If the diver makes decompression
  42. stops every 5 feet (stopping at each stop until the ceiling goes up to
  43. the next 5' stop), it will take 46 minutes to make it safely to the surface.
  44.  
  45. Depths deeper than the deepest depth in the dive profile display now
  46. show a 'v' in the deepest depth rather than not being displayed at all.
  47.  
  48. Bar graph now automatically reverts to a 2:1 scale in both loading and
  49. absolute display modes. For instance, if any compartment exceeds 100%
  50. loading, the graph will rescale to 0-200% (similarly for absolute
  51. pressure display).
  52.  
  53. Autodecompression: When NDLs have been exceeded, the diver can
  54. autodecompress by entering 'd' at the depth prompt. This will cause the
  55. program to advance to the nearest 5' deeper than the indocated ceiling,
  56. and follow the ceiling up in 5' increments. This will produce a profile
  57. exactly equal to that used in calculating the 'time to surface' value.
  58.  
  59. If available on your keyboard, the up and down arrow keys can now be
  60. used to change depth by one depth increment (as shown in the profile
  61. display) with each press during calculation. This is mainly useful while
  62. plotting a portion of a profile (i.e. 60' for 50 minutes), and you want
  63. to create a more realistic profile by moving up or down while
  64. calculating.
  65.