Pages: 1 [2]
Author Topic: BBGANG help  (Read 18329 times)
userpike
Hero Member
*****

Karma: +22/-1
Offline Offline

Posts: 763


« Reply #15 on: September 03, 2013, 08:48:03 PM »

Are you sure some of those aren't for variant coding?

After glancing through the VAR module in the FR, it is confirmed the extra values are indeed for variant coding. Good call ddillenger!

I am going to translate and post BBGANG. Should I post it here?
« Last Edit: September 03, 2013, 08:51:00 PM by userpike » Logged
userpike
Hero Member
*****

Karma: +22/-1
Offline Offline

Posts: 763


« Reply #16 on: September 04, 2013, 11:58:02 PM »

FB BBGANG 14:50 functional description:


The function represents the transition information (gangi) available, among other things, for a parameter change in the drivability functions and cruise control (FGR) is required. For the three transmission variants, manual, switch-stage automatic and CVT, comes to each of a different method to use.

Gear detection during manual switch:
The ratio of engine speed to vehicle speed (n / v-money ratio) is stationary in the manual transmission approximately proportional of the overall translation and can therefore be used to identify the selected gear. Due to torsion in the driveline and tolerances in the signal detection, this ratio differs more or less of the theoretical expected value in practice however. Depending on the nature of the powertrain, the adjacent areas of transitions can also overlap.

It is therefore for each gear (1-6), upper and lower threshold provided that narrow the plausible n / v-money value range. As long as the n / v-money ratio is within the boundaries of the last recognized gear, this course is maintained. Otherwise, it is checked in ascending order for each gear, if the n / v-money ratio is in the appropriate range. With the vehicle stopped or in case of implausible ratio, gangi is set to 0. On the evaluation of the clutch switch is dispensed, because it is often already activated when pressing the clutch pedal, without the frictional connection is interrupted. The detection of the reverse gear is not provided because the gear ratio is usually only slightly from that of first. Gear differs and the speed signal take only positive values.

Transitional stage automatic recognition:
The received CAN transition information from the transmission control is used. It is in driving position P or N to 0 and the Reverse gear 7.

Transition detection in CVT:
In driving position P or N, in reverse and in tip-alley, the received CAN transition information from the transmission control used. In position D, the transition information is also calculated at the CVT transmission like a manual transmission from the n / v ratio. However, the response in case of implausible values that can be assigned to a field, or when the vehicle is set to 1 instead of 0.

Extension for SUVs:
So that the transition detection range (with NSHAPE intermediate clutch) works properly also when in the low road vehicle, which is n/v-Ratio divided by the translation of the intermediate wheel. In this way, the same as in normal operation range limits is used.
Logged
userpike
Hero Member
*****

Karma: +22/-1
Offline Offline

Posts: 763


« Reply #17 on: September 05, 2013, 12:02:00 AM »

I don't speak German. I used Google translate and tried to make sense of what came out with it. It's not perfect. I will revise it for proper English after people have their say with it. If something needs to be changed don't hesitate to let me know. I would like it to be as accurate as possible. I believe this translation is more accurate than in both the fully translated FR versions. I made sure all the accented letters were used properly in the translator which made a big difference in sentence structure and meaning it seams. I guess they are there for a reason.. again I don't know German so I don't know what they are supposed to do even but I used them how they look in the ori FR.
« Last Edit: September 05, 2013, 01:30:39 PM by userpike » Logged
dream3R
Hero Member
*****

Karma: +18/-8
Offline Offline

Posts: 1194


« Reply #18 on: November 29, 2013, 09:18:07 AM »

I'm trying to help a friend with a problem fitting a six speed in-to a five speed car.

The car originally was never fitted with a six speed and as far as I can tell, none of it's variants were either.

NVQUOT6 are both set to zero and the car, when in fifth and sixth exhibits torque limiting type issues, opening and closing of throttle etc.

So, thinking out-loud I'm thinking of setting the NVQUOT maps up for the six speed AND making a code change in BBGang.

movb    rl6, #6 will become movb    rl6, #5.

I need to go through the FR more, but does anyone have any wisdom to input in-to this?  I can't help thinking that spoofing sixth might have a domino effect elsewhere.



Logged



How to work out values from an A2L Smiley

http://nefariousmotorsports.com/forum/index.php?topic=5525.msg52371#msg52371


Starting Rev's http://nefariousmotorsports.com/forum/index.php?topic=5397.msg51169#msg51169

noobs read this before asking http://nefariousmotorsports.com/forum/index.php?topic=9014.0title=


ORGORIGINAL 05 5120 creator for Volvo
ORIGINAL Datalogger (Freeware) Author
ORGINAL finder of the 'extra' torque' limits
I don't have ME7.01 A2L I just use ID
guitar24t
Full Member
***

Karma: +13/-0
Offline Offline

Posts: 101


« Reply #19 on: November 29, 2013, 02:39:01 PM »

