MEGAsquirt A place to collectively sort out this megasquirt gizmo

Tuner Studio Volts/AFR

Thread Tools
 
Search this Thread
 
Old 03-31-2010, 11:21 AM
  #1  
Junior Member
Thread Starter
 
D.dutton9512's Avatar
 
Join Date: Jan 2010
Location: Atlanta GA
Posts: 166
Total Cats: 0
Default 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

Last edited by D.dutton9512; 03-31-2010 at 11:35 AM.
D.dutton9512 is offline  
Old 03-31-2010, 11:44 AM
  #2  
Boost Pope
iTrader: (8)
 
Joe Perez's Avatar
 
Join Date: Sep 2005
Location: Chicago. (The less-murder part.)
Posts: 33,027
Total Cats: 6,592
Default

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.
Joe Perez is online now  
Old 03-31-2010, 11:48 AM
  #3  
Junior Member
Thread Starter
 
D.dutton9512's Avatar
 
Join Date: Jan 2010
Location: Atlanta GA
Posts: 166
Total Cats: 0
Default

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.
D.dutton9512 is offline  
Old 03-31-2010, 11:49 AM
  #4  
I'm a terrible person
iTrader: (19)
 
FRT_Fun's Avatar
 
Join Date: Apr 2009
Location: Arizona
Posts: 7,174
Total Cats: 180
Default

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
The file for me was msns-extra.ini but make sure it's the one in your project folder.
FRT_Fun is offline  
Old 03-31-2010, 12:09 PM
  #5  
Boost Pope
iTrader: (8)
 
Joe Perez's Avatar
 
Join Date: Sep 2005
Location: Chicago. (The less-murder part.)
Posts: 33,027
Total Cats: 6,592
Default

Oh, right. (slaps self on forehead.) I'm using an LC-1 these days, not an AEM.
Joe Perez is online now  
Old 03-31-2010, 12:11 PM
  #6  
Junior Member
Thread Starter
 
D.dutton9512's Avatar
 
Join Date: Jan 2010
Location: Atlanta GA
Posts: 166
Total Cats: 0
Default

Ok Joe, I followed your advice and now my afr tables are right. I won't know until later how well it will all work out when I get off work and can try a tune.

Thanks!
D.dutton9512 is offline  
Old 03-31-2010, 12:21 PM
  #7  
Boost Pope
iTrader: (8)
 
Joe Perez's Avatar
 
Join Date: Sep 2005
Location: Chicago. (The less-murder part.)
Posts: 33,027
Total Cats: 6,592
Default

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.
Joe Perez is online now  
Old 03-31-2010, 12:25 PM
  #8  
Junior Member
Thread Starter
 
D.dutton9512's Avatar
 
Join Date: Jan 2010
Location: Atlanta GA
Posts: 166
Total Cats: 0
Default

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
D.dutton9512 is offline  
Old 03-31-2010, 12:42 PM
  #9  
I'm a terrible person
iTrader: (19)
 
FRT_Fun's Avatar
 
Join Date: Apr 2009
Location: Arizona
Posts: 7,174
Total Cats: 180
Default

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
FRT_Fun is offline  
Old 03-31-2010, 12:49 PM
  #10  
Junior Member
Thread Starter
 
D.dutton9512's Avatar
 
Join Date: Jan 2010
Location: Atlanta GA
Posts: 166
Total Cats: 0
Default

It looks like TunerStudio will automatically correct the file when loading the ECU info. So no worries there!
D.dutton9512 is offline  
Old 03-31-2010, 04:37 PM
  #11  
Junior Member
iTrader: (1)
 
1drum's Avatar
 
Join Date: Sep 2007
Location: Nor-Cal
Posts: 78
Total Cats: 3
Default Same problem in reverse

I have a MSPnP with an LC-1. Using Megatune my AFR table is in volts. TS is in AFR. How do I switch the volts to AFR?
1drum is offline  
Old 04-01-2010, 09:00 AM
  #12  
Supporting Vendor
 
Matt Cramer's Avatar
 
Join Date: Sep 2006
Posts: 2,332
Total Cats: 67
Default

Switch MegaTune to the LC-1 settings via the Configurator. This will change the tables from volts to AFR.
__________________
Matt Cramer
www.diyautotune.com
Matt Cramer is offline  
Old 09-01-2011, 11:14 PM
  #13  
Elite Member
iTrader: (24)
 
kotomile's Avatar
 
Join Date: Oct 2006
Location: Monterey, CA
Posts: 7,537
Total Cats: 42
Default

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...
kotomile is offline  
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
StratoBlue1109
Miata parts for sale/trade
21
09-30-2018 01:09 PM
wred
MEGAsquirt
20
10-16-2015 01:26 AM
slomiata
MEGAsquirt
5
10-07-2015 01:11 PM
Elfering
MEGAsquirt
50
10-05-2015 08:04 AM
gsyk59
MEGAsquirt
2
09-20-2015 04:54 PM



Quick Reply: Tuner Studio Volts/AFR



All times are GMT -4. The time now is 11:15 PM.