Spare port
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: Spare port
Okay, that should be very helpful, and I will look into this deeper and post a fix as soon as I have one.
Lance.
Re: Spare port
tested the 5012 code, the PC control seems to be working but non-CAN load is dead so didnt test further....
Line pressure seems to be reacting to input signal but way out of range.
BR//Tobmag
- Attachments
-
- 2014-02-23_20.46.44.msq
- (51.33 KiB) Downloaded 642 times
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: Spare port
Did you happen to make a datalog? This is often a much quicker easier way to spot problems, as I usually don't have to re-configure my test bench to figure things out. For example, in this case it would help a lot to see what aux_volts is doing (it forms the basis of the non-CAN load calculation).
Also, what exactly do you mean by way out of range on the line pressure? (100x, 0.001x, no discernible pattern, etc.) It helps if you tell me if you are using the line pressure table or the 2-point calcs (otherwise I have to dig around in the MSQ - which is fine, but slower and therefore takes me longer to do and longer to get to).
Lance.
Re: Spare port
OK Ill make logs in the future.
With my current 2point setting for the line pressure its showing -8bar at 5v.
BR//Tobmag
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: Spare port
Yeah, I am seeing the same thing on my bench. I will work on it!
Lance.
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: Spare port
Attached is 5.014 test code that may fix the non-CAN load and line pressure issues you spotted (it does on my bench with your MSQ):
Coincidentally, this code also has ISS ratio factors for each gear to derive the tach rpm from the ISS (especially for the 4L80E which has the ISS on the input drum not the input shaft, and these turn at different speeds in overdrive).
The code hasn't been tested, so use with caution, as always for beta codes.
Lance.
Re: Spare port
Almost there, line pressure is now back on line again.
PC control works above 3kph as you described but only if load is above 30%.
This will not be desirable if using TPS as input.
As usual my set up is stand-alone so using 0-5v as load.
Attached msq and log.
BR//Tobmag
- Attachments
-
- 2014-02-25_20.43.12.msl
- (152.92 KiB) Downloaded 605 times
-
- 2014-02-25_20.47.54.msq
- (52.19 KiB) Downloaded 628 times
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: Spare port
I will have a look, and post code here when I have a fix.
Lance.
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: Spare port
I think I have this fixed. It took a little while, because though it looked like it was due to the load being below ~30, I believe it was actually due to the calculated rpm being below 300 (which only happens if the speed is below about 3.5 kph, and then only if you are non-CAN enabled and aren't using the input or tach). In your log, these rpm and load conditions appear almost simultaneously.
In CAN mode, this check makes sure the PC% is 100 when the engine isn't running (so no buzzing and no current draw). But with no tach hooked up and no CAN, this isn't very helpful.
I have edited the PC code to only check the rpm if CANbus is enabled, and this appears to work properly on my bench.
I will attach code (and an INI - I am not 100% sure if I had changed anything in the INI in last few days):
Lance.
Re: Spare port
Finally catching up with this again....
I can confirm that PC control in non-CAN mode is now working as it should.I have edited the PC code to only check the rpm if CANbus is enabled, and this appears to work properly on my bench.