I'm trying to help a friend with a problem fitting a six speed in-to a five speed car.

The car originally was never fitted with a six speed and as far as I can tell, none of it's variants were either.

NVQUOT6 are both set to zero and the car, when in fifth and sixth exhibits torque limiting type issues, opening and closing of throttle etc.

So, thinking out-loud I'm thinking of setting the NVQUOT maps up for the six speed AND making a code change in BBGang.

movb    rl6, #6 will become movb    rl6, #5.

I need to go through the FR more, but does anyone have any wisdom to input in-to this?  I can't help thinking that spoofing sixth might have a domino effect elsewhere.

What kind of car is it? I would expect the gear ratio for the last gear to be the same on the five and six speed transmissions (many are). The ECU would never detect that it's in a gear higher than 5.
Logged
dream3R
Hero Member
*****

Karma: +18/-8
Offline Offline

Posts: 1194


« Reply #20 on: November 29, 2013, 02:45:40 PM »

Volvo P80 chassis.

The M66 has a longer final drive I think?
Logged



How to work out values from an A2L Smiley

http://nefariousmotorsports.com/forum/index.php?topic=5525.msg52371#msg52371


Starting Rev's http://nefariousmotorsports.com/forum/index.php?topic=5397.msg51169#msg51169

noobs read this before asking http://nefariousmotorsports.com/forum/index.php?topic=9014.0title=


ORGORIGINAL 05 5120 creator for Volvo
ORIGINAL Datalogger (Freeware) Author
ORGINAL finder of the 'extra' torque' limits
I don't have ME7.01 A2L I just use ID
guitar24t
Full Member
***

Karma: +13/-0
Offline Offline

Posts: 101


« Reply #21 on: November 29, 2013, 02:57:15 PM »

Volvo P80 chassis.

The M66 has a longer final drive I think?
Really depends on the previous tranny model. Some are the same, some are different. I think M56L had the same final drive?

Short term, have you tried just lowering the value of NVQUOT5U? That should at least keep it thinking it's in 5th gear until we figure out BBGANG more on these files.
Logged
dream3R
Hero Member
*****

Karma: +18/-8
Offline Offline

Posts: 1194


« Reply #22 on: November 29, 2013, 03:01:03 PM »

No not tried anything yet, just at the theory stage.

I think the BBGANG setup from my caR and a patch would work nice but maybe I'm over thinking it.

Logged



How to work out values from an A2L Smiley

http://nefariousmotorsports.com/forum/index.php?topic=5525.msg52371#msg52371


Starting Rev's http://nefariousmotorsports.com/forum/index.php?topic=5397.msg51169#msg51169

noobs read this before asking http://nefariousmotorsports.com/forum/index.php?topic=9014.0title=


ORGORIGINAL 05 5120 creator for Volvo
ORIGINAL Datalogger (Freeware) Author
ORGINAL finder of the 'extra' torque' limits
I don't have ME7.01 A2L I just use ID
guitar24t
Full Member
***

Karma: +13/-0
Offline Offline

Posts: 101


« Reply #23 on: November 29, 2013, 03:08:15 PM »

No not tried anything yet, just at the theory stage.

I think the BBGANG setup from my caR and a patch would work nice but maybe I'm over thinking it.
I would say, in theory, that if you copied over the NVQUOT constants from the R (or the equivalent, I haven't looked at BBGANG yet), it should work without mods to the subroutine. If the P80 bin has a constant for 6th gear, I would expect the function to support it.
Logged
dream3R
Hero Member
*****

Karma: +18/-8
Offline Offline

Posts: 1194


« Reply #24 on: November 29, 2013, 03:09:45 PM »

I'd expect it to send the torque model nuts!?!

I've also had it on good authority that it doesn't work.
Logged



How to work out values from an A2L Smiley

http://nefariousmotorsports.com/forum/index.php?topic=5525.msg52371#msg52371


Starting Rev's http://nefariousmotorsports.com/forum/index.php?topic=5397.msg51169#msg51169

noobs read this before asking http://nefariousmotorsports.com/forum/index.php?topic=9014.0title=


ORGORIGINAL 05 5120 creator for Volvo
ORIGINAL Datalogger (Freeware) Author
ORGINAL finder of the 'extra' torque' limits
I don't have ME7.01 A2L I just use ID
guitar24t
Full Member
***

Karma: +13/-0
Offline Offline

Posts: 101


« Reply #25 on: November 30, 2013, 02:06:01 PM »

I'd expect it to send the torque model nuts!?!

I've also had it on good authority that it doesn't work.
You'll have to let me know. I got ahold of a 2000 V70R for dirt cheap with a broken auto and I'm going to swap in an M66. I plan on rebuilding the a2l bin to run the different engine and to have 6 speed gear detection, so keep me posted! Smiley
Logged
Pages: 1 [2]
  Print  
 
Jump to:  

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Page created in 0.02 seconds with 17 queries. (Pretty URLs adds 0s, 0q)