External control panel with TC

Aus RailRoad&Co.-Wiki
Version vom 29. März 2026, 08:00 Uhr von Uslex (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Weblinks ==“)
Zur Navigation springenZur Suche springen
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.

Johannes Buerglin has provided instructions as a PDF: External control panel with_TC.pdf

Keypad Reader Modules

I use button (or switch) reading modules to read the button presses (or switches). These modules send the button information to the feedback bus (in the case of Sx = data bus).

My modules (Sx, Stärz company, TEM 2 or TEM 2Z [button input modules]) have, among other things, two operating modes:

  • In the first case, the data bit is activated as long as the button is pressed, then it is deactivated again.
  • In the second mode, the data bit is toggled with each button press. I used this mode, for example, with turnouts when only one button is used – the one that switches the turnout position.


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