VEMS Community Forum

VEMS => Software => Topic started by: AVP on November 08, 2009, 05:55:29 PM

Title: VEMSTUNE boost rpm vs map
Post by: AVP on November 08, 2009, 05:55:29 PM
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
Title: Re: VEMSTUNE boost rpm vs map
Post by: gunni on November 08, 2009, 09:51:15 PM
Screenshot please?
Title: Re: VEMSTUNE boost rpm vs map
Post by: AVP on November 08, 2009, 09:54:23 PM
here you go

(http://i117.photobucket.com/albums/o59/vasp3690/Image1.jpg)
Title: Re: VEMSTUNE boost rpm vs map
Post by: gunni on November 08, 2009, 11:39:24 PM
I see it also on that version of vemstune.

Must be a bug.
Title: Re: VEMSTUNE boost rpm vs map
Post by: Jamo on November 09, 2009, 07:14:51 PM
(http://img.photobucket.com/albums/0603/JamoDodger/VEMS/a9e1491e.jpg)

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
Title: Re: VEMSTUNE boost rpm vs map
Post by: AVP on November 10, 2009, 12:35:02 AM
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
Title: Re: VEMSTUNE boost rpm vs map
Post by: Jamo on November 10, 2009, 09:30:28 PM
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.

Title: Re: VEMSTUNE boost rpm vs map
Post by: [email protected] on November 11, 2009, 06:29:33 AM
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.
Title: Re: VEMSTUNE boost rpm vs map
Post by: Jamo on November 11, 2009, 09:05:58 AM
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

Title: Re: VEMSTUNE boost rpm vs map
Post by: 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
Title: Re: VEMSTUNE boost rpm vs map
Post by: Jamo on November 11, 2009, 09:52:14 PM
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.
Title: Re: VEMSTUNE boost rpm vs map
Post by: AVP on November 15, 2009, 02:01:02 PM
it is now said that there is going to be a correction of it in the 1.1.63 version soon to be released.
Title: Re: VEMSTUNE boost rpm vs map
Post by: AVP on November 20, 2009, 02:21:10 AM
new vemstune version now available and rpm vs boost feature is corrected!!!!