Define Track Modes at Startup
By default the Command station will start with:
Track A -
MAINTrack B -
PROG
The following lines can be added to myAutomation.h to define tracks as needed.
AUTOSTART
SET_TRACK(A,MAIN)
SET_TRACK(B,PROG)
SET_TRACK(C,MAIN)
SET_TRACK(D,MAIN)
POWEROFF
DONE
POWEROFF is the default.
POWERON will set MAIN tracks ON.
- Other track modes require the
SET_POWERcommand, for each track. Example: Set a track to DC
NOTE: The use of theSET_LOCOcommand for DC mode tracks.




