home *** CD-ROM | disk | FTP | other *** search
/ Knowledge & Learning / WISS_LERN.iso / doslern / computer / masur / test < prev    next >
Encoding:
Text File  |  1994-09-02  |  3.6 KB  |  46 lines

  1. ╔══════════════════════════════════════════════════════════════════════════════╗
  2. ║ Testprogramm                                                                 ║
  3. ║                                                                              ║
  4. ║ Die Schalter 1 bis 8 (Kabel a bis h) schalten die Ausgänge (Lampen           ║
  5. ║ x1 bis x8) (Kabel A bis H) ein/aus.                                          ║
  6. ║                                                                              ║
  7. ║ Dieses Programm kann benutzt werden, um ein angeschlossenes                  ║
  8. ║ Interface zu testen.                                                         ║
  9. ║                                                                              ║
  10. ║                                                                              ║
  11. ║                                                                              ║
  12. ║                                                                              ║
  13. ║                                                                              ║
  14. ║                                                                              ║
  15. ║                                                                              ║
  16. ║                                                                              ║
  17. ║                                                                              ║
  18. ║                                                                              ║
  19. ║                                                                              ║
  20. ║                                                                              ║
  21. ║                                                                              ║
  22. ║                                                                              ║
  23. ╚══════════════════════════════════════════════════════════════════════════════╝
  24.                                                                                 
  25.              Eingabe           Verarbeitung                      Ausgabe        
  26.          Schalter Relais                                                        
  27.  ────────────────────────────────────────────────────────────────────────────── 
  28.                         a   b     c   d     e   f     g   h                     
  29.              0/1                                                                
  30.                        a∙─┬─∙∙   ∙∙─┬─∙∙   ∙∙─┬─∙∙   ∙∙─┬─∙∙    ∙──┐            
  31.           1 ═░═══  ∙   ∙∙─┘ A∙   ∙∙─┘ ∙∙   ∙∙─┘ ∙∙   ∙∙─┘ ∙∙    A──x1           
  32.                        b∙─┬─∙∙   ∙∙─┬─∙∙   ∙∙─┬─∙∙   ∙∙─┬─∙∙    ∙──┐            
  33.           2 ═░═══  ∙   ∙∙─┘ B∙   ∙∙─┘ ∙∙   ∙∙─┘ ∙∙   ∙∙─┘ ∙∙    B──x2           
  34.                        c∙─┬─∙∙   ∙∙─┬─∙∙   ∙∙─┬─∙∙   ∙∙─┬─∙∙    ∙──┐            
  35.           3 ═░═══  ∙   ∙∙─┘ C∙   ∙∙─┘ ∙∙   ∙∙─┘ ∙∙   ∙∙─┘ ∙∙    C──x3           
  36.                        d∙─┬─∙∙   ∙∙─┬─∙∙   ∙∙─┬─∙∙   ∙∙─┬─∙∙    ∙──┐            
  37.           4 ═░═══  ∙   ∙∙─┘ D∙   ∙∙─┘ ∙∙   ∙∙─┘ ∙∙   ∙∙─┘ ∙∙    D──x4           
  38.                        e∙─┬─∙∙   ∙∙─┬─∙∙   ∙∙─┬─∙∙   ∙∙─┬─∙∙    ∙──┐            
  39.           5 ═░═══  ∙   ∙∙─┘ E∙   ∙∙─┘ ∙∙   ∙∙─┘ ∙∙   ∙∙─┘ ∙∙    E──x5           
  40.                        f∙─┬─∙∙   ∙∙─┬─∙∙   ∙∙─┬─∙∙   ∙∙─┬─∙∙    ∙──┐            
  41.           6 ═░═══  ∙   ∙∙─┘ F∙   ∙∙─┘ ∙∙   ∙∙─┘ ∙∙   ∙∙─┘ ∙∙    F──x6           
  42.                        g∙─┬─∙∙   ∙∙─┬─∙∙   ∙∙─┬─∙∙   ∙∙─┬─∙∙    ∙──┐            
  43.           7 ═░═══  ∙   ∙∙─┘ G∙   ∙∙─┘ ∙∙   ∙∙─┘ ∙∙   ∙∙─┘ ∙∙    G──x7           
  44.                        h∙─┬─∙∙   ∙∙─┬─∙∙   ∙∙─┬─∙∙   ∙∙─┬─∙∙    ∙──┐            
  45.           8 ═░═══  ∙   ∙∙─┘ H∙   ∙∙─┘ ∙∙   ∙∙─┘ ∙∙   ∙∙─┘ ∙∙    H──x8           
  46.