1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-23 16:16:13 +01:00
CommandStation-EX/Release_Notes/momentum.md

24 lines
1.1 KiB
Markdown
Raw Normal View History

2024-07-23 16:40:36 +02:00
New Momentum feature notes:
The command station can apply momentum to throttle movements in the same way that a standards compliant DCC decoder can be set to do. This momentum can be defaulted system wide and overridden on individual locos. It does not use or alter the loco CV values and so it also works when driving DC locos.
The momentum is applied regardless of the throttle type used (or even EXRAIL).
Momentum is specified in mS / throttle_step.
2024-07-25 16:17:10 +02:00
There is a new command `<m cabid accelerating [brake]>`
where the brake value defaults to the accelerating value.
2024-07-23 16:40:36 +02:00
For example:
`<m 3 0>` sets loco 3 to no momentum.
`<m 3 21>` sets loco 3 to 21 mS/step.
2024-07-25 16:17:10 +02:00
`<m 3 21 42>` sets loco 3 to 21 mS/step accelerating and 42 mS/step when decelerating.
2024-07-23 16:40:36 +02:00
`<m 0 21>` sets the default momentum to 21mS/Step for all current and future locos that have not been specifically set.
`<m 3 -1>` sets loco 3 to track the default momentum value.
EXRAIL
2024-07-25 16:17:10 +02:00
A new macro `MOMENTUM(accel [, decel])` sets the momentum value of the current tasks loco ot the global default if loco=0.
2024-07-23 16:40:36 +02:00
2024-07-25 16:17:10 +02:00
Note: Setting Momentum 7,14,21 etc is similar in effect to setting a decoder CV03/CV04 to 1,2,3.
2024-07-23 16:40:36 +02:00