DCC-EX / EX-Turntable

Turntable-EX is a new feature to control a stepper motor based turntable from DCC++ EX
GNU General Public License v3.0
6 stars 5 forks source link

To do: Add TT or similar macro to EX-RAIL #9

Closed peteGSX closed 2 years ago

peteGSX commented 2 years ago

Having the turntable driven via the SERVO macro in EX-RAIL is ok, but it really should have a specific command set to remove confusion for end users, and to enable future extensions.

Something like MOVETT(Vpin, steps, activity).

This also requires a debug command for tuning positions and general testing such as <D TT vpin steps activity>.

peteGSX commented 2 years ago

MOVETT macro added and tested successfully, however still need <D TT> or similar for testing.

peteGSX commented 2 years ago

This branch is for this enhancement: https://github.com/DCC-EX/CommandStation-EX/tree/add-turntable-controller

This has actually been completed and there is now the <D TT vpin steps activity> command available.