Tuner Studio Volts/AFR
#1
Tuner Studio Volts/AFR
I just got the new tunerstudio, Phil fixed a bug that will let the VE Analyzer work with my ECU!!
However my tables are back to volts instead of AFR. I followed the instructions in Megatune to convert to AFR since I'm using the AEM Wideband but I can't figure out which file to change in TS.
Does anyone know which file I need to find? Also, is the conversion the same code as it was in MT?
So far I've changed the MSExtra format hr_10 file which should work for my ecu but my targets are still in volts.
Thanks
However my tables are back to volts instead of AFR. I followed the instructions in Megatune to convert to AFR since I'm using the AEM Wideband but I can't figure out which file to change in TS.
Does anyone know which file I need to find? Also, is the conversion the same code as it was in MT?
So far I've changed the MSExtra format hr_10 file which should work for my ecu but my targets are still in volts.
Thanks
Last edited by D.dutton9512; 03-31-2010 at 12:35 PM.
#2
Boost Pope
iTrader: (8)
Joined: Sep 2005
Posts: 33,556
Total Cats: 6,933
From: Chicago. (The less-murder part.)
Are you working with an old MSQ or other old files?
I ask because when I loaded TunerStudio, I simply did a fresh install and never touched any of my old MegaTune files. It automatically came up in AFR units, not volts.
There's no need to load an MSQ the first time. Just configure the TS project for your car, connect it to the MS, and it'll automatically download the current configuration.
I ask because when I loaded TunerStudio, I simply did a fresh install and never touched any of my old MegaTune files. It automatically came up in AFR units, not volts.
There's no need to load an MSQ the first time. Just configure the TS project for your car, connect it to the MS, and it'll automatically download the current configuration.
#3
very cool, I'll try that.
The only thing that worries me is that for AEM linear's the default setting is volts (in megatune and tunerstudio) and my tunes are all in AFR due to doing the msns-extra hack so I could with a value I understand. So I'm scared that when Tunerstudio attempts to pull the info from the ecu it will see the tables in volts but since it's set up for AEM WB it will have problems as it sets the tables for volts.
The only thing that worries me is that for AEM linear's the default setting is volts (in megatune and tunerstudio) and my tunes are all in AFR due to doing the msns-extra hack so I could with a value I understand. So I'm scared that when Tunerstudio attempts to pull the info from the ecu it will see the tables in volts but since it's set up for AEM WB it will have problems as it sets the tables for volts.
#4
page = 7 ; TARGET AFR table 1 BINS FOR VE 1 (First find which sensor used)
#if NARROW_BAND_EGO
afrBins1 = array, U08, 0, [8x8], "Volts", 0.0196, 0, 0.0, 5.0, 2
#elif WB_1_0_LINEAR
afrBins1 = array, U08, 0, [8x8], "Volts", 0.0196, 0, 0.0, 5.0, 2
#elif WB_UNKNOWN
afrBins1 = array, U08, 0, [8x8], "Volts", 0.0196, 0, 0.0, 5.0, 2
#elif AEM_LINEAR
afrBins1 = array, U08, 0, [8x8], "AFR", 0.038666, 255.0, 10.0, 20.0, 1
#elif AEM_NON_LINEAR
afrBins1 = array, U08, 0, [8x8], "Volts", 0.0196, 0, 0.0, 5.0, 2
#elif DIYWB_NON_LINEAR
afrBins1 = array, U08, 0, [8x8], "Volts", 0.0196, 0, 0.0, 5.0, 2
#elif DYNOJET_LINEAR
afrBins1 = array, U08, 0, [8x8], "Volts", 0.0314, 0, 0.0, 5.0, 2
#elif TECHEDGE_LINEAR
afrBins1 = array, U08, 0, [8x8], "AFR", 0.0392, 229.0, 9.0, 19.0, 1
#elif INNOVATE_1_2_LINEAR
#if NARROW_BAND_EGO
afrBins1 = array, U08, 0, [8x8], "Volts", 0.0196, 0, 0.0, 5.0, 2
#elif WB_1_0_LINEAR
afrBins1 = array, U08, 0, [8x8], "Volts", 0.0196, 0, 0.0, 5.0, 2
#elif WB_UNKNOWN
afrBins1 = array, U08, 0, [8x8], "Volts", 0.0196, 0, 0.0, 5.0, 2
#elif AEM_LINEAR
afrBins1 = array, U08, 0, [8x8], "AFR", 0.038666, 255.0, 10.0, 20.0, 1
#elif AEM_NON_LINEAR
afrBins1 = array, U08, 0, [8x8], "Volts", 0.0196, 0, 0.0, 5.0, 2
#elif DIYWB_NON_LINEAR
afrBins1 = array, U08, 0, [8x8], "Volts", 0.0196, 0, 0.0, 5.0, 2
#elif DYNOJET_LINEAR
afrBins1 = array, U08, 0, [8x8], "Volts", 0.0314, 0, 0.0, 5.0, 2
#elif TECHEDGE_LINEAR
afrBins1 = array, U08, 0, [8x8], "AFR", 0.0392, 229.0, 9.0, 19.0, 1
#elif INNOVATE_1_2_LINEAR
#7
Boost Pope
iTrader: (8)
Joined: Sep 2005
Posts: 33,556
Total Cats: 6,933
From: Chicago. (The less-murder part.)
Really? Well that's damn interesting. Guess my bad advice wasn't so bad.
But yeah, in general, I try to avoid migrating configuration files between different software platforms is there's any way to avoid it. Not just on cars, either. That sort of thing always gets me into trouble with routers as well.
But yeah, in general, I try to avoid migrating configuration files between different software platforms is there's any way to avoid it. Not just on cars, either. That sort of thing always gets me into trouble with routers as well.
#8
I don't know if it changed the settings file to afr for the WB but if the tables are right (and it reads the gauge right) I see no reason why it wouldn't work.
FRT_Fun: are you sure that's where your msns-extra file is in Tunerstudio? Those instructions worked great for Megatune but I don't have any msns-extra files associated with TS.
However, for Tunerstudio it looks like you want the "maincontroller" file found in [projectfolder]/projectCFG folder
FRT_Fun: are you sure that's where your msns-extra file is in Tunerstudio? Those instructions worked great for Megatune but I don't have any msns-extra files associated with TS.
However, for Tunerstudio it looks like you want the "maincontroller" file found in [projectfolder]/projectCFG folder
#9
To be honest I don't have TS installed right now, changing tuning laptops ATM, but I thought it used the same file names. maincontroller sounds familiar. If you find a file that has the bit of code I posted just change it like the MS tutorial shows and that is how I got it to work.
EDIT: Ah yes you are right, I was looking at the folder I saved for MT, not TS. I found my TS saved folder and it is indeed maincontroller.ini. If you edit that is should work, thanks for catching that
EDIT: Ah yes you are right, I was looking at the folder I saved for MT, not TS. I found my TS saved folder and it is indeed maincontroller.ini. If you edit that is should work, thanks for catching that
#13
In case someone else comes across this searching, I'm going to bump this up with my results real quick.
I just installed TS on a Win7 comp that hadn't run MT before, so there were no old files to copy over or any of that. For me what worked was copying FRT's line of code (I have an AEM WB) into the maincontroller.ini in the project folder.
I spent a while scratching my head trying to alter the file in "program files x86" before realizing that the project files were saved in "my documents". Hope that helps someone...
I just installed TS on a Win7 comp that hadn't run MT before, so there were no old files to copy over or any of that. For me what worked was copying FRT's line of code (I have an AEM WB) into the maincontroller.ini in the project folder.
I spent a while scratching my head trying to alter the file in "program files x86" before realizing that the project files were saved in "my documents". Hope that helps someone...
Thread
Thread Starter
Forum
Replies
Last Post
StratoBlue1109
Miata parts for sale/trade
21
09-30-2018 02:09 PM