4126b and earlier issues with voltage gear lever
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: 4126b and earlier issues with voltage gear lever
There is one more thing I can try. The code doesn't currently check the manual lever position during a shift. So if you move the lever a shift happens. But if you move the lever through more than one position, one or more of the moves might be blocked. That is because the lever is being moved while the previous shift is still happening, leading to an error state. What I can do is have the code check the lever position during a shift. That should help.
If that doesn't help, I will create an option to bypass the lever error functions entirely (which won't be the default or recommended setting, but might be necessary in cases like yours).
Lance.
Re: 4126b and earlier issues with voltage gear lever
also something to keep in mind is that there is no ford 4 speed trans that has 4 forward physical lever positions. they are either 1-d-od or 1-2-od
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: 4126b and earlier issues with voltage gear lever
Here is code that does 2 things (compared to the last test code):
- this code checks the lever position during a shift (while waiting out the pressure adjustment delay and shift completion delays) this should prevent the code from missing lever changes during shifts,
- this code allows the user to turn off the gear lever error checking (under 'General Settings -> Error Behavior'). If the checking is turned off, the last known 'good' lever position is used until another good lever position is established. If the checking is on, lever errors are reported once the 'Lever Error Delay' has elapsed. The default is to check for errors. You might have to change this.
As before, this code is untested so use with great caution.
Lance.
Re: 4126b and earlier issues with voltage gear lever
Re: 4126b and earlier issues with voltage gear lever
486-583 is me taking off without a key cycle and brain fatring the gpio. ignore this part
631-687 is a good demostration of the old problem with the new settings the trans was actually in 2nd the whole time(not sure if the sol was swithcing too fast to actually hit 1st or not). whenever tgear is -99 it now runs in 2nd gear instead of first.
also in the log towrds the end a manual lever movement resulted with a commanded 0 gear ratcheting ut to current.
- Attachments
-
- pcode.zip
- (151.51 KiB) Downloaded 717 times
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: 4126b and earlier issues with voltage gear lever
ashford,i changed neutral,park and reverse sol states to the same as second- all off and it completely changed how it behaves.
I don't understand what you are saying. Could you clarify the above?
Lance.
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: 4126b and earlier issues with voltage gear lever
Re: 4126b and earlier issues with voltage gear lever
sorry i am mixing up terms from different ecus. i changed the solenoid output patterns for park, neutral and reverse. from the factory ford settings(same as first gear) to both solenoids off(same as second).Lance wrote:ashford,i changed neutral,park and reverse sol states to the same as second- all off and it completely changed how it behaves.
I don't understand what you are saying. Could you clarify the above?
Lance.
the msq is in the zip, its saved as is at the last of the log
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: 4126b and earlier issues with voltage gear lever
ashford,it completely changed how it behaves
In exactly which ways did it change how it behaves? This is important, because PNR are handled differently than the forward gears, so I need to see if that part of the code may be involved.
Lance.
Re: 4126b and earlier issues with voltage gear lever
it never got stuck in first, it got stuck in 2nd after i changed the outputs. the 1-2-1-2-1-2 c-gear showed up but actually in 2nd(may be changing too fast to affect acutal phyical movement of the sol?). other times when a manual lever change did not cause a -99 tgear cgear goes 0-1-current on tableLance wrote:ashford,it completely changed how it behaves
In exactly which ways did it change how it behaves? This is important, because PNR are handled differently than the forward gears, so I need to see if that part of the code may be involved.
Lance.