EX-CommandStation

Overview - types and options

Conductor Hat Propeller Beanie Engineer Hat

What is a turntable or traverser?

A turntable is a device that is used to rotate locomotives, primarily used in the steam era when locomotives could not reverse, and a mechanism was required to turn them around without requiring lengthy reversing loops.

A traverser on the other hand typically moves horizontally or vertically to align with different tracks. In the real world, traversers tend to move horizontally only, however it is not uncommon for vertical traversers in model railroading to transfer locomotives and even full trains between levels on a layout.

While turntables and traversers can be operated manually or electronically independent of your EX‑CommandStation, it is ideal to be able to control them the same way you can control turnouts/points, hence the introduction of this capability.

This section will focus on the types of turntables/traversers supported by EX‑CommandStation with the common hardware configurations required to support them, along with the available methods to control them.

EX‑CommandStation supports two types of turntables/traversers; DCC accessory types (such as the Walthers 90’ and 130’ motorised turntables) and our very own EX‑Turntable.

Note

While EX‑Turntable is New in version 5 , this section focuses on new functionality supporting turntables/traversers in the same manner as turnouts/points, by creating objects that can be advertised to and controlled by throttles in a similar way. This feature is not available in the current 'Production' version.

Turntable/traverser control options

Turntables or traversers can be controlled by your EX‑CommandStation via DCC-EX native commands or EX‑RAIL automation.

The Turntable object

In order for turntables/traversers to be controlled by any of these methods, they need to be defined as a turntable object first.

Once turntable objects are defined in your EX‑CommandStation, they will be advertised to throttles/controllers that support these.

Note that as this functionality is brand new, there are unlikely to be throttles that make use of these commands at this point in time, however we encourage throttle developers to take note and consider adding this functionality for the best user experience by incorporating all layout control into the same throttle device if practical.

Defining turntable objects

Turntable objects can be defined via the serial console using the native DCC-EX command <I ...>, or in your “myAutomation.h” file with the EX‑RAIL DCC_TURNTABLE() or EXTT_TURNTABLE() commands.

The recommended way to define turntable objects is to define these using the EX‑RAIL commands in “myAutomation.h”. This has the advantage that they will automatically be created each time you turn your EX‑CommandStation on, and can have human-friendly descriptions associated with them.

For information on using the <I ...> commands to define objects, refer to Turntables/Traversers (Configuring the EX-CommandStation).

For information on using the EX‑RAIL commands in “myAutomation.h” refer to the Turntable/Traverser Objects - Definition and Control.

Controlling turntables/traversers

As per defining the objects, turntables/traversers can also be controlled by both native DCC-EX commands and EX‑RAIL.

Refer to Turntables/Traversers for information pertaining to controlling these devices, as well as for what throttle developers can use to enable control of these from throttles.

For EX‑RAIL commands, refer to Turntable/Traverser Objects - Definition and Control.

DCC accessory turntables

Note

As the author of these pages and the new turntable functionality has no access to a DCC accessory turntable, operation of DCC accessory turntables is theoretical only and has not been tested. The operation has been defined referring to the instructions found online for operating a Walthers DCC turntable only.

Like any other DCC accessory device, turntables are typically connected to the DCC track signal, and configured according to the manufacturer’s instructions.

There is one important aspect to take into consideration with DCC accessory turntables: should a short circuit occur on the track, resulting in the EX‑CommandStation turning the track power off, any DCC accessories obtaining power and DCC commands from the track will not be able to be operated.

Also, as there is no feedback to the EX‑CommandStation from a DCC accessory turntable, you will not be able to use the WAITFORTT() command during EX‑RAIL automation, nor will a second broadcast be sent to tell throttles when a rotation or move has been completed.

EX-Turntable

Given EX‑Turntable is fully integrated into your EX‑CommandStation via its device driver, full control and automation is possible as the status of a turntable or traverser is known at all times, allowing EX‑RAIL automations to be sequenced along with turntable/traverser rotations and movements.

The existing EX‑Turntable documentation has been updated to reflect using both the original control methods, along with how to use the new turntable object to define and control turntables/traversers using it.

While it’s recommended to review the entire updated EX‑Turntable documentation inline with these changes, the important updates related to the new definition and control methods are on the Testing, Tuning, and Control page.

Read on for more…

Continue on to the next pages to understand the methods to define and control these types of turntables/traversers…