Page 2 of 3
Re: Manual Mode Help (4t65ehd) newbie
Posted: Tue Sep 25, 2012 11:26 am
by Bernard Fife
Dave,
I meant blink the active LEDs. So if you were in first, the first LED would blink the rest would stay off. In second two LEDs would blink and the rest would stay off. etc.
While using a spare output is possible, they already have quite a few options, and I hesitate to mess with the logic in that area unless there is a substantial demand for it. However, it may be easier than I remember (I haven't looked at that part of the code for several months). I will have a look and see if it's straightforward or not.
Lance.
Re: Manual Mode Help (4t65ehd) newbie
Posted: Tue Sep 25, 2012 2:43 pm
by davey1990
Ok the blinking led will work great no extra wires to run and dont have to worry about the spare outputs getting messed up
Thanks
Re: Manual Mode Help (4t65ehd) newbie
Posted: Fri Oct 12, 2012 4:30 pm
by davey1990
Any update on the code changes?
Thanks
Re: Manual Mode Help (4t65ehd) newbie
Posted: Fri Oct 12, 2012 5:11 pm
by Bernard Fife
Davey,
I am working on the changes when I get a chance, but haven't had as much time as I had hoped to get this done. I am now aiming to have it out some time next week.
Lance.
Re: Manual Mode Help (4t65ehd) newbie
Posted: Sun Feb 10, 2013 8:01 am
by davey1990
As the race season gets closer im just wondering if you have had a chance to get this all work out
Thanks
Re: Manual Mode Help (4t65ehd) newbie
Posted: Sun Feb 10, 2013 1:38 pm
by Bernard Fife
Davey,
I haven't had a chance to look at this, but it is next on my list. I will have a look in the next day or two and report here.
Lance.
Re: Manual Mode Help (4t65ehd) newbie
Posted: Sun Feb 10, 2013 3:10 pm
by Bernard Fife
Davey 1990,
Okay, Here's some test code for you to try:
- Monitor_4104t.abs.s19
- 4.104 test code with option to flash LEDs when in manual shift mode.
- (73.44 KiB) Downloaded 735 times
and here's the INI that gives the option to change whether the LEDs flash or not:
<edit>Attachment removed by admin - use INI in following post</edit>
The code should flash the LEDs in manual mode once per second, if the user selects the option to flash the LEDs in manual shift mode. In auto shift mode, the appropriate LEDs will be lit continuously.
The user option can be found under 'LED Patterns -> Flash LEDs in Manual -> Flash LEDs in Manual Mode'. The default in this code is to flash in manual, but this may change if the code is released.
It is completely untested (that will be next, but I wanted you to have something to work with right away), so use only with great caution. Let us know if it works for you, or if there are problems.
Lance.
Re: Manual Mode Help (4t65ehd) newbie
Posted: Mon Feb 11, 2013 2:06 pm
by Bernard Fife
The INI immediately above has an incrementing error. The version below fixes this:
Sorry! Lance.
Re: Manual Mode Help (4t65ehd) newbie
Posted: Mon Apr 15, 2013 5:17 pm
by davey1990
The blinking led works great. but I noticed now I have to hold the shift buttons longer to perform a shift. This isn't a huge problem but when in first gear if I wait for the shift light to come on I will miss the shift and it will bounce off the rev limiter. I never seem to have this problem till this update? I cant lower the shift button duration any lower then 25 per the code
Thanks
Re: Manual Mode Help (4t65ehd) newbie
Posted: Mon Apr 15, 2013 8:19 pm
by Bernard Fife
Davey,
I will have a look. The shift duration calculations (called "Shift Button Duration/shftr_accum" in the code and INI) were changed a little while ago, and that may cause what you are seeing. It may be that we need to look at that again.
In the meantime, you could change the lower limit by editing the INI if you wished. I am not in front of my computer at the moment, but will post instructions to do this tomorrow.
Lance.