In the ‘Functions’ tab of the properties window of an engine we can define the functions that the digital decoder that is built into the engine supports. Often these are things like headlight, cabin light, shunt speed, or, in case of a sound decoder also several sounds that can be triggered independently. With TC 9 … Continue reading
Version 9 has a few new switchboard items available: A: The space saving crossover. Formerly, to enable trains to switch between two parallel tracks, it took 4 junctions. With the new ‘crossover’ track elements it takes half the space. Each crossover has 2 decoder addresses to control the 2 turnouts inside it. B: Gates. This … Continue reading
Text in a text field on the switchboard can dynamically be updated, triggered by events that take place somewhere on the layout. We use a text-variable to accomplish this. Create a global variable: Menu Windows > Explorer Window > Variables > right click > New Object > Variable Create a text field on the … Continue reading
Since it is possible in TC9 to use HTML code inside text elements we can simulate all kinds of graphics using ‘style’ commands. Let’s see how we can turn the counter we made in the previous video into something that looks like an LCD display. First we’ll need an LCD type of font. Just Google … Continue reading
Variables are one the great additions to TC 9. A variable is a named memory location where we can store information, like a text or a number. We can access and change the contents of a variable via any item on our switchboard that has an Operations tab. We can use variables to change the … Continue reading
In TC9 we can use HTML (Hyper Text Markup Language) code inside text fields. This makes that we can use styling, like different font sizes, (background) colors, borders and more, in one and the same text field. HTML is the language that is used on the WWW to render web pages. Luckily it is easy … Continue reading
In TC9 Switchboard Windows are introduced. Unfortunately they have given some confusion. It may help when you think of switchboards and switchboard windows in a similar way as engines and engine windows. You can create multiple engines and you can create one or more engine windows, each of which will show the engine you select … Continue reading
September 2017 version 9 of Traincontroller was released. Besides a new purchase, an upgrade is also available to existing users. The software and user manual can be downloaded here to try it out yourself. Follow this link for a summary of what’s new. This 78 pages document has a more in depth description of the … Continue reading