From 60c62f6fe7137acf789720f5973bc014b3ac4036 Mon Sep 17 00:00:00 2001 From: Asbelos Date: Thu, 25 Jul 2024 15:17:10 +0100 Subject: [PATCH] notes only --- Release_Notes/momentum.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Release_Notes/momentum.md b/Release_Notes/momentum.md index ac5f2801..f5e03c87 100644 --- a/Release_Notes/momentum.md +++ b/Release_Notes/momentum.md @@ -5,16 +5,19 @@ The momentum is applied regardless of the throttle type used (or even EXRAIL). Momentum is specified in mS / throttle_step. -There is a new command `` +There is a new command `` +where the brake value defaults to the accelerating value. For example: `` sets loco 3 to no momentum. `` sets loco 3 to 21 mS/step. +`` sets loco 3 to 21 mS/step accelerating and 42 mS/step when decelerating. + `` sets the default momentum to 21mS/Step for all current and future locos that have not been specifically set. `` sets loco 3 to track the default momentum value. EXRAIL - A new macro `MOMENTUM(mSecPerStep)` sets the momentum value of the current tasks loco. + A new macro `MOMENTUM(accel [, decel])` sets the momentum value of the current tasks loco ot the global default if loco=0. -Note: Setting Momentum 7,14,21 etc is similar in effect to setting a decoder CV03 to 1,2,3. At present the same momentum value is used for acceleration and deceleration. The `` command may be extended in future to separate these values. +Note: Setting Momentum 7,14,21 etc is similar in effect to setting a decoder CV03/CV04 to 1,2,3.