Kato FEF3 Sound Decoder?

Randy Clark Nov 6, 2018

  1. Randy Clark

    Randy Clark TrainBoard Member

    240
    81
    11
    I know we have a few excellent sound decoder installations done by members on Trainboard and I need to know if Soundtrax has a good sound decoder with acceptable motor control for the cordless motor.

    I have 1FEF with Tsunami with terrible motor control but great sound quality done by me right after the 1st Kato release, 1with Loksound from Kato Kobo shops that`s pretty good but lurches under heavy load and weaker that Tsunami sound output, and one with 1st gen TCS non-sound decoder.

    It seems like Tsunami is easier set the CVs for me anyway. Don`t have Loksound programming tools/software.

    Oh please greast swami's enlighten me. PLEASE!
     
  2. gatrhumpy

    gatrhumpy TrainBoard Member

    735
    131
    20
    Go with ESU LokSound. Best combination of motor control and sound.
     
    wgw likes this.
  3. RBrodzinsky

    RBrodzinsky November 18, 2022 Staff Member TrainBoard Supporter In Memoriam

    5,685
    2,786
    98
    Second the use of ESU.

    If you are having "lurching" issues under load, my guess is that BEMF hasn't been properly tuned. Clear about 6 feet of level track. Turn off all functions on the decoder (no sound, no lights, etc). Then, using Programming on Main, set CV54=0. Exit PoM and turn on F1. The loco should shoot forward 3-4 feet, then stop with the bell on. The BEMF is now calibrated. You may also want to lower CV56 from its default of 255 to something around 60.
     
    gatrhumpy likes this.
  4. Pieter

    Pieter TrainBoard Member

    152
    46
    10
    JMRI's DecoderPro have you covered for ESU. All the settings is there spread over various tabs. You can down load ESU programming s/w and have a look at some of their presets which you then can carry over to JMRI.
     
  5. gatrhumpy

    gatrhumpy TrainBoard Member

    735
    131
    20
    Rick knows what he's talking about. :D
     
  6. COverton

    COverton TrainBoard Supporter

    1,939
    179
    36
    You could also follow these detailed instructions and keep your Tsunami and the sounds that you like: [Take a deep breath, then browse through this to get a sense of what it entails. I actually did this with a BLI Class J 4-8-4 that was a bit noddy at low speeds. When I was done with the four or five steps actually involved here (despite the wordy description), I had a J that is as smooth as silk, and there's not a word of a lie in that claim.

    Tsunami PID/BEMF CV Tuning Concepts

    I spent quite some time on the phone with Soundtraxx today. The following is a write up of what I was told. It includes knowledge I have gained recently in researching the PID process in general and the Tsunami decoders in particular. A PID controller is a well-known method of doing “process control”. In our case the “process” is the speed of our Tsunami equipped locomotives. And the task we are working towards is producing a process/procedure that will allow the user to find/discover the best/correct settings for their particular locomotive that will give them the performance they want.

    It is also important to understand that the values for a particular locomotive – make and model and scale – may not work for other locomotive … and may not even work for a ‘sister’ locomotive (one that was produced in the same run of the same make and model). And when we are talking about this kind of thing there is an assumption that the decoders are also the same make and model. Yes, certainly if you have two sister locos and you have one of them running the way you like it then you should try the same settings (CVs) for this new one … and at least use them as a starting point. But don’t be surprised if you find you have to change one or more CV values – nor even if the settings for one are significantly different from those that ‘work’ in the other one.

    One of the most important aspects of a PID controller is the idea that it is not expected to achieve the “perfect” value on the first pass. It is an iterative process and will reach the targer (in our case target speed) after several successive corrections. And, precisely due to this iterative nature – the formula that is a PID controller uses the history of the past corrections … in addition to the current measurements (in our case the BEMF value that is read during the “off” segments of the PWM. The idea is to “home in” on the correct value for the PWM – and then to keep adjusting the PWM in very tiny adjustments … all with the goal of having the motor turn at a constant RPM for a given speed setting. And also with the goal of changing from any current speed step to a new speed step … smoothly (a nice steady increase or decrease in speed that results in the operator seeing his train moving in a manner that approximates what happens on a real train.



    1. CV 209 is the Kp in the PID. It should usually be a low number (25 and below). Kp is the ‘current error’ value. Think of it as the ‘base value’ (size) of the error (difference between the target and the actual). But the value of CV209 is a range from 1 to 255 – so what CV 209 really represents is a “percentage” of the Kp that will be used.

    2. CV 210 is the Ki in the PID. It should usually be a low number – and it will usually be a lower number than 209. Ki is the integral error value – that is to say that it is the sum of the past few changes (corrections). Think of it as an ‘adjustment’ to the Kp – based upon what has happened the past few times the PID value has been computed. Again the value of CV210 is not the actual value of the Ki but rather it is the percentage of the computed Ki that will be used to form the actual correction (final PID output calculation) to the PWM.

    3. There is a “D” in the Tsunami PID controller. It is not “externalized” and Soundtraxx does not think that we, the users, should be messing with the “D” in the PID formula. The Kd in the PID calculation represents the rate of change, over time, of the PID calculation. Think of it as the slope of the curve of the error. The value for the “D” works the same way as the values for 209 and 210 … it is also a range/percent.

    4. Turn off all momentum (CVs 3 and 4) before starting. It is probably even a good idea to just do a decoder reset.

    5. It is highly unlikely that you will be successful in tuning the motor performance CVs correctly – if the locomotive wheels or the test track are not clean. Always start all such procedures with cleaning the wheels and track!

    6. Use 128 speed step mode for all tuning (and running?). It is very hard for the PID controller to do its job – to provide smooth changes of speed and relatively constant RPM when the speed isn’t changing – if you only provide it with 28 steps (because each individual value represents a much larger percentage of the range of the throttle (think PWM).

    7. CV 212 is the “intensity” of the PID calculation that will be used. Think of the PID calculation as a number. That number is actually a ‘correction’ for an error (the result of the PID calculation). If the value of 212 is 255 then 100% of that correction will be used. If the value of 212 is 128 then 50% of the correction will be used. An example will help. Let’s say that the target speed is 100, the current speed is 90. So the “error” is –10. And the PID calculation (for simplicity of this example of how 212 works) is +10. Sooooo, if 212 has a value of 128 then the PID correction, this time around, would be +5. As the value of 212 is reduced the number of iterations of the PID correction process that are required to reach a given target from a given start/error point will take longer and longer. Truly low values of 212 can produce a loco that is very ‘sluggish’ in terms of throttle response.

    8. CV 213 is the specification of how often a BEMF measurement is taken. It is a frequency in a number of milliseconds – if the value in 213 is 23 then it takes a measurement every 23 milliseconds. Let’s use an example from real life … this is “how often does the nurse take your temperature?”.

    9. CV 214 is the duration of the BEMF ‘window’ (it is NOT the “D” in PID). It is how long the window is open. This is the “how long does the nurse leave the thermometer under your tongue?”.

    10. If you set the BEMF cut off level (CV 10) to a small value then the PID controller will be ‘in use’ over less of the entire speed range. This is, in general, a good thing. Values between 20 and 40 are recommended.

    11. What does “starts moving” mean? Many of the tuning procedures ask you to do something until the locomotive start to move. There are 3 kinds of ‘movement’. There is the first little bit of movement – it may even be a little lurch – but the loco does not move continuously and will spend more time stopped than moving. The second phase is where the loco is moving but it may not be at a steady rate and it may not be “smooth”. This is not “tie crawling” speed. The third phase is where the loco is definitely moving and is well above “tie crawling”. You would still call it ‘slow’ but you wouldn’t call it very slow. For most PID tuning procedures when it says “until it starts moving” we are talking about the 2nd phase.

    12. Locomotives should be tuned “light” (no train cars behind them). You need to know that the loco will perform well on its own. A loco with a train behind it may require more throttle in order to move at the same speed as it does light – and that’s a good thing and is a better simulation of an actual locomotive (and will sound better).

    This is all I’m going to write up at this time. I intend to use this information in order to develop a procedure (or small set of procedures) that will allow you to find the best settings for the motor performance CVs - 209, 210, 212, 213, and 214 primarily … but also the BEMF cutoff, the momentum, and the trim CVs.

    - Jim Betz (14 June 2010)
     
  7. DCESharkman

    DCESharkman TrainBoard Member

    4,408
    3,103
    87
    ....It is also important to understand that the values for a particular locomotive – make and model and scale – may not work for other locomotive … and may not even work for a ‘sister’ locomotive (one that was produced in the same run of the same make and model). And when we are talking about this kind of thing there is an assumption that the decoders are also the same make and model. Yes, certainly if you have two sister locos and you have one of them running the way you like it then you should try the same settings (CVs) for this new one … and at least use them as a starting point. But don’t be surprised if you find you have to change one or more CV values – nor even if the settings for one are significantly different from those that ‘work’ in the other one....

    This is so true! That is why I adopted the use of template files in JMRI, so that all my locomotives in the same models/class would get the exact same program. All that was left was the setting of the TRIM CV variables to lock them in. This was started using Digitrax decoders and SoundTraxx decoders because they offered bi-directional trim settings. I have since moved on to ESU LokSound and to Zimo motion detectors. And now that ESU is making board replacement decoders, may make one last change to them.
     
  8. Randy Clark

    Randy Clark TrainBoard Member

    240
    81
    11
    Believe it or not it does make sense and I do understand a good bit of the reasoning. You are correct in that it will take a few readings to get a good understanding and and one evening next week I will do some experimenting. Thank you for the enlightenment.
     
  9. NDave

    NDave TrainBoard Member

    57
    77
    9
    My FEF-3 equipped with factory Loksound surged badly when running at speed under load with factory B-EMF settings. The autocalibration of B-EMF did NOT work at all with my loco. Tried it multiple times, and ended up with a loco that surged and jerked all over its speed range.

    After talking to ESU and getting some suggestions of CV values to try, reading thru the Loksound manual, and a month of experimenting (with MANY CV8=8 resets), I was able to find a set of CV values that pretty much tamed the surge. With the caveat that the values that worked for my FEF-3 might not work with yours, here are the settings I have been using (Including accel/brake and 3 step speed curve; factory setting in parentheses):
    CV2=3 (start voltage; 3)
    CV3=254 (acceleration rate; 0)
    CV4=252 (brake rate; 0)
    CV5=80 (max speed; 64)
    CV6=40 (mid speed; 64)
    CV48=78 (Ext config sets whistle and bell)
    CV49=19 (ext config)
    CV51=0 (I slow; 0)
    CV52=6 (K slow; 4)
    CV53=125 (ref V; 140)
    CV54=55 (K mid; 48)
    CV55=150 (I mid; 85)
    CV56=20 (load compensation; 255)*****
    CV57=63 (chuff rate A; ?)
    CV58=17 (chuff rate B; ? see page37 of Loksound manual to see how to set chuff rates)
    CV124=28 (ext config; 28 from factory?)

    ***I think CV56 is THE key CV setting to taming the surging behavior under load. Setting CV56 to a lower value disables B-EMF load compensation at higher speeds/throttle settings. Think of the CV56 setting as being 2X the speed step at which B-EMF compensation is disabled (ie, at CV56=20, load comp is disabled above a throttle setting of 10, in 128-step mode), tho' I am not sure it is that simple). I had pretty good results with settings between 20 and 32, which disable load compensation at higher speeds/throttle settings, but leave it on at yard speeds. I left it at the lowest value I tried (20) after my last set of trials. I suggest trying several values, starting higher and working your way down, until the surging behavior is tamed.

    With these setting, my FEF-3 runs smoothly over its entire speed range, running light or under load, on flats or on grades. I would point out that by disabling load compensation at high throttle settings, the loco will slow down when climbing and speed up while descending a grade... but that's what the prototype would do.

    I had no problem programming these CVs with my NCE powercab... using the "program on main" mode. No need for a Lokprogrammer for that...

    OTOH, I wouldn't recommend programming sounds or function assignments in the Loksound decoder w/o a Lokprogrammer or JMRI connection. It is not at all straightforward. Tho' I was able to do re-assign functions and sounds using my Powercab, with some invaluable assistance from John Colombo, I am not sure I would try it again w/o getting either a Lokprogrammer of USB connector for my Powercab allowing me to use JMRI.

    Good luck!
    Dave
     
    Last edited: Nov 12, 2018
  10. NDave

    NDave TrainBoard Member

    57
    77
    9
    I should add, the 3 step speed curve I use with my Loksound FEF-3 and NCE Powercab gives speed in smph equal to ~1/2 the throttle setting (in 128 speed step mode). IE: a throttle setting of 80 is approximately 40 smph, while 10 is approximately 5 smph.
     
  11. Randy Clark

    Randy Clark TrainBoard Member

    240
    81
    11
     
  12. Randy Clark

    Randy Clark TrainBoard Member

    240
    81
    11
    Thanks so much Coverton for the Tsunami info. It works! It us running silky smooth now. Running light and heavy it is running great. Took about 15 minutes.

    Next up...a GS4!
     
  13. COverton

    COverton TrainBoard Supporter

    1,939
    179
    36
    You are welcome, Sir. Just passing along a gift that keeps on giving! :)
     
  14. woodone

    woodone TrainBoard Member

    959
    51
    24
    The coreless motor is what gives the decoder problems, Go with NDave, and play with the CV he listed.
     

Share This Page