home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol152 / ddd11.doc < prev    next >
Encoding:
Text File  |  1985-02-10  |  3.8 KB  |  81 lines

  1.  
  2. *******************************************************************************
  3. *******************************************************************************
  4.  
  5.  
  6.         DDD Version 1.1     With this program and Dysan Corporation's
  7.                                  "Digital Diagnostic Diskette"tm
  8.                             ($30 for SS and $40 for DS as of 1983...)     
  9.                             
  10.                             You can comprehensively test, verify, and
  11. align the heads of your flexible diskette drive, under your own oper-
  12. ating conditions, without need for expensive oscilloscopes and drive
  13. exercisers, to practically the same precision achievable by the usual
  14. analog methods. Any time you suspect a bug in one of your drives, you
  15. can determine which drive is at fault and what the problem is.
  16. No more expensive shot-in-the-dark trips to the service center; no
  17. more intermittent bugs which won't appear for the serviceman. Takes
  18. the mystery out of flexible diskette systems!!
  19.  
  20.  
  21. *******************************************************************************
  22. *******************************************************************************
  23.  
  24.  
  25.  
  26.  
  27. System Requirements:
  28. The DDDtm is available for all flexible diskette formats, and works
  29. independently of any operating system.  This program is built around
  30. CP/M and the 1793 floppy disk controller chip, and can be easily 
  31. configured and assembled (with ASM - no macros... ) for most CP/M
  32. systems. The screen displays require an addressable cursor and clear
  33. screen facility from your terminal, but you could display the 
  34. test results without the trick graphics if you don't have these
  35. capabilities. 
  36.  
  37.  
  38. Operator Requirements:
  39. You will have to know how to edit and assemble 8080 assembly 
  40. language. Step-by-step instructions for customizing the program
  41. will be published in Dr. Dobb's Journal, probably in December
  42. 1983. The code is well-commented and could probably be customized
  43. without the magazine if you must. You will, however, need to know 
  44. some hardware-specific information about your terminal and disk
  45. controller; count on needing the manufacturers' manuals and/or
  46. cribbing the information from your BIOS source. (The disk reads
  47. must bypass CP/M function calls entirely - you have to send raw
  48. commands to the controller, and retrieve the data byte-by-byte.)
  49.  
  50.  
  51. Tests Performed:
  52. Radial Alignment - on six different tracks, to within 1/2 milliinch
  53. Positioner Hysteresis -     "   , using any offset up to full width
  54. Head Azimuth - from -42 to +42 minutes
  55. Index Timing - inner and outer tracks
  56. Diskette Centering - three levels of difficulty (tests bearings, clamping)
  57. Spindle Speed - (not a function of the DDD... )
  58. (Many other problems, such as dirty heads, will show themselves during
  59. these tests...  You will want to get familiar with the results of the
  60. different tests while your drives are working, so that you can recognize
  61. the changes caused by new bugs.)
  62.  
  63.  
  64. Verification:
  65. DDD11.ASM is a 47K file
  66. CRC (Version 5.0 and previous...)     6E 94
  67. CRC (Version 5.1 and derivatives...)   7B79
  68.  
  69.  
  70. Author:         LOREN AMELANG
  71.  
  72. CIS Email [70110,551]  (I access Snail Mail more often than Email...
  73.                             but if you want to send machine code...)
  74. Box 24, Philo, CA  95466 0024   (Best way to contact me...)
  75.  
  76.  
  77. *******************************************************************************
  78.            Take the mystery out of YOUR flexible disk system !!!
  79. *******************************************************************************
  80.                                                                      
  81.