home *** CD-ROM | disk | FTP | other *** search
- ╔══════════════════════════════════════════════════════════════════════════════╗
- ║ Testprogramm ║
- ║ ║
- ║ Die Schalter 1 bis 8 (Kabel a bis h) schalten die Ausgänge (Lampen ║
- ║ x1 bis x8) (Kabel A bis H) ein/aus. ║
- ║ ║
- ║ Dieses Programm kann benutzt werden, um ein angeschlossenes ║
- ║ Interface zu testen. ║
- ║ ║
- ║ ║
- ║ ║
- ║ ║
- ║ ║
- ║ ║
- ║ ║
- ║ ║
- ║ ║
- ║ ║
- ║ ║
- ║ ║
- ║ ║
- ║ ║
- ╚══════════════════════════════════════════════════════════════════════════════╝
-
- Eingabe Verarbeitung Ausgabe
- Schalter Relais
- ──────────────────────────────────────────────────────────────────────────────
- a b c d e f g h
- 0/1
- a∙─┬─∙∙ ∙∙─┬─∙∙ ∙∙─┬─∙∙ ∙∙─┬─∙∙ ∙──┐
- 1 ═░═══ ∙ ∙∙─┘ A∙ ∙∙─┘ ∙∙ ∙∙─┘ ∙∙ ∙∙─┘ ∙∙ A──x1
- b∙─┬─∙∙ ∙∙─┬─∙∙ ∙∙─┬─∙∙ ∙∙─┬─∙∙ ∙──┐
- 2 ═░═══ ∙ ∙∙─┘ B∙ ∙∙─┘ ∙∙ ∙∙─┘ ∙∙ ∙∙─┘ ∙∙ B──x2
- c∙─┬─∙∙ ∙∙─┬─∙∙ ∙∙─┬─∙∙ ∙∙─┬─∙∙ ∙──┐
- 3 ═░═══ ∙ ∙∙─┘ C∙ ∙∙─┘ ∙∙ ∙∙─┘ ∙∙ ∙∙─┘ ∙∙ C──x3
- d∙─┬─∙∙ ∙∙─┬─∙∙ ∙∙─┬─∙∙ ∙∙─┬─∙∙ ∙──┐
- 4 ═░═══ ∙ ∙∙─┘ D∙ ∙∙─┘ ∙∙ ∙∙─┘ ∙∙ ∙∙─┘ ∙∙ D──x4
- e∙─┬─∙∙ ∙∙─┬─∙∙ ∙∙─┬─∙∙ ∙∙─┬─∙∙ ∙──┐
- 5 ═░═══ ∙ ∙∙─┘ E∙ ∙∙─┘ ∙∙ ∙∙─┘ ∙∙ ∙∙─┘ ∙∙ E──x5
- f∙─┬─∙∙ ∙∙─┬─∙∙ ∙∙─┬─∙∙ ∙∙─┬─∙∙ ∙──┐
- 6 ═░═══ ∙ ∙∙─┘ F∙ ∙∙─┘ ∙∙ ∙∙─┘ ∙∙ ∙∙─┘ ∙∙ F──x6
- g∙─┬─∙∙ ∙∙─┬─∙∙ ∙∙─┬─∙∙ ∙∙─┬─∙∙ ∙──┐
- 7 ═░═══ ∙ ∙∙─┘ G∙ ∙∙─┘ ∙∙ ∙∙─┘ ∙∙ ∙∙─┘ ∙∙ G──x7
- h∙─┬─∙∙ ∙∙─┬─∙∙ ∙∙─┬─∙∙ ∙∙─┬─∙∙ ∙──┐
- 8 ═░═══ ∙ ∙∙─┘ H∙ ∙∙─┘ ∙∙ ∙∙─┘ ∙∙ ∙∙─┘ ∙∙ H──x8
-