home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / lambda / soundpot / p / px8util.lbr / MAPTST.DZC / MAPTST.DOC
Encoding:
Text File  |  1993-10-25  |  23.5 KB  |  659 lines

  1. 1. AN INTRODUCTION TO TROUBLESHOOTING
  2.  
  3. Troubleshooting is usually to easy; vaned symptoms appear depending on
  4. points of failure.  This section decribes two procedures which may allow
  5. easier troubleshooting and subsequent repair:
  6. 1. Check-out procedure
  7.    Objective: To guide the user through a problem isolation process when
  8.           symptoms do not indicate a specific component malfunction.
  9.    Fault isolation level: Repair by ;unit replacement, repair can be
  10.               accomplished with a basic knowledge of computer
  11.               hardware.
  12. 2. Unit repair flowchart
  13.    Object: To guide the user through a component level repair process.
  14.    Allow component-level repair of an individual faulty unit.
  15.    Fault isolation level: Component level- Requires an advance knowledge
  16.    of computer hardware engineering, and electronic.
  17.  
  18. General troubleshooting procedure
  19. * First, isolate and replace the faulty unit according to the check-out
  20.   procedure, each time a unit is replaced, to make sure the new unit is
  21.   not faulty.  This procedure will prevent confusion with a problem
  22.   caused by a poor connector contacts.
  23.  
  24. * Second, isolate and replace the faulty component in the unit according
  25.   to the unit flowchart or the troubleshooting table.
  26.  
  27.           Step 1            Step 2
  28.      ----------------       ----------------
  29.      (  Check-out    )   ---\   (  Unit repair )
  30.      (  procedure    )   ---/   (   flowchart  )
  31.      ----------------       ----------------
  32.       Repair by unit        repair at com-
  33.        replacement             ponent level
  34.  
  35.      NOTE 1) All checks indicated on the flowchart must be made.
  36.          Should any unit or component be replaced disregarding
  37.          any check, the newly installed one might be damaged.
  38.      NOTE 2) Whenever you are lost in the repair procedure, return
  39.          to the entry and restart the procedure.
  40.      NOTE 3) When no exit is found, during a diagnostic procedure
  41.          (e.g., the test procedure has resulted in repeating a
  42.          diagnostic loop), proceed with the repair according
  43.          to the trouble table.
  44.  
  45.  
  46. 2. TEST PROGRAM
  47. The test program provides tests for the ten functions listed in
  48. Table 1.  It allows either one of the following two execution modes:
  49. * AUTO Mode
  50.   In this mode, the program automatically performs a six test cycle.
  51.   If desired, the cycle may be repeated up to 99 times.  The number
  52.   of cycles may be selected after loading the program.    This mode is
  53.   suitable for an aging test after repair or a test on a problem of
  54.   very low reproducibility.
  55.  
  56. * MANUAL Mode
  57.   The manual mode allows the user to select any one test from those
  58. listed in Table 1 and is an aid to component troubleshooting.
  59.  
  60.  
  61.  
  62.                    1
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.           Table 1: Functions tested by the program
  70.           ----------------------------------------
  71.         No.    Tested Function
  72.           ----------------------------------------
  73.          1     RAM CHECK
  74.          2     BUZZER CHECK
  75.          3     RS,SER CHECK
  76.          4     LCD CHECK
  77.          5     MCMT CHECK
  78.          6     DIP-SW READ CHECK
  79.          7     KEY BOARD CHECK
  80.          8     ANALOG INPUT CHECK
  81.          9     BARCODE CHECK
  82.         10     CLOCK CHECK
  83.  
  84. 2.1 REPAIRING TOOLS
  85. Table 2, lists necessary repair tools which are available from EPSON.
  86.  
  87.           Table 2: REPAIR TOOLS                  QTY
  88.           -------------------------------------------------------
  89.         1      Test program                   1
  90.         2      RS-232C interface mini-wrapping connector   1
  91.         3      Serial interface mini-wrapping connector    1
  92.         4      Microcassette tape               1
  93.         5      Cable assembly (P/N B778400201)           1
  94.         6      DC regulator or dry-cell battery        1
  95.         7      Low-resolution barcode reader           1
  96.  
  97. 2.3 LOADING THE TEST PROGRAM
  98. Set the POWER switch ON and load the program.
  99. After the above preparation, the following menu will appear on the LCD
  100. pannel.
  101.       ---------------------------------------------------
  102.       |  TEST PROGRAM MENU MODE Ver 1.0            |
  103.       |                            |
  104.       |     1 : AUTO                    |
  105.       |     2 : MANUAL                    |
  106.       ---------------------------------------------------
  107.  
  108.  
  109. 2.4 SELECTING A TEST MODE
  110. In the responce to the menu, key in "1" or "2", respectively, to select
  111. the AUTO or MANUAL test mode.
  112. * AUTO mode
  113.   When the AUTO mode is selected ("1" is keyed in), the prompt:
  114.       ---------------------------------------------------
  115.       |  CHECK COUNT ?                    |
  116.       ---------------------------------------------------
  117.   should appear.  Specify a number of test cycles to be run by
  118.   responding with a number from 1 to 99.  RAM, buzzer, RS-232C
  119.   interface, serial interface, LCD unit, microcassette tape drive
  120.   and DIP switche test make up one test cycle.    When the AUTO mode
  121.   is selected, this cycle is repeated according to the number of times
  122.   specified in the response to the prompt.
  123.  
  124.  
  125.  
  126.  
  127.  
  128.                    2
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136. * MANUAL Mode
  137.       ---------------------------------------------------
  138.       |  TEST PROGRAM SELECT                |
  139.       |   1.RAM CHECK        2.BUZZER CHECK        |
  140.       |   3.RS,SER CHECK        4.LCD CHECK         |
  141.       |   5.MCMT CHECK        6.DIP-SW READ CHECK     |
  142.       |   7.KEY BOARD CHECK     8.ANALOG INPUT CHECK    |
  143.       |   9.BARCODE CHECK       10.CLOCK CHECK        |
  144.       ---------------------------------------------------
  145.    Select a test by keying in the number preceding the test.  When the
  146.    test is completed, the display stops.  To repeat the test again,
  147.    press the apace bar, otherwise, press the RETURN key.  To stop the
  148.    test after the keyboard check has been selected, key in "Break".
  149.    * If any error message appears, refer to section 2.6
  150.  
  151. 2.5 TEST RUN PROCEDURE AND DISPLAY INFORMATION
  152. This section describes the procedure for running the individual tests
  153. and display information given by them.
  154.       ----------------------------------------------
  155.       |                           |
  156.       |  MEMORY & V-RAM CHECK               |
  157.       |                           |
  158.       ----------------------------------------------
  159.  
  160.    (1) RAM Check
  161.        The RAM and V-RAM check tests are performed in succession and
  162.        the following messages are displayed when the tests are
  163.        completed.
  164.       ----------------------------------------------
  165.       |  RAM CHECK END !!                   |
  166.       |  VRAM CHECKING !!                   |
  167.       |  VRAM CHECK END NOW !!               |
  168.       ----------------------------------------------
  169.  
  170.   (2) Buzzer Check
  171.       * The buzzer sounds for approximately three seconds.
  172.       * The buzzer further sounds at two different tones and then the
  173.     following is displayed:
  174.       ----------------------------------------------
  175.       |  BUZZER OK ?                   |
  176.       ----------------------------------------------
  177.       * Adjust the sound level and do another check.
  178.  
  179.   (3) RS-232C and Serial Interface Check
  180.       Step 1: Insert the RS-232C interface and the serial interface
  181.           connectors, which are connected according:
  182.         Serial interface       RS-232C interface
  183.         ----------------       -----------------
  184.          4 shorted to 5     6 shorted to 7
  185.          2 shorted to 3     2 shorted to 3
  186.                     4 shorted to 5 shorted to 8
  187.           (The sockets are labeled on the PX-8 case.)
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.                    3
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.       Step 2: Key in "3" for the test menu (TEST PROGRAM SELECT).  The
  203.           RS-232C and the Serial Interface Check will be selected.
  204.           The program runs the RS-232C interface test first,
  205.           displaying the following information:
  206.       ---------------------------------------------------
  207.       |  RS232C CHECKING                    |
  208.       |  RS232C CHECK END NOW                |
  209.       ---------------------------------------------------
  210.       Step 3: The program then runs the serial interface test and
  211.           display the following information:
  212.       ---------------------------------------------------
  213.       |  HIGH SPEED SERIALING                |
  214.       |  HIGH SPEED SERIAL END NOW !!            |
  215.       ---------------------------------------------------
  216.       Step 4: These messages indicate the end ot the test.
  217.  
  218.   (4) LCD Check
  219.       * The entire LCD panel display is reversed.
  220.       * The LCD panel dispaly is reversed every other dot and then the
  221.     black and white conbination is reversed.
  222.       * The LCD panel display is reversed every four dots and then the
  223.     black and white conbination is reversed.
  224.       * The following character pattern appears, and the test ends.
  225.       ---------------------------------------------------
  226.       |      *****  CHRAGENE TEST                |
  227.       | !"#$%&'()*+,-./0123456789:;<=>?@ABC...XYZ...    |
  228.       ---------------------------------------------------
  229.  
  230.   (5) MCMT (Microcassette Tape Drive)
  231.       * The following prompt appears:
  232.       ---------------------------------------------------
  233.       |  SPEAKER ON ? (Y/N)                 |
  234.       ---------------------------------------------------
  235.     If speaker sound output is desired, depress "Y" (YES); if not,
  236.     press "N" (NO), and the next prompt will appear as follows:
  237.       ---------------------------------------------------
  238.       |  IS THIS TAPE INITIALIZE ? (Y/N)            |
  239.       ---------------------------------------------------
  240.     Examine the tape and respond with "Y" to this prompt if the
  241.     tape data may be destroyed.  Otherwise, key in "N".
  242.       * A Rewind/Fast Feed and Read/Write check test are performed
  243.     after the following information message is displayed:
  244.       ---------------------------------------------------
  245.       | MCMT CHECK (REWIND, F.F & READ/WRITE CHECK)     |
  246.       ---------------------------------------------------
  247.       * The third prompt appears as follows:
  248.       ---------------------------------------------------
  249.       | WRITE TAPE INFORMATION TO THIS TAPE ? (Y/N)     |
  250.       ---------------------------------------------------
  251.       * The test ends with the following information message:
  252.       ---------------------------------------------------
  253.       | WRITE DATA & STOP                    |
  254.       | HEAD OFF                        |
  255.       ---------------------------------------------------
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.                    4
  264.  
  265.  
  266.  
  267.  
  268.  
  269.   (6) DIP SW Read Check
  270.       The following information is displayed:
  271.        ------------------------
  272.        |           87654321   | DIP switch SW4 elements 1 - 8
  273.        |   INITIAL=00101111   | Element setting
  274.        |           00101111   |
  275.        ------------------------
  276.  
  277.       * Make sure that the DIP switcj setting agrees with the following
  278.     table.
  279.               DIP Switch Settings
  280.       -------------------------------------------------
  281.       | Character set specification | 1 2 3 4 5 6 7 8 |
  282.       |-----------------------------|-----------------|
  283.       | ASCII (USA)         | 1 1 1 1 0 1 0 0 |
  284.       | French            | 0 1 1 1 0 1 0 0 |
  285.       | German            | 1 0 1 1 0 1 0 0 |
  286.       | English            | 0 0 1 1 0 1 0 0 |
  287.       | Danish            | 0 1 0 1 0 1 0 0 |
  288.       | Swedish            | 0 1 0 1 0 1 0 0 |
  289.       | Norwegian            | 0 1 1 0 0 1 0 0 |
  290.       | Italian            | 1 0 0 1 0 1 0 0 |
  291.       | Spanish            | 0 0 0 1 0 1 0 0 |
  292.       | HASCI            | 0 0 0 0 0 1 1 0 |
  293.       | Japanese(Japanese language) | 1 0 0 0 0 1 0 0 |
  294.       | Japanese(kana)        | 0 0 0 0 0 0 0 0 |
  295.       | Japanese(touch 16)        | 1 0 0 0 0 0 0 0 |
  296.       -------------------------------------------------
  297.  
  298.   (7) KEYBOARD CHECK
  299.       Step 1: Select your keyboard type by responding with the number
  300.           following the specification of your unit.
  301.           The following display prompt will appear:
  302.        --------------------------------------------------
  303.        | THEN DSP DATA KEY-IN !!                |
  304.        --------------------------------------------------
  305.  
  306.       Step 2: In responce to the above prompt, key in characters to be
  307.           displayed in the following order:
  308.      1- ESC   13- 1     25- 7     37-    49- F      61- ;
  309.      2- PAUSE 14- TAB   26- Y     38-    50- C      62- .
  310.      3- HELP  15- 2     27- 8     39- BS    51- G      63- :
  311.      4- PF1   16- Q     28- U     40-    52- V      64- /
  312.      5- PF2   17- 3     29- 9     41-    53- H      65- RETURN
  313.      6- F3      18- W     30- I     42- CTRL    54- B      66- SHIFT
  314.      7- PF4   19- 4     31- 0     43- A    55- J      67  \
  315.      8- PF5   20- E     32- O     44- SHIFT 56- N      68- GRAFT
  316.      9-  [      21- 5     33- -     45- S    57- K      69- CAPS LOCK
  317.     10-  ]      22- R     34- P     46- Z    58- M      70- SPACE
  318.     11- INS   23- 6     35- ^     47- D    59- L      71- CTRL
  319.     12- DEL   24- T     36- @     48- X    60- ,
  320.  
  321.     When the key data entry ends, the following prompt appears.
  322.        --------------------------------------------------
  323.        |  ONCE MORE KEY-BOARD CHECK ? (Y/N)         |
  324.        --------------------------------------------------
  325.  
  326.  
  327.  
  328.                    5
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.   Step 3: If the keyboard check, part 2, test is desired, respond with
  336.       "N" to this prompt.  Otherwise, key in "Y".  The above part 1
  337.       test will be repeated.
  338.   * The program enters the part 2 test and displays the following
  339.     prompt:
  340.       ---------------------------------------------------
  341.       |  KEY-BOARD CHECK Part 2                |
  342.       |         PUSH KEY-IN !!                |
  343.       ---------------------------------------------------
  344.  
  345.     Step 4: Key in the same characters as randomly displayed, following
  346.         the above prompt.
  347.  
  348.     Step 5: To terminate the test, key in "break".  The program will
  349.         end the test leaving the following information message:
  350.       ---------------------------------------------------
  351.       |  KEY-BOARD CKECK Part 2 END !!            |
  352.       ---------------------------------------------------
  353.  
  354. (8) Analog Input Check
  355.     Step 1: Connect a DC voltage regulator (output voltage range should
  356.         be from 0v to +2.0v) and a dry-cell battery.  Use the cable
  357.         assembly P/N B778400201 acccording to the instructions in
  358.         section 2.5 - 3.
  359.     * The program displays the connected voltage at an accuracy of 0.02v.
  360.  
  361.     Step 2: When a DC voltage regulator is used, compare the displayed
  362.         value with the reading.  If a dry-cell battery is used,
  363.         measure and cmpare its voltage.
  364.  
  365. (9) Barcode Check
  366.     * The following is displayed:
  367.       ---------------------------------------------------
  368.       |  INPUT                        |
  369.       ---------------------------------------------------
  370.     Step 1: Read the barcde pattern using a reader.
  371.     * If the pattern and read data agree, "OK" appears on the LCD panel.
  372.  
  373. (10) Clock Check
  374.      * The following prompt appears:
  375.       ---------------------------------------------------
  376.       |  TIME SET ? (Y/N)                    |
  377.       ---------------------------------------------------
  378.      Step 1: If you would like to set the time, respond with "Y" to
  379.          this prompt; otherwise, key in "N".
  380.      *When "Y" is keyed in above, the time setting guide message is
  381.      displayed:
  382.       ----------------------------------------------------------
  383.       |  INPUT DATA  Year/ Month/ Day/ Hour: Minute: Sec/ Week |
  384.       |  Week Data Code                       |
  385.       |      Sun:00 Mon:01 Tue:02 Wed:03 Thu:04 Fri:05 Sat:06 |
  386.       ----------------------------------------------------------
  387.  
  388.     Step 2: Key in the date and time as follows:
  389.         year,month,day,week,day,hour,minute, and seconds.
  390.     * The set time should be updated every one second.
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.                    6
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404. 2.6 TEST PROGRAM MESSAGES
  405. The test program displays a message on the LCD panel when it terminates
  406. normally.  When any malfunction is found, a diagnostic code indicates
  407. the problem area.
  408. Major error messages are explained in the following:
  409.  
  410. (1) Return codes from slave CPU6303
  411.       ---------------------------------------------------
  412.       |  EPSP ERROR !!  XX                    |
  413.       ---------------------------------------------------
  414.     The slave CPU operation being performed when an error occurs is
  415.     indicated on the LCD panel as a one-byte "XX" return code.    The
  416.     following table lists all the available return codes and summarizes
  417.     their meanings.
  418.  
  419. Device     Code             Meaning
  420. ----------------------------------------------------------------------
  421.  SYS   |  00  |  Normal processing termination
  422.  SYS   |  01  |  Break ACK:
  423.        |      |    Indicates that a break took place.
  424.  SYS   |  02  |  Command error:
  425.        |      |    Indicates that a command has been input which is
  426.        |      |    not included in the defined system.
  427.  SYS   |  03  |  Communication error:
  428.        |      |    Indicates that a command is received when data
  429.        |      |    was to be received/sent or vise versa.
  430.  2CD   |  11  |  Illegal size:
  431.        |      |    Indicates that a screen-over occured which is
  432.        |      |    attributable to an illegal size specification.
  433.  2CD   |  12  |  An undefined graphic character was used.
  434.  2CD   |  13  |  An alphabetic character code was used. Or, an
  435.        |      |    attempt was made to define any other than that
  436.        |      |    for alphabetic character.
  437.  MCT   |  41  |  Head error:
  438.        |      |    Indicates that the head failed to operate normally.
  439.  MCT   |  42  |  The tape stopped during processing.
  440.  MCT   |  43  |  Write protect error:
  441.        |      |    An attempt was made to write a tape with no
  442.        |      |    write protect pin.
  443.  MCT   |  44  |  Data error:
  444.        |      |    Indicates that the data could not be determined
  445.        |      |    to be either 1 or 0 because the data pulse is
  446.        |      |    wider or narrower that the standard value.
  447.  MCT   |  45  |  CRC error.
  448.  MCT   |  46  |  Block mode error:
  449.        |      |    A block whose identifer is other that that
  450.        |      |    specified.
  451.  ESPS  |  61  |  A linkage failed.
  452.  ESPS  |  62  |  Communication error:
  453.        |      |    Overrun or framing error.
  454.  ESPS  |  63  |  Timer over.
  455.  BEEP  |  71  |  Beep already in progress:
  456.        |      |    Indicates that a BEEP or MELODY was attempted when
  457.        |      |    another BEEP or MELODY was already in progress.
  458. ----------------------------------------------------------------------
  459.  
  460.  
  461.  
  462.                    7
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469. (2) Ram error message:
  470.       ---------------------------------------------------
  471.       |  ERROR !! ADDRESS ****H                |
  472.       |           WRITE DATA  **H READ DATA  **H        |
  473.       ---------------------------------------------------
  474.     D-RAM compare error - Written and read-back data did not agree.
  475.  
  476.       ---------------------------------------------------
  477.       |  ERROR !!  BEFORE ADDRESS  ****H            |
  478.       |         SAVE DATA  ** READ DATA   **H        |
  479.       ---------------------------------------------------
  480.     D-RAM compare error - The RAM test was attempted on a program
  481.               area (including OS, TPA, and RAM files)
  482.               no read/write test is allowed.
  483.  
  484.       ---------------------------------------------------
  485.       |  VRAM ERROR ADDRESS  ****H                |
  486.       |          WRITE  **H READ  **H            |
  487.       ---------------------------------------------------
  488.     V-RAM compare error - Written and read-back data did not agree,
  489.  
  490. (3) RS-232C and Serial Interface error message
  491.       ---------------------------------------------------
  492.       |  RS232C CHECK TIME OUT !!                |
  493.       ---------------------------------------------------
  494.     RS-232C transmission/reception failure- DIR > DSR,
  495.        RTS > CTS > CD, TXD > RXD.
  496.  
  497.       ---------------------------------------------------
  498.       |  RS232C ERROR TRNSMIT  ****H RECIVE  ****H        |
  499.       ---------------------------------------------------
  500.     RS-232C transmitted/received data failed to agree.
  501.  
  502.       ---------------------------------------------------
  503.       |  ERROR CODE **                    |
  504.       ---------------------------------------------------
  505.     RS-232C error XX occured:  08-Parity error
  506.                    10-Overrun error
  507.                    20-Framing error
  508.  
  509.       ---------------------------------------------------
  510.       |  HIGH SPEED SERIAL I/O ERROR !!            |
  511.       |      TRANSMIT DATA  ****H RECIVE DATA  **** H  |
  512.       ---------------------------------------------------
  513.     Data transmitted/received via the serial interface failed to agree.
  514.  
  515. (5) MICROCASSETTE error messages
  516.       ---------------------------------------------------
  517.       |  MCMT INITIALIZE (READ ERROR) TIME UP !!        |
  518.       ---------------------------------------------------
  519.     Microcassette tape initialization failure - possibly a machanical
  520.     fault.
  521.  
  522.  
  523.  
  524.  
  525.                    8
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.       ---------------------------------------------------
  533.       |  MCMT WIND &F.F. TEST CHECK COUNT  ****        |
  534.       |             RESULT COUNT  ****        |
  535.       ---------------------------------------------------
  536.     Tape count (photo-reflector output) error during rewind/fast feed.
  537.  
  538.       ---------------------------------------------------
  539.       |  MCMT READ/WRITE CHECK HEAD ERROR  !!        |
  540.       ---------------------------------------------------
  541.     Read/write head loading/unloading failure.
  542.  
  543.       ---------------------------------------------------
  544.       |  MCMT READ/WRITE CHECK TAPE STOP ERROR  !!        |
  545.       ---------------------------------------------------
  546.     Tape feed failure during read/write - the reel stops rotating.
  547.  
  548.       ---------------------------------------------------
  549.       |  MCMT READ/WRITE CHECK ERROR  !!            |
  550.       |   RDC ERROR !! CORE  **                |
  551.       ---------------------------------------------------
  552.     Read/write error - possibly an abnormal tape feed speed or improper
  553.                read/write pulse width.
  554.  
  555.       ---------------------------------------------------
  556.       |  MCMT READ/WRITE CHECK READ ERROR  !!        |
  557.       |  READ  **      WRITE E5                |
  558.       |  BLOCK COUNT  ****    TO  ****            |
  559.       ---------------------------------------------------
  560.     Compare error - written and read-back data failed to agree.
  561.  
  562.       ---------------------------------------------------
  563.       |  THIS TAPE CAN'T WRITE                |
  564.       |    CHANGE ANOTHER TAPE  !!                |
  565.       ---------------------------------------------------
  566.     Write failure.
  567.  
  568.       ---------------------------------------------------
  569.       |  LET'S CHANGE THE MC-TAPE                |
  570.       ---------------------------------------------------
  571.     Read failure.
  572.  
  573.       ---------------------------------------------------
  574.       |  ONCE MORE KEY-IN !!                |
  575.       |  KEY-CODE ERROR  !!                 |
  576.       ---------------------------------------------------
  577.     Key entry code mismatch - a key code other than the specified one
  578.                   was input.  Up to five key entry retrials
  579.                   are allowed.
  580.  
  581. (6) Barcode error message
  582.       ---------------------------------------------------
  583.       |  FOUND  *****                    |
  584.       |  BARCODE ERROR CHECK ERROR                |
  585.       |  TRY ONCE MORE  !!                    |
  586.       ---------------------------------------------------
  587.     Barcode pattern read failure.
  588.  
  589.  
  590.  
  591.                    9
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598. 3. UNIT LEVEL TROUBLESHOOTING
  599. When trouble-shooting a faulty unit, first find the entry routine for
  600. that unit from the entry table.  In such a case where there are more
  601. that one symptom is observed and symptoms vary during the course of
  602. troubleshooting, make it a practice to enter troubleshooting procedures
  603. according to the symptom that occurred first.
  604.  
  605. Notes on using the flowcharts:
  606. 1) The troubleshooting flowcharts do not necessarily include all
  607.    information required for troubleshooting such as check modes,etc.
  608.    Thus, the flowchart context and trouble symptoms should be closely
  609.    examined.
  610. 2) I troubleshooting flowchart instructions lead you into a loop or
  611.    to the end of a procedure and the problem is not resolved, refer
  612.    to the schematic drawings or procedeed by troubleshooting according
  613.    to the following procedure.
  614.  
  615. Step 1: Replace the faulty unit with a good one and make sure that the
  616.     faulty unit is really malfunctioning.
  617. Step 2: If the problem is difficult to reproduce or occurs so briefly
  618.     that it is hard to examine the symptom, vary the supply voltage
  619.     according to the following instructions.
  620.     (a) Disconnect the battery from the battery connector CN2.
  621.     (b) Prepare a variable (0-10)DC voltage regulator and make sure
  622.         that the output is turnrd off.
  623.     (c) Connect the regulator to the CN2 connector in place of the
  624.         battery.
  625.     (d) Adjust the regulator output voltage to +5V.
  626.     (e) Turn the regulator output on.
  627.  
  628. After the above setup is completed, vary the regulator output in a range
  629. from 4.8V to 6.0V and examine the unit operation at each voltage level.
  630. If this voltage margin test is successful, maintain the voltage and
  631. proceed with troubleshooting, using the check-out procedure and
  632. troubleshootng flowchart.
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.                   10
  657.  
  658.  
  659.