home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 1 / af001.adf / TrackMon / TrackMon.DOC < prev    next >
Text File  |  1989-03-16  |  2KB  |  58 lines

  1.  
  2.             TRAKMON
  3.             -------
  4.             
  5. Purpose : A drive monitoring utility for the Amiga.
  6. Author  : Matt. Burt
  7. Date    : 29 May 89
  8.  
  9. TRAKMON for the Amiga performs a similar function to the TRACK IT program
  10. for the Atari ST (Cover disk #12 - June 89), but offers increased
  11. functionality.
  12.  
  13. The following data is displayed by TRAKMON for each and every 3.5 inch disk
  14. drive connected to the machine.
  15.  
  16. * Current cylinder number
  17. * Head currently selected
  18. * Highest cylinder encountered since the last disk was inserted
  19. * Drive Motor status
  20. * Disk Write Protect status
  21.  
  22.  
  23. The data is displayed in a Workbench window in tabular format, and looks
  24. something like this :-
  25.  
  26.  
  27.             +------------------+
  28.             | C            U D |
  29.             +------------------+
  30.             |     CYL HEAD HIGH|
  31.             |DF0: 63  0    73  |
  32.             |DF2: 40  0    40  |
  33.             |DF3: 46  1    46  |
  34.             +------------------+
  35.  
  36.  
  37. C U and D refer to the usual Workbench window gadgets.
  38.  
  39. This example is for a machine (my own in fact) which has no DF1:, but drives
  40. DF0: DF2: and DF3:
  41.  
  42. If the disk is write-protected, the drive name appears in orange. If the
  43. disk is not write-protected the drive name appears in white. The drive
  44. name is displayed in reverse video when the drive motor is active.
  45.  
  46. The three numbers displayed after the drive name are the current cylinder
  47. number, the current head number, and the highest cylinder encountered
  48. since a disk was last inserted into this drive. This numbers are only
  49. displayed if a disk is present in the drive.
  50.  
  51. To use this program, either type RUN TRAKMON at a Cli or Shell prompt, or
  52. select the TRAKMON Icon from Workbench. The utility may be terminated by
  53. selecting the close gadget on the window.
  54.  
  55. Trakmon works fine with machines with 1.2 ROMs with Workbench 1.2 upwards.
  56. I haven't yet tried it on a machine with 1.3 ROMs fitted.
  57.  
  58.