Externes Stellpult mit TC/en: Unterschied zwischen den Versionen

Aus RailRoad&Co.-Wiki
Zur Navigation springenZur Suche springen
Die Seite wurde neu angelegt: „=== Hardware Control Panel ===“
Die Seite wurde neu angelegt: „I built an external control panel, meaning a control panel with "real" buttons and LEDs. The hardware control panel has no logic of its own. Instead, the button positions are read via TrainController, processed in TC, the corresponding functions are executed, and finally the indicator LEDs are controlled.“
Zeile 17: Zeile 17:
=== Hardware Control Panel ===
=== Hardware Control Panel ===


<div lang="de" dir="ltr" class="mw-content-ltr">
I built an external control panel, meaning a control panel with "real" buttons and LEDs. The hardware control panel has no logic of its own. Instead, the button positions are read via TrainController, processed in TC, the corresponding functions are executed, and finally the indicator LEDs are controlled.
Ein externes Stellpult habe ich zusammengebaut, also ein Stellpult mit „echten“ Tastern und LEDs. Das Hardware-Stellpult hat keine eigene Logik. Sondern über den TrainController werden die Tastenstellungen eingelesen, in TC verarbeitet, die entsprechenden Funktionen ausgeführt und schließlich die Anzeige-LEDs angesteuert.
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
<div lang="de" dir="ltr" class="mw-content-ltr">

Version vom 29. März 2026, 07:57 Uhr

Verwendung
thumbs


External control panel with TrainController

Control panel with buttons

How can I connect an external control panel with buttons and switches to TrainController?

Datei:Stellpult extern.png
Fig.: Control panel

Hardware Control Panel

I built an external control panel, meaning a control panel with "real" buttons and LEDs. The hardware control panel has no logic of its own. Instead, the button positions are read via TrainController, processed in TC, the corresponding functions are executed, and finally the indicator LEDs are controlled.

Dazu hat Johannes Buerglin eine Anleitung als PDF bereitgestellt: Externes_Stellpult_mit_TC.pdf

Tasteneinlesemodule

Zum Einlesen der Taster (oder Schalter) verwende ich Tasteneinlesemodule. Die Module geben die Tasteninformation auf den Rückmeldebus (bei Sx = Datenbus).

Meine Module (Sx, Firma Stärz, TEM 2 bzw. TEM 2Z [Tasteneinlesemodule]) haben u.a. zwei Betriebsarten:

  • Im ersten Fall ist das Datenbit eingeschaltet solange der Taster gedrückt wird, danach wird es wieder ausgeschaltet.
  • Im zweiten Modus wird das Datenbit mit jedem Tasterdruck umgeschaltet. Diesen Modus habe ich z.B. bei den Weichen verwendet, wenn nur ein Taster benutzt wird – mit dem eben die Weichenstellung umgeschaltet wird.


-- Uslex (Diskussion) 15:00, 18. Apr. 2021‎
bearbeitet: Uslex (Diskussion) 11:42, 16. Jul. 2022 (CEST), Uslex (Diskussion) 14:18, 6. Dez. 2025 (UTC)