RE: Video's on working with Traincontroller

#51 von RudyB , 24.12.2017 15:50

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 from a drop down list. The new Switchboard Windows work exactly the same ... you can create multiple switchboards and you can create one or more switchboard windows, each of which will show the switchboard you select from a drop down list.

The video shows how to:
- create multiple switchboards
- rename switchboards
- open and close switchboard windows
- delete a switchboard for ever

Link to the video




...


Youtube channel on Model Railway, Traincontroller, Arduino and more


RudyB  
RudyB
InterRegioExpress (IRE)
Beiträge: 268
Registriert am: 20.09.2014
Homepage: Link
Gleise Peco 75
Spurweite H0
Steuerung TrainController
Stromart Digital


RE: Video's on working with Traincontroller

#52 von RudyB , 30.12.2017 16:04

In TC9 we can use HTML (Hyper Text Markup Language) 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 to experiment and to learn with the help of this wonderful website w3schools.

If you prefer to use a code editor ... notepad++ is free and it is a very nice one.

Link to the video




...


Youtube channel on Model Railway, Traincontroller, Arduino and more


RudyB  
RudyB
InterRegioExpress (IRE)
Beiträge: 268
Registriert am: 20.09.2014
Homepage: Link
Gleise Peco 75
Spurweite H0
Steuerung TrainController
Stromart Digital


RE: Video's on working with Traincontroller

#53 von RudyB , 02.01.2018 12:13

Variables are one of 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 flow of Operations and we can add them to Text Fields to display their contents.

This video shows how we can use a numerical variable to create a counter. Three things are needed to get this working:
1: Create a variable of the type numerical.
2: Increment / decrement the value of the variable in the Operations Tab of an item on the switchboard.
3: Display the contents of the variable in a text field.

Link to the video.





Youtube channel on Model Railway, Traincontroller, Arduino and more


RudyB  
RudyB
InterRegioExpress (IRE)
Beiträge: 268
Registriert am: 20.09.2014
Homepage: Link
Gleise Peco 75
Spurweite H0
Steuerung TrainController
Stromart Digital


RE: Video's on working with Traincontroller

#54 von RudyB , 16.01.2018 16:03

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 for free lcd font and you'll find plenty. Download one that you like and install it. You'll then be able to select it via the font selector in the TC9 text element.

Next we have to create some HTML code. The video shows how. The tags and styles are rather self explaining once you know the syntax, which is easily found on w3schools.

Link to the video.


Youtube channel on Model Railway, Traincontroller, Arduino and more


RudyB  
RudyB
InterRegioExpress (IRE)
Beiträge: 268
Registriert am: 20.09.2014
Homepage: Link
Gleise Peco 75
Spurweite H0
Steuerung TrainController
Stromart Digital


RE: Video's on working with Traincontroller

#55 von RudyB , 23.01.2018 16:42

Text in a text field can be dynamically updated, triggered by events that take place somewhere on the layout. We use a text-variable to accomplish this.

1. Create a global variable: Menu Windows > Explorer Window > Variables > right click > New Object > Variable
2. Create a text field on the switchboard and add the variable to it: type %V … TC will add [?]. Double click %V[?] and select the variable you want to display from the list.
3. In any element that can contain Operations (push button, switch, flagman, sensor, signal, schedule start or –finish) add: Control Flow Operations > Access to Variable > change > select your variable > =(Assignment) > type the text you want to display.

TRAIN NAMES
If we’d want to display a train name, we can not use the train names that were given when the trains were created, these can not be accessed or be allocated to a variable. The video shows 2 options how we can work around this.

Link to the video.





Youtube channel on Model Railway, Traincontroller, Arduino and more


RudyB  
RudyB
InterRegioExpress (IRE)
Beiträge: 268
Registriert am: 20.09.2014
Homepage: Link
Gleise Peco 75
Spurweite H0
Steuerung TrainController
Stromart Digital


RE: Video's on working with Traincontroller

#56 von Quox , 30.01.2018 10:36

Hi Rudy, you are the best.

I just only learn TC from your youtube channel because i hate learning from a manual.
Your englich ist clear understandable .

"This is convenient, this is what I like "

Peter


Märklin C- Gleis,H0,AC,
ESU Ecos 50210,
Switchpilot, Digital TC 9 G ,
https://www.youtube.com/watch?v=RE8_eyIA-R0


 
Quox
InterCity (IC)
Beiträge: 765
Registriert am: 01.02.2012
Homepage: Link
Ort: Frankfurt / M
Gleise C Gleis
Spurweite H0
Steuerung ESU Ecos 50210
Stromart AC


RE: Video's on working with Traincontroller

#57 von RudyB , 08.02.2018 13:26

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 element is used to control e.g. garage doors when combined with a DCC servo decoder. The element is placed on a route. It switches open automatic as soon as the route becomes active and closes again when the route is released.

C: Crossing gates. These elements are used to create a road crossing with automatic beams. The element is placed on a route. It can be dragged / enlarged to span multiple parallel tracks. The beams close fully automatic as soon as the route becomes active. They open again when all the tracks between the gates are free.

