TCC unlocking issue
-
- Posts: 9
- Joined: Fri Jun 14, 2013 5:40 pm
TCC unlocking issue
LUF is on the TCC PWM output and the TCC is on spare output for TCC, Running V4.125, convertor locks up properly when it's supposed to.
but even under a load it does not unlock unless I get on the gas enough to cause a 3rd gear downshift. If it would just unlock under an increased load it wouldn't have to downshift into 3rd. What is causing this? Or is this the way it is supposed to work. Or is this because I am using the spare output for the TCC, and I just realized that it isn't even unlocking when I press the brakes either, yes the brake input is working. Any thoughts?
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: TCC unlocking issue
There certainly could be a problem in the code. This section was re-written a while ago, and not many people are using LUF, so it might have been missed. I will have a look. If you could post your MSQ and a datalog, that would be helpful. And did it work on any earlier code that you may have tried?
Lance.
-
- Posts: 9
- Joined: Fri Jun 14, 2013 5:40 pm
Re: TCC unlocking issue
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: TCC unlocking issue
I always feel a bit guilty when these things crop up, and I do my best to make sure they are sorted as quickly as possible. There was a bit of a change in the way TCC/LUF worked a while ago. It used to be that if you enabled LUF on the "TCC" output, it was PWM'd and the ON/OFF control was automatically enabled on spare port 2.
However, the current code is intended that setting 'Use PWM for TCC' (under 'TCC Settings -> Torque Converter Control Limits') turn the TCC output into a PWM'd LUF output, and *any* of the available spore ports can then be used for TCC (sp1 and sp2 will use a single user-specified PWM%, while sp0 will use the PWM% found in its 16x9 table - and this will value be updated continuously).
The documentation might not reflect this, so I need to go through that.
I have found some small bugs in the TCC code in looking for the issue you report, and fixing these may help. I will post updated code tomorrow or Monday.
Lance.
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: TCC unlocking issue
Here is some code to test:
It is largely untested (but does unlock the TCC in 3rd with increased MAP), so use with caution.
I have found and fixed a few bugs in the TCC code, but these may not fix the particular issue you are experiencing. I will keep looking through the code.
Lance.
-
- Posts: 9
- Joined: Fri Jun 14, 2013 5:40 pm
Re: TCC unlocking issue
I will try to get another log with some actual TCC once I can get this VSS sorted out. Thanks
- Attachments
-
- 2013-06-16_18.03.02.msl
- Current tune
- (143.63 KiB) Downloaded 699 times
-
- 2013-06-16_17.55.43.msl
- (537.75 KiB) Downloaded 706 times
-
- 2013-06-16_18.35.27.msq
- (44.51 KiB) Downloaded 906 times
-
- Posts: 9
- Joined: Fri Jun 14, 2013 5:40 pm