home *** CD-ROM | disk | FTP | other *** search
/ ftp.update.uu.se / ftp.update.uu.se.2014.03.zip / ftp.update.uu.se / pub / pdp11 / doc / rk11-c.txt < prev   
Text File  |  1994-06-30  |  28KB  |  938 lines

  1. (NOTE: contains all the typographical errors of the original!)
  2.  
  3.  
  4.  
  5.  
  6.  
  7. DECPACK DISK CARTRIDGE SYSTEM - RK11-C/RK02, RK03
  8.  
  9. 1. Introduction
  10.  
  11. The DECpack cartridge disk drive and control is a complete mass storage
  12.  
  13. system, offering an economical solution for large volume, random-access
  14.  
  15. data storage. The system includes a modular mass storage device
  16.  
  17. utilizing removable disk cartridges and a complete easy-to-program
  18.  
  19. control.
  20.  
  21.  
  22.  
  23. The DECpack is available in two models:  The RK02 drive with over
  24.  
  25. 600,000 words per drive; and the RK03 drive with over 1.2 million words
  26.  
  27. of storage per drive.
  28.  
  29.  
  30.  
  31. The DECpack is ideal where a large volume of programs and data are
  32.  
  33. developed and maintained for one or more users. When used with PDP-11
  34.  
  35. software such as the Disk Operating System or RSTS-11 System, DECpack
  36.  
  37. offers the flexibility of permitting each member of a group of users to
  38.  
  39. maintain his own private program and data files. It is expandable up to
  40.  
  41. 4.8 million words (RK02) or 9.6 million words (RK03) per controller.
  42.  
  43.  
  44.  
  45.  
  46.  
  47. 2. Operation
  48.  
  49. The removable disk cartridge offers the flexibility of virtually
  50.  
  51. unlimited off-line capacity with rapid transfers of files between
  52.  
  53. on-line and off-line without copying operations. It utilizes a cartridge
  54.  
  55. similar to the IBM 2315, but with 12 sectors.
  56.  
  57.  
  58.  
  59. Average total access time on each drive is 90 milliseconds. On expanded
  60.  
  61. systems, operations are overlapped for efficiency; one drive may read or
  62.  
  63. write while one or more additional drives are seeking new head positions
  64.  
  65. for the next transfer. All data transfers utilize the Non-Processor
  66.  
  67. Request facility during transfers.
  68.  
  69.  
  70.  
  71. Each disk is permanently mounted inside a protective case that
  72.  
  73. automatically opens when inserted in the disk drive. While on-line, dust
  74.  
  75. contamination is prevented by a highly-efficient continuous "absolute"
  76.  
  77. air filtration system.
  78.  
  79.  
  80.  
  81. The DECpack provides accurate data storage and transfers by means of a
  82.  
  83. write check function, correct cylinder verification by hardware,
  84.  
  85. hardware checksum, and hardware maintenance features. There are no
  86.  
  87. mechanical detents, thus a major source of wear and critical adjustment
  88.  
  89. is eliminated.
  90.  
  91.  
  92.  
  93.  
  94.  
  95. 3. Programming
  96.  
  97.     REGISTER                                    ADDRESS
  98.  
  99.     Drive Status Register (RKDS)                777400
  100.  
  101.     Error Register (RKER)                       777402
  102.  
  103.     Control Status Register (RKCS)              777404
  104.  
  105.     Word Count Register (RKWC)                  777406
  106.  
  107.     Current Bus Address Register (RKBA)         777410
  108.  
  109.     Disk Address Register (RKDA)                777412
  110.  
  111.     Maintenance Register (RKMR)                 777414
  112.  
  113.     Data Buffer Register (RKDB)                 777416
  114.  
  115.  
  116.  
  117.  Drive Status Register (RKDS)
  118.  
  119.  Contains the current selected drive status and current sector address.
  120.  
  121.  It is a read only register.
  122.  
  123.     BIT     NAME                                DESCRIPTION
  124.  
  125.     15-13   Ident. of Drive(ID)         If an interrupt is caused as a
  126.  
  127.                                         result of a SEARCH COMPLETE (Bit
  128.  
  129.                                         13 RKCS) or a SEEK INCOMPLETE
  130.  
  131.                                         (Bit 9 RKDS) these bits will
  132.  
  133.                                         contain the binary
  134.  
  135.                                         representation of the logical
  136.  
  137.                                         drive number that caused the
  138.  
  139.                                         interrupt.
  140.  
  141.     12      Drive Power Low(DPL)        Set when an attempt is made to
  142.  
  143.                                         initiate a new function was
  144.  
  145.                                         actively in progress when the
  146.  
  147.                                         control sensed a loss of power
  148.  
  149.                                         to one of the disk drives. This
  150.  
  151.                                         bit is normally accompanied by
  152.  
  153.                                         bit 15 RKER(DRE) and is reset by
  154.  
  155.                                         a BUS INIT or a CONTROL RESET
  156.  
  157.                                         function.
  158.  
  159.     11      High Dens. Drive(HDEN)      Set to identify the selected
  160.  
  161.                                         disk drive as an RK03 and reset
  162.  
  163.                                         to identify the selected disk
  164.  
  165.                                         drive as an RK02.
  166.  
  167.     10      Drive Unsafe(DRU)           Indicates that an unusual
  168.  
  169.                                         condition has occurred in the
  170.  
  171.                                         drive and it is unable to
  172.  
  173.                                         properly perform any operations.
  174.  
  175.                                         Putting the RUN/LOAD switch in
  176.  
  177.                                         the LOAD position will reset the
  178.  
  179.                                         condition. If, upon putting the
  180.  
  181.                                         RUN/LOAD switch back to the RUN
  182.  
  183.                                         position the condition reoccurs
  184.  
  185.                                         the drive or associated power
  186.  
  187.                                         supply is inoperative and
  188.  
  189.                                         corrective maintenance
  190.  
  191.                                         procedures should be begun.
  192.  
  193.                                         Normally accompanied by bit 15
  194.  
  195.                                         RKER.
  196.  
  197.     9       Seek Incomplete(SIN)        Indicates that due to some
  198.  
  199.                                         unusual condition a SEEK
  200.  
  201.                                         function was not completed
  202.  
  203.                                         within 180ms of initiation. A
  204.  
  205.                                         DRIVE RESET function clears this
  206.  
  207.                                         condition. This bit is normally
  208.  
  209.                                         accompanied by bit 15 RKER.
  210.  
  211.     8       Sector Counter OK(SOK)      Indicates that the selected
  212.  
  213.                                         drive sector counter (Bits 0-3
  214.  
  215.                                         RKDS) is not in the process of
  216.  
  217.                                         changing and is ready for
  218.  
  219.                                         examination.
  220.  
  221.     7       Drive Ready(DRY)            Indicates that the selected disk
  222.  
  223.                                         drive is in the following
  224.  
  225.                                         condition:
  226.  
  227.                                         a) properly supplied with power
  228.  
  229.                                         b) loaded with a disk cartridge
  230.  
  231.                                         c) door is closed
  232.  
  233.                                         d) LOAD/RUN switch is in the RUN
  234.  
  235.                                            condition
  236.  
  237.                                         e) the disk is spinning
  238.  
  239.                                         f) the heads are properly loaded
  240.  
  241.                                         g) the disk is not in a DRU
  242.  
  243.                                            condition (Bit 10 RKDS).
  244.  
  245.     6       Access Ready(ARDY)          Indicates that the selected
  246.  
  247.                                         drive head mechanism is not in
  248.  
  249.                                         motion and the drive is ready to
  250.  
  251.                                         accept a new function.
  252.  
  253.     5       Write Protect Status(WPS)   Set when the selected disk is in
  254.  
  255.                                         WRITE PROTECTED mode.
  256.  
  257.     4       Sect. Counter=Sect. Addr.   Indicates that the disk heads
  258.  
  259.                                         are positioned over the disk
  260.  
  261.                                         addresses currently held in bits
  262.  
  263.                                         0-3 RKDA.
  264.  
  265.     3-0     Sector Counter(SC)          Indicates the current sector
  266.  
  267.                                         address of the selected drive.
  268.  
  269.                                         This is the look ahead and will
  270.  
  271.                                         work for any disk cartridge with
  272.  
  273.                                         up to 16 sectors. Sector address
  274.  
  275.                                         00 is defined as the sector
  276.  
  277.                                         which follows the sector that
  278.  
  279.                                         contains the index pulse. This
  280.  
  281.                                         is an important consideration
  282.  
  283.                                         when using the R/W ALL mode of
  284.  
  285.                                         operation.
  286.  
  287.  
  288.  
  289. Error Register (RKER)
  290.  
  291. (This is a read only register)
  292.  
  293.     BIT     NAME                                DESCRIPTION
  294.  
  295.     15      Drive Error(DRE)            Set when an attempt is made to
  296.  
  297.                                         initiate a function, or when a
  298.  
  299.                                         function is actively in
  300.  
  301.                                         progress, while the selected
  302.  
  303.                                         drive is not ready or in some
  304.  
  305.                                         error condition or if any of te
  306.  
  307.                                         dirves in the system senses a
  308.  
  309.                                         loss of either AC or DC power.
  310.  
  311.                                         If this bit is found set the
  312.  
  313.                                         RK03 should immediately be
  314.  
  315.                                         referenced to discover the cause
  316.  
  317.                                         of the condition.
  318.  
  319.     14      Overrun(OVR)                During a READ, WRITE, RD/CHK or
  320.  
  321.                                         WT/CHK, operations on sector 13,
  322.  
  323.                                         surface 1 of cylinder address
  324.  
  325.                                         312, were finished and the RKWC
  326.  
  327.                                         had not yet overflowed. This
  328.  
  329.                                         essentially is an attempt to
  330.  
  331.                                         overflow out of a disk drive.
  332.  
  333.     13      Write Violation(WLO)        Set if an attempt is made to
  334.  
  335.                                         write on a disk which is
  336.  
  337.                                         currently being write protected.
  338.  
  339.     12      Seek Error(SKE)             Set if the disk head mechanism
  340.  
  341.                                         is not properly positioned while
  342.  
  343.                                         executing a normal READ, WRITE,
  344.  
  345.                                         RD/CHK or WT/CHK function.
  346.  
  347.     11      Programming Error(PGE)      The R/W ALL bit (Bit 9 RKCS) or
  348.  
  349.                                         the RMT bit (Bit 10 RKCS) were
  350.  
  351.                                         set while initiating some
  352.  
  353.                                         function other than a READ or
  354.  
  355.                                         WRITE.
  356.  
  357.     10      Non-Existent Memory(NXM)    Set if memory does not respond
  358.  
  359.                                         within 20us of the time when the
  360.  
  361.                                         RK11 becomes Bus Master during a
  362.  
  363.                                         DATI or DATO NPR sequence.
  364.  
  365.                                         Because of the speed of the RK03
  366.  
  367.                                         disk drive, it is likely that if
  368.  
  369.                                         a NXM does occur it will be
  370.  
  371.                                         accompanied by a DLT (Bit 7
  372.  
  373.                                         RKER).
  374.  
  375.     9       Data Late(DLT)              Set when an NPR sequence is
  376.  
  377.                                         initiated before the previous
  378.  
  379.                                         one has completed.
  380.  
  381.     8       Read Timing Error(RTE)      Two or more consecutive read
  382.  
  383.                                         clock pulses were dropped by the
  384.  
  385.                                         disk drive.
  386.  
  387.     7       Non-Existent Disk(NXD)      An attempt was made to initiate
  388.  
  389.                                         a function on a non-existent
  390.  
  391.                                         drive.
  392.  
  393.     6       Non-Existent Cylinder(NXC)  An attempt was made to initiate
  394.  
  395.                                         a function on a cylinder larger
  396.  
  397.                                         than 312.
  398.  
  399.     5       Non-Existent Sector(NXS)    An attempt was made to initiate
  400.  
  401.                                         a transfer on a sector larger
  402.  
  403.                                         than 13.
  404.  
  405.     4-2     Unused
  406.  
  407.     1       Checksum Error(CSE)         Set while performing a RD/CHK or
  408.  
  409.                                         READ function as a result of
  410.  
  411.                                         faulty recalculation of the
  412.  
  413.                                         checksum. Cleared at the
  414.  
  415.                                         initiation of any new function.
  416.  
  417.                                         This is a soft error.
  418.  
  419.     0       Write Check Error(WCE)      Indicates that an error was
  420.  
  421.                                         encountered during a WT/CHK
  422.  
  423.                                         function as a result of faulty
  424.  
  425.                                         bit comparison between disk data
  426.  
  427.                                         and memory data. Clears at the
  428.  
  429.                                         initiation of a new function.
  430.  
  431.                                         This is a soft error.
  432.  
  433.  
  434.  
  435.     Note:  Bits 5 through 15 are all hard errors. They clear only by a
  436.  
  437.     BUS INIT or a CONTROL CLEAR function.
  438.  
  439.  
  440.  
  441. Control Status Register (RKCS)
  442.  
  443.     BIT     NAME                        DESCRIPTION
  444.  
  445.     15      Error                       Set when any bit in the RKER is
  446.  
  447.                                         set. Processor reaction is
  448.  
  449.                                         dictated by Bits 6 and 8 RKCS.
  450.  
  451.                                         This read-only bit clears if all
  452.  
  453.                                         the bits in the RKER are cleared
  454.  
  455.                                         and if Bit 14 RKCS is cleared.
  456.  
  457.     14      Hard Error(H.E.)            Set when any of Bits 5-15 RKER
  458.  
  459.                                         are set by the control. Stops
  460.  
  461.                                         all controller action and
  462.  
  463.                                         processor reaction as dictated
  464.  
  465.                                         by bit 6 RKCS. This READ ONLY
  466.  
  467.                                         bit, along with bits 5-12 RKER,
  468.  
  469.                                         is cleared only by a BUS INIT or
  470.  
  471.                                         a CONTROL RESET function.
  472.  
  473.     13      Search Complete(SCP)        Signifies that the prvious
  474.  
  475.                                         interrupt was caused as a result
  476.  
  477.                                         of some previous SEEK or DRIVE
  478.  
  479.                                         RESET function. READ ONLY bit.
  480.  
  481.                                         Clears at the initiation of any
  482.  
  483.                                         new function.
  484.  
  485.     12      Maintenance Mode            When set, will inhibit any
  486.  
  487.                                         signals from being transmitted
  488.  
  489.                                         to or from any disk drive and
  490.  
  491.                                         will permit diskless operation
  492.  
  493.                                         of the RK11. Used in conjunction
  494.  
  495.                                         with the RKMR.
  496.  
  497.     11      Inhibit Inc.(INH BA)        Setting this bit inhibits
  498.  
  499.                                         incrementing the RKBA during a
  500.  
  501.                                         data transfer. Tis allows data
  502.  
  503.                                         to be transferred to or from any
  504.  
  505.                                         one bus address for the entire
  506.  
  507.                                         operation.
  508.  
  509.     10      Format(FMT)                 FORMAT Mode must be used only in
  510.  
  511.                                         conjunction with the normal READ
  512.  
  513.                                         and normal WRITE function. This
  514.  
  515.                                         mode is used to format a new
  516.  
  517.                                         disk pack or to reformat any
  518.  
  519.                                         sector that may have been erased
  520.  
  521.                                         or damaged due to control or
  522.  
  523.                                         drive failure.
  524.  
  525.                                         In the FORMAT mode the normal
  526.  
  527.                                         WRITE operation is altered only
  528.  
  529.                                         in that the servo positioner is
  530.  
  531.                                         not checked for proper position
  532.  
  533.                                         before the write operation.
  534.  
  535.                                         Under a normal WRITE the header
  536.  
  537.                                         is re-written each time the
  538.  
  539.                                         associated sector is written. In
  540.  
  541.                                         this mode, the normal READ
  542.  
  543.                                         operation is altered in that
  544.  
  545.                                         only one word is transferred to
  546.  
  547.                                         memory per sector; the header
  548.  
  549.                                         word. Therefore, a 3-word READ
  550.  
  551.                                         function in the FORMAT mode will
  552.  
  553.                                         transfer 3 contiguous header
  554.  
  555.                                         words to 3 consecutive memory
  556.  
  557.                                         locations for software checking.
  558.  
  559.                                         For a 200-word transfer, 200
  560.  
  561.                                         consecutive header words from
  562.  
  563.                                         200 consecutive sectors will be
  564.  
  565.                                         read, and so on.
  566.  
  567.     9       Read Write All(R/W A)       Must be used only in conjunction
  568.  
  569.                                         with a READ or WRITE function.
  570.  
  571.                                         The drive performs part 1 of a
  572.  
  573.                                         normal SEEK function after which
  574.  
  575.                                         it searches for SC = SA. When
  576.  
  577.                                         found, the read amplifiers or
  578.  
  579.                                         write drivers are turned on and
  580.  
  581.                                         every 16-bits a word is
  582.  
  583.                                         transferred to or from memory
  584.  
  585.                                         until the RKWC overflows. This
  586.  
  587.                                         mode is used to simulate formats
  588.  
  589.                                         to be written or read on
  590.  
  591.                                         controllers other than the RK11.
  592.  
  593.     8       Stop on Soft Error(SSE)     If a soft error is encountered
  594.  
  595.                                         while this bit is set:
  596.  
  597.                                         a. and Bit 6 RKCS (IDE) is
  598.  
  599.                                         reset, all controller action
  600.  
  601.                                         will stop at the end of the
  602.  
  603.                                         current sector.
  604.  
  605.                                         b. and Bit 6 RKCS (IDE) is set,
  606.  
  607.                                         all controller action will stop
  608.  
  609.                                         and a Bus Request will occur at
  610.  
  611.                                         the end of the current sector.
  612.  
  613.     7       Control Ready(RDY)          Signifies that the control is no
  614.  
  615.                                         longer engaged in actively
  616.  
  617.                                         executing a function and is
  618.  
  619.                                         ready to accept a command.
  620.  
  621.     6       Int. on Done Enable(IDE)    The control will issue a Bus
  622.  
  623.                                         Request and interrupt to vector
  624.  
  625.                                         address 220 if:
  626.  
  627.                                         1. A function has completed its
  628.  
  629.                                         activity;
  630.  
  631.                                         2. A hard error is encountered;
  632.  
  633.                                         3. A soft error is encountered
  634.  
  635.                                         and bit 8 RKCS is set.
  636.  
  637.     5-4     Memory Extension(MEX)       Reserved for extended bus
  638.  
  639.                                         addresses and is used in
  640.  
  641.                                         conjunction with the RKBA. These
  642.  
  643.                                         bits make up a two-bit counter
  644.  
  645.                                         that increments each time the
  646.  
  647.                                         RKBA overflows. A bus DATO to
  648.  
  649.                                         these bits overrides any
  650.  
  651.                                         overflow from the RKBA. They are
  652.  
  653.                                         read/write.
  654.  
  655.     3-1     Function                    These bits indicate the binary
  656.  
  657.                                         representation of the function
  658.  
  659.                                         to be performed.
  660.  
  661.                                         The functions are:
  662.  
  663.                                         CONTROL RESET (000)
  664.  
  665.                                         WRITE (010)
  666.  
  667.                                         READ (010)
  668.  
  669.                                         WRITE CHECK (011)
  670.  
  671.                                         SEEK (100)
  672.  
  673.                                         READ CHECK (101)
  674.  
  675.                                         DRIVE RESET (110)
  676.  
  677.                                         WRITE LOCK (111)
  678.  
  679.     0       Go                          Write only bit. Indicates the
  680.  
  681.                                         function encoded in bits 1
  682.  
  683.                                         through 3 of RKCS. Stays set
  684.  
  685.                                         until one control actually
  686.  
  687.                                         begins to respond to the go
  688.  
  689.                                         command.
  690.  
  691.  
  692.  
  693. Word Count Register (RKWC)
  694.  
  695.     Contains the two's complement of the total number of words to be
  696.  
  697.     affected by a given function. It increments by one after each word
  698.  
  699.     transfer.
  700.  
  701.  
  702.  
  703. Current Bus Address Register (RKBA)
  704.  
  705.     Contains the Bus Address to or from which data will be transferred.
  706.  
  707.     The register is incremented by two at the end of each transfer.
  708.  
  709.  
  710.  
  711. Disk Address Register (RKDA)
  712.  
  713.     BIT     NAME                        DESCRIPTION
  714.  
  715.     15-13   Drive Select(DR SEL)        Contains binary representation
  716.  
  717.                                         of the logical drive number
  718.  
  719.                                         currently being selected.
  720.  
  721.     12-5    Cylinder Address(CYL ADD)   Contains binary representation
  722.  
  723.                                         of the cylinder address
  724.  
  725.                                         currently being selected. The
  726.  
  727.                                         largest valid number is 312.
  728.  
  729.     4       Surface(SUR)                When active lower disk head is
  730.  
  731.                                         enabled.
  732.  
  733.     3-0     Sector Address(SA)          Binary representation of the
  734.  
  735.                                         disk sector to be addressed.
  736.  
  737.  
  738.  
  739.     This register may be loaded only while the RK11 is in the ready
  740.  
  741.     state.
  742.  
  743.  
  744.  
  745. Maintenance Register (RKMR)
  746.  
  747.     This register is provided for diagnostic purposes only and does not
  748.  
  749.     participate in the normal disk operations.
  750.  
  751.  
  752.  
  753. 4. Cross Cylinder Operation
  754.  
  755. Surface 0 is defined as the upper surface and is active when RKDA 04 is
  756.  
  757. reset. If a tranfer is initiated that requires overflow from surface 0,
  758.  
  759. the control will automatically change to sector 0 or surface 1. If a
  760.  
  761. transfer is initiated that requires an overflow from surface 1, the
  762.  
  763. control will automatically move the heads to the next contiguous
  764.  
  765. cylinder, check for proper head positioning, and continue the transfer
  766.  
  767. on sector 0 and surface 0 of the new cylinder. An attempt to overflow
  768.  
  769. out of the last secotr of te last cylinder will result in an error
  770.  
  771. condition.
  772.  
  773.  
  774.  
  775. At the end of any transfer the RKDA is automatically incremented.
  776.  
  777.  
  778.  
  779. 5. Hardware Poll
  780.  
  781. The control is capable of having any or all of the drives performing a
  782.  
  783. SEEK or DRIVE RESET operation at any one time. A HARDWARE POLL feature
  784.  
  785. will identify the logical drive number in bits 13, 14 and 15 of the RKDS
  786.  
  787. of any drive that has completed a SEEK or DRIVE RESET operation and
  788.  
  789. cause an interrupt if bit 6 RKCS is set (IDE) and the control is in the
  790.  
  791. READY state (bit 7 RKCS is set) and the control was not already
  792.  
  793. attempting to cause an interrupt as a result of some other operation.
  794.  
  795. Tis will occur even if Bit 6 RKCS (IDE) was not set when first
  796.  
  797. initiating the SEEK or DRIVE RESET function. If two or more drives
  798.  
  799. complete the function simultaneously, the control will interrupt once
  800.  
  801. for each drive and identify each one in turn in the RKDS. Care should be
  802.  
  803. taken in this situation to raise the processor interrupt status to
  804.  
  805. level equal to or greater than that currently held by the RK11 or else a
  806.  
  807. second interrupt will occur immediately after the first and the end
  808.  
  809. result will be that the interrupt service routine has been interrupted.
  810.  
  811. This situation will also occur if an attempt is made to initiate a SEEK
  812.  
  813. to an address that the drive is already at since one interrupt will
  814.  
  815. occur as a result of the SEEK or DRIVE RESET function having been
  816.  
  817. successfully initiated and another to report that the heads have reached
  818.  
  819. their destination, which will occur immediately because the heads are
  820.  
  821. already there.
  822.  
  823.  
  824.  
  825. 6. Interrupts
  826.  
  827. Because of the format structure of the RK11-C, any interruption of a
  828.  
  829. write sequence cannot be tolerated until the end of the sector because
  830.  
  831. this would result in essentially an unformatted disk. Therefore, any
  832.  
  833. outside interventioin of this operation is held off until the end fo the
  834.  
  835. current sector, which includes the CONTROL RESET function and the
  836.  
  837. PROCESSOR or BUS INITIALIZE signals. Therefore, all those functions,
  838.  
  839. such as CONTROL RESET, SEEK and WRITE LOCK, which normally take only a
  840.  
  841. few microseconds to initiate can actually take up to 3.3ms if initiated
  842.  
  843. while writing. For this reason the SEEK and WRITE LOCK functions will
  844.  
  845. cause an interrupt (if bit 6 RKCS is set) as soon as the function has
  846.  
  847. been succesfully initiated. The CONTROL RESET, which cannot cause an
  848.  
  849. interrupt under any cirumstance, can, therefore, take up to 3.3ms to
  850.  
  851. complete.
  852.  
  853.  
  854.  
  855. 7. Specifications
  856.  
  857.                                 RK02 Drive              RK03 Drive
  858.  
  859. 1 disk/drive
  860.  
  861. 203 cylinders/drive:            128 data words/track    256 words/track
  862.  
  863.  
  864.  
  865. 2 surfaces/drive:               1536 data words/track   3072 words/track
  866.  
  867.  
  868.  
  869. 12 sectors/track:               307,200 data            614,400 data
  870.  
  871.                                 words/surface           words/surface
  872.  
  873.  
  874.  
  875. 1 to 8 drives/control:          614,400 data            1,228,800 data
  876.  
  877.                                 words/drive             words/drives
  878.  
  879.  
  880.  
  881.  
  882.  
  883.             Access Times (including head settling; typical)
  884.  
  885. Track to track:                 15ms
  886.  
  887. Average random move:            70ms
  888.  
  889. Average rotation delay:         20ms
  890.  
  891. Data Transfer Rate:             22.2 usec per word for RK02 drive
  892.  
  893.                                 11.1 usec per word for RK03 drive
  894.  
  895. Transfer Path:                  Non-Processor Request (NPR)
  896.  
  897.                                 Direct Memory Access
  898.  
  899. Minimum Block Size:             One sector (128 words for RK02 drive;
  900.  
  901.                                 256 words for RK03 drive)
  902.  
  903. Minimum Transfer:               1 word
  904.  
  905. Density:                        1100 BPI max. for RK02 drive
  906.  
  907.                                 2200 BPI max. for RK03 drive
  908.  
  909. Speed:                          1500 RPM
  910.  
  911. Environmental Requirements:     60 to 90 F and 20% to 80% relative
  912.  
  913.                                 humidity
  914.  
  915.                                 Model Designations
  916.  
  917. Control:                        RK11-CA 117V +10% 50/60Hz
  918.  
  919.                                 RK11-CB 235V +10% 50/60Hz
  920.  
  921. Bus Priority Level:             BR5
  922.  
  923. Interrupt Vector Address:       220
  924.  
  925.  
  926. ------
  927.  
  928.  
  929.  
  930. --
  931. Ronald Copley, owner           |  As always, I'm interested in your old
  932. Informatiks                    |  computer equipment. Particularly DEC,
  933. 1010 Township RD 78W           |  Pyramid, Sun and DG.
  934. Scottown OH  45678-9051        |  
  935. +1.614.643.1340                |  If you have Pink Fairies bootlegs, etc.
  936. <copley1@muvms6.mu.wvnet.edu>  |  *please* contact me!
  937. --
  938.