The control of the elements can further be enhanced by conditions or by operations inside other elements.

Link to the video



Youtube channel on Model Railway, Traincontroller, Arduino and more


RudyB  
RudyB
InterRegioExpress (IRE)
Beiträge: 268
Registriert am: 20.09.2014
Homepage: Link
Gleise Peco 75
Spurweite H0
Steuerung TrainController
Stromart Digital


RE: Video's on working with Traincontroller

#58 von RudyB , 01.03.2018 12:27

Traincontroller 52 – New Engine Functions: Operations List & Short Distance Move

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 it is possible to not only add decoder functions … also a list of operations can be created that will execute once the function button is pressed. The operations are similar to the ones we can use in the Operations tab of elements like switches, signals, flagman, etc.

One of the many possibilities this new option gives us is to play a sound that is stored on our computer. This way a sound decoder can be simulated, as far as horns and whistles and speaker messages are concerned.

Another new option in TC 9 is a Train Operation called Short Distance Move. With this operation a number of cm / inches can be specified and when activated the train will drive that distance at crawl speed. This can be handy for instance to move an engine just enough to couple onto wagons, or to move to a decoupler position on the track.


Link to the video.



Youtube channel on Model Railway, Traincontroller, Arduino and more


RudyB  
RudyB
InterRegioExpress (IRE)
Beiträge: 268
Registriert am: 20.09.2014
Homepage: Link
Gleise Peco 75
Spurweite H0
Steuerung TrainController
Stromart Digital


RE: Video's on working with Traincontroller

#59 von RudyB , 31.03.2018 14:41

TC9 has this new option to use a third party speed measurement device to do the measurements during the engine speed calibration process.

This way the time it takes to profile an engine is dramatically reduced. And besides that ... it is also fun.

If you do not own a speed measurement device, and if you do not intend to buy one ... it is rather easy to build your own. Instructions are included. Parts needed are just around € 6,-.

Follow this link to see the video and for a step by step instruction how you can build your own speed measurement device.




...


Youtube channel on Model Railway, Traincontroller, Arduino and more


RudyB  
RudyB
InterRegioExpress (IRE)
Beiträge: 268
Registriert am: 20.09.2014
Homepage: Link
Gleise Peco 75
Spurweite H0
Steuerung TrainController
Stromart Digital


RE: Video's on working with Traincontroller

#60 von Emma 73 , 01.04.2018 10:30

Hi Ruud,

I have to say „Thank you very much“ for your awesome videos. You did a great job! I have learned in your videos “How is thinking of Traincontroller” and lot of other little nice things. You show us “step by step” all secrets of this good software. I can follow you each time in your shows! Your English is better than mine but you speak perfect clear and well. So, I think everybody who’s speaks a little bit English can learn so much in your videos. Please make more brilliant videos again.

Dank je wel!


Emma
__________________________
Märklin C-Gleis, CS3+ und 2x MS1, Epoche 5-6
Mein 1. Versuch: Bitte sucht Emma's erste Anlage
Schönsilvia: viewtopic.php?f=64&t=135279
Mein YouTube Kanal:Emma 73


 
Emma 73
InterCity (IC)
Beiträge: 589
Registriert am: 06.01.2009
Gleise C-Gleis
Spurweite H0
Steuerung CS3+ und Computer TC 9.0
Stromart AC


RE: Video's on working with Traincontroller

#61 von RudyB , 07.04.2018 09:40

Tanks for your friendly words Emma, it's appreciated. I had a peek at your layout ... wow, that's what I call a project! Rudy.


Youtube channel on Model Railway, Traincontroller, Arduino and more


RudyB  
RudyB
InterRegioExpress (IRE)
Beiträge: 268
Registriert am: 20.09.2014
Homepage: Link
Gleise Peco 75
Spurweite H0
Steuerung TrainController
Stromart Digital


RE: Video's on working with Traincontroller

#62 von RudyB , 24.04.2018 12:27

Traincontroller 9 has the option to work with Stations. A Station is a collection of blocks that we allocate to it. Once Stations are defined several new options are available. The video shows three:
- A local Spontaneous-Run: the train will never run further away than one block from the station.
- Autotrain-by-Drag-and-Drop now has Station Icons: a random train will leave from the Departure Station and will drive to a random lane in the Destination Station.
- The number of trains in the Station is available for use in a Variable.

There is more that can be done, please refer to the chapter about Stations in the Traincontroller 9 User Manual.

Link to the video.





Youtube channel on Model Railway, Traincontroller, Arduino and more


RudyB  
RudyB
InterRegioExpress (IRE)
Beiträge: 268
Registriert am: 20.09.2014
Homepage: Link
Gleise Peco 75
Spurweite H0
Steuerung TrainController
Stromart Digital


   


  • Ähnliche Themen
    Antworten
    Zugriffe
    Letzter Beitrag
Xobor Einfach ein eigenes Forum erstellen
Datenschutz