News:

New Users: Send [email protected] an email with your account name. I've turned off auto-approve to reduce the 100 new spam accounts a day. Thanks, -Jason

Main Menu

VEMSTUNE boost rpm vs map

Started by AVP, November 08, 2009, 05:55:29 PM

Previous topic - Next topic

AVP

Is there a problem with this table?

instead of a rpm vs map i have map vs map on this table and im not allowed to use rpm values!!!

has anyone else noticed that? its on vemstune 21/10/2009

gunni


AVP


gunni

I see it also on that version of vemstune.

Must be a bug.

Jamo



Go to Boost Controller Settings make sure there is a PID entry in the Boost P setting I've entered 250
Set the Boost Config to 32, PWM Period to 16ms and changed the target to boost-target

Closed the config went back into boost vs rpm curve and it showed RPM and allowed me to enter rpm values such as 4000

The table name changes when I do this I've noticed

AVP

right.

IF you choose boost config of 32. then the PWM goes to 64. If you change the 64 back to 16ms then the config value goes back to 128!!!

so i cannot do what you described

Jamo

To confirm this is a bug, been talking about it on my native audi forum. The last firmware to show this correctly is 1.1.53 on testing

If you open the 1.1.53 ini you'll see at line 1709 the curve editor to define the x and y axis for the table.

There is no such table for 1.1.61 or 1.1.62 i'm wondering if they harcoded it but I can't see why.


[email protected]

As ini files are hand coded theres quite a large chance that it just got left out - try patching the newer file with the relevent part from the old ini and see how you get on.

Jamo

#8
Worked it out.

Uninstall all versions of vemstune

Installed the 2009-10-02 version, downloaded and installed all available firmware in the webtune then installed the 2009-10-21 version ( no uninstall ) next and the bug doesn't happen when checking the table  ;D


z0tya

I have changed the inis in two place.
1st (in vemsTune-v3-1.1.61.ini):
;   Calculation for Boost target Simulation
   boost_curve_rpm = { 2*floor(interpolate2d("rpmBinsB","boostTable",rpm)/2) }
;   boost_curve_rpm = { 2*floor(interpolate2d("mapBinsSpark","boostTable",rpm)/2) }
2nd (in curve-editor.ini):
[CurveEditor]
curve = BoostCurve, "Boost target vs RPM curve"
   topicHelp   = "http://www.vems.se"
   columnLabel = "RPM", "Boost Target"
   xAxis   = 0, 10000, 11, "%.0f"
   yAxis   = 0, 500,11, "%.0f"
   xBins   = rpmBinsB, rpm
;   xBins   = mapBinsSpark, rpm
   yBins   = boostTable
   gauge   = mapGauge

but the dialog is empty and efter close vemstune crash

Jamo

Quote from: z0tya on November 11, 2009, 07:57:20 PM
I have changed the inis in two place.
1st (in vemsTune-v3-1.1.61.ini):
;   Calculation for Boost target Simulation
   boost_curve_rpm = { 2*floor(interpolate2d("rpmBinsB","boostTable",rpm)/2) }
;   boost_curve_rpm = { 2*floor(interpolate2d("mapBinsSpark","boostTable",rpm)/2) }
2nd (in curve-editor.ini):
[CurveEditor]
curve = BoostCurve, "Boost target vs RPM curve"
   topicHelp   = "http://www.vems.se"
   columnLabel = "RPM", "Boost Target"
   xAxis   = 0, 10000, 11, "%.0f"
   yAxis   = 0, 500,11, "%.0f"
   xBins   = rpmBinsB, rpm
;   xBins   = mapBinsSpark, rpm
   yBins   = boostTable
   gauge   = mapGauge

but the dialog is empty and efter close vemstune crash
I have just seen Robs comments, the new firmware dont reference those entries by the looks of it.

This is the method I used to correct the actions:

delete the vemstune directory ( backup your work ) install 2/10/09

Go into tools / firmware / firmware webtool

Download the firmwares to the hard drive that you want ( I installed them all ) then in the right hand pane right click on the firmware number to install it ( this isn't done by default )

Once you've done that install the later version and it will work correctly.

AVP

it is now said that there is going to be a correction of it in the 1.1.63 version soon to be released.

AVP

new vemstune version now available and rpm vs boost feature is corrected!!!!