non-CANbus will not come out of bottom of shift table
-
- Posts: 19
- Joined: Sat Dec 21, 2013 7:50 pm
non-CANbus will not come out of bottom of shift table
Aaron
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: non-CANbus will not come out of bottom of shift table
It possible there is something odd in the code. If you post your msq (i.e. your settings file), and ideally a datalog of the problem, I will have a look.
Lance.
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: non-CANbus will not come out of bottom of shift table
Without seeing your MSQ or datalog, there is one thing I can think of that *might* be happening: if your non-CANbus load parameters don't reflect your TPS output, and it might give you a false very high load value when looking up the next gear. That could keep the trans from shifting. So you might want to make sure you load values are correct. See: http://www.msgpio.com/manuals/mshift/V41tune.html#gl I believe the default values are zero for the intercept (Load at zero volts) and 20 for the slope (Multiplier).
The reason I suggest this is that a very low load value should make the trans shift earlier than normal (that's what is normally in the bottom row of the table), which isn't what you are describing.
A datalog and an MSQ would really help, though.
Lance.
-
- Posts: 19
- Joined: Sat Dec 21, 2013 7:50 pm
Re: non-CANbus will not come out of bottom of shift table
- Attachments
-
- 2014-04-14_19.31.43.msq
- (45.18 KiB) Downloaded 732 times
-
- 2014-04-10_07.22.54.msl
- (161.08 KiB) Downloaded 710 times
-
- Posts: 19
- Joined: Sat Dec 21, 2013 7:50 pm
Re: non-CANbus will not come out of bottom of shift table
Re: non-CANbus will not come out of bottom of shift table
Not really when I look at your log, you have the same noice that I had as in my GPIO built for 4L80E.Everything looks stable as far as VSS
This can make the code "crash" and lock up in first gear until you re-boot the ECU.
Below you see what I mean about noice in the VSS signal.
First is when you come to a stop and you get a huge jump in the VSS signal Second is when you start again and you get an even bigger jump;
I suggest that you cure that before doing anything else please read this thread on how to fix it.
viewtopic.php?f=4&t=678
Dont know what code you use but there has been some issues with non-CAN Load in the V5 code but its cured now....
BR//Tobmag
-
- Posts: 19
- Joined: Sat Dec 21, 2013 7:50 pm
Re: non-CANbus will not come out of bottom of shift table
Since this is an older GM truck with a DRAC unit that outputs the correct VSS signal to the ABS, factory speedo (I'm not using the Mega as the speedo drive since this system works perfect as is) and cruise control, I may be able to use the output on this device as my VSS input if Mega Shift. But it is converted at that point to I believe a DC signal so may have to do more research on this.
The other problem I notice is that the Tach speed is way off from what it should be. When cruising at 65 mph I should be turning 1,900rpm but Mega says 2,600, seems weird.
Any ideas?
Running 4.135 code on a 4l80E
Aaron
- Attachments
-
- 2014-04-15_16.47.26.msl
- (923.31 KiB) Downloaded 699 times
Re: non-CANbus will not come out of bottom of shift table
The reason for this is that the current build of the VR circuit on the GPIO cant handle low frequenses, its not working accurate below 50hz and this is what has to be fixed.If I am stopped and then release the brake the truck will move forward just a couple of inches and then the ECM goes nuts. It will shift all the way to 4th when I am just doing 2 or 3 mph then back down to 1st and then it shifts great from there. What is causing this is an immediate spike to 100 mph (max setting for speed) once the vehicle just moves just a few inches. No other problems are present and the VSS is rock solid after about 5 mph with the mask set at 80.
This is the reason why you have the huge spikes when starting or coming to a stop.
There are 2 solutions for this in the thread, the one I posted viewtopic.php?f=4&t=678&start=30#p3779
And the circuit that Ashford posted viewtopic.php?f=4&t=678&start=40#p3791
I have tested some ready built VR conditioner that uses the MAX9926, excellent circuit but very sensetive to external noice so in my car it was useless. It might work in your application though.
Are you using the ISS sensor as well? I think Lance needs to answer this one....The other problem I notice is that the Tach speed is way off from what it should be. When cruising at 65 mph I should be turning 1,900rpm but Mega says 2,600, seems weird.
You should also consider to load the latest stable code that is 4.139
BR//Tobmag
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: non-CANbus will not come out of bottom of shift table
I haven't had a chance to look at your log yet, but if this is a VSS issue, you might want to check the tips here: http://www.msgpio.com/manuals/mshift/vss.html
Lance.
-
- Posts: 19
- Joined: Sat Dec 21, 2013 7:50 pm
Re: non-CANbus will not come out of bottom of shift table
Thanks for the help
Aaron