Duel VE Tables with Tunerstudio MS

Forum for discussing Tuner StudioMS tuning & datalogging software.
Forum rules
Read the manual to see if your question is answered there before posting. If you have questions about MS1/Extra or MS2/Extra or other non-B&G code configuration or tuning, please post them at http://www.msextra.com The full forum rules are here: Forum Rules, be sure to read them all regularly.
Post Reply
gvanhorn
MegaSquirt Newbie
Posts: 8
Joined: Sat Sep 04, 2010 4:46 pm

Duel VE Tables with Tunerstudio MS

Post by gvanhorn »

Two Questions,

1) When using Duel tables, can you set up each table with differant kpa/rpm values?

2) Will Analyzer live correct both tables at the same time?


Thanks

George
24c
Master Squirter
Posts: 593
Joined: Sat Feb 16, 2008 12:15 pm
Location: Chorley, Lancashire UK
Contact:

Re: Duel VE Tables with Tunerstudio MS

Post by 24c »

Answers
1) Yes
2) Not sure I understand you fully, but you can only VE Live one table at a time, so I think yes**, but you will have to mod the "ini" to use just one wideband sensor, as it expects to see one sensor per table.

I asked the question before here , so here is an edit from the post, which was a response by LT401vette aka Phil (TS guru)

Code: Select all

         
    ; Table 2
#if LAMBDA
     veAnalyzeMap = veTable2Tbl, afrTable2Tbl, lambda2, egoCorrection2, { ((dualTable ) || (algorithm2 != 0)) }
#else
     veAnalyzeMap = veTable2Tbl, afrTable2Tbl, afr2, egoCorrection2, { ((dualTable ) || (algorithm2 != 0)) }
#endif

to

Code: Select all

    ; Table 2
#if LAMBDA
     veAnalyzeMap = veTable2Tbl, afrTable2Tbl, lambda1, egoCorrection1, { ((dualTable ) || (algorithm2 != 0)) }
#else
     veAnalyzeMap = veTable2Tbl, afrTable2Tbl, afr1, egoCorrection1, { ((dualTable ) || (algorithm2 != 0)) }
#endif

That will tell it to use your afr1 and egoCorrection1 as input.

**Also note that you can run VE Analyze on both table 1 and table 2 at the same time, but you need to start each table individually on the separate tabs.
gvanhorn
MegaSquirt Newbie
Posts: 8
Joined: Sat Sep 04, 2010 4:46 pm

Re: Duel VE Tables with Tunerstudio MS

Post by gvanhorn »

Thanks will give that a try.
ZGRX1000
MegaSquirt Newbie
Posts: 21
Joined: Sat Feb 19, 2011 9:00 am

Re: Duel VE Tables with Tunerstudio MS

Post by ZGRX1000 »

Hello,

I'm happy to have ventured across this thread. I have a question regarding this as a similar issue. I tried to follow the directions above but was unable to locate the listed setup file in v1.004 of Tuner Studio, I also using v3.78 of code. I too would like to control two banks seperately from 1 WBO2 sensor, could you please help me locate the correct line to edit in the setup file? I'd appreciate the help, thank you, Paul
Post Reply