Tuning, Diagnostics, Electronics, and Wiring HP Tuners | EFILive | Hand Held Programmers | Stand Alone PCM's | Electronics | Wiring Diagrams

I am having difficulties getting a smooth VE table while tuning my turbo

Thread Tools
 
Search this Thread
 
Old Jan 6, 2013 | 10:02 PM
  #1  
BlackGMC's Avatar
Thread Starter
Resident Retard
iTrader: (31)
 
Joined: Jan 2006
Posts: 17,216
Likes: 20
From: Fort Worth - TX
Default I am having difficulties getting a smooth VE table while tuning my turbo

Well, i have been fighting my damn tune for the last few days. Previously i was able to get a pretty damn smooth VE table when i was NA. Now it seems very rocky and the values are not really making sense... I know this can not be normal...

Thoughts?
Reply
Old Jan 6, 2013 | 10:46 PM
  #2  
AKlowriderZ71's Avatar
11 Second Hall Moniter
iTrader: (22)
 
Joined: May 2008
Posts: 11,651
Likes: 10
From: Wyoming
Default

If you're tuning your VE fueling, and you're running meth, it will be really tricky until you get the hang of it. And you're going to have spikes and cliffs. It's going to take you a while.
Reply
Old Jan 6, 2013 | 10:50 PM
  #3  
charcold-bowtie's Avatar
TECH Junkie
iTrader: (10)
 
Joined: Jul 2006
Posts: 3,198
Likes: 0
From: Midland Texas
Default

I dont think mine was smooth.

And I dont hink he is using meth yet
Reply
Old Jan 6, 2013 | 11:24 PM
  #4  
BlackGMC's Avatar
Thread Starter
Resident Retard
iTrader: (31)
 
Joined: Jan 2006
Posts: 17,216
Likes: 20
From: Fort Worth - TX
Default

nope no meth yet, still low timing 13* and 8psi... the Boost part is actually pretty smooth and consistent, the part throttle (< 100kpa) is what is giving me problems... I think i am gonna start over and try again...
Reply
Old Jan 6, 2013 | 11:36 PM
  #5  
RoadKill03's Avatar
TECH Apprentice
 
Joined: Dec 2010
Posts: 330
Likes: 0
Default

I usually don't worry about the spikes until I get the AFR where it needs to be and then I go back and smooth things out. Are you tuning Speed Density or still tuning with MAF? If you can post up your VE and info and I can help out if you like.
Reply
Old Jan 6, 2013 | 11:44 PM
  #6  
BlackGMC's Avatar
Thread Starter
Resident Retard
iTrader: (31)
 
Joined: Jan 2006
Posts: 17,216
Likes: 20
From: Fort Worth - TX
Default

I am on 2 bar SD. I am on my phone so i cant post the tune. I am starting to think it is the injector settings i was sent with my injectors. I was hoping i was not going to need to tweak them that much.
Reply
Old Jan 6, 2013 | 11:48 PM
  #7  
RoadKill03's Avatar
TECH Apprentice
 
Joined: Dec 2010
Posts: 330
Likes: 0
Default

Originally Posted by BlackGMC
I am on 2 bar SD. I am on my phone so i cant post the tune. I am starting to think it is the injector settings i was sent with my injectors. I was hoping i was not going to need to tweak them that much.
That makes sense. What size injectors are you running and what brand?
Reply
Old Jan 7, 2013 | 12:04 AM
  #8  
AKlowriderZ71's Avatar
11 Second Hall Moniter
iTrader: (22)
 
Joined: May 2008
Posts: 11,651
Likes: 10
From: Wyoming
Default

Does EFI have a tutorial that shows you the basics? You may have already done it, but you have to set up the PE and BE tables a certain way.

I'm only familiar with using HPT, but I would assume that EFI is similar.
Reply
Old Jan 7, 2013 | 12:20 AM
  #9  
Atomic's Avatar
I have a gauge for that
15 Year Member
Loved
Liked
Community Favorite
iTrader: (42)
 
Joined: Jan 2006
Posts: 16,282
Likes: 438
From: Huntsville, AL
Default

Really the only important part of the injector data in non-idle areas is the flow rate table. Your regulator and pumps should keep the pressure constant (assuming you have a return system), so that table should be flat. From that, any errors in fueling is directly resulting from the ve table being off.

Go on the interstate at some non-busy hour and put it in 2nd gear and concentrate on holding each cell for at least a few seconds to get a solid reading. Obviously you wont be able to do the high-load, low-rpm ones (unless you use the breaks...), but this should get you a consistent reading. The key is to make slow, smooth transitions while moving between cells.
Reply
Old Jan 7, 2013 | 12:22 PM
  #10  
BlackGMC's Avatar
Thread Starter
Resident Retard
iTrader: (31)
 
Joined: Jan 2006
Posts: 17,216
Likes: 20
From: Fort Worth - TX
Default

Well part of the issue is that the provided injector data is much more precise than the software/PCM can handle. I ran across this issue before, the software/PCM will round up or down the data to fit... For example see below.



Originally Posted by Blacky
The LS1 PCM (and most* vehicle controllers) are calibrated using integers (i.e. whole numbers) to reduce the cost and processing load on the CPU.
High precision floating-point values require dedicated hardware (more expensive) or software floating-point routines which slow down calculations.

* Note: Later model controllers use CPUs with built in floating point hardware and they do make limited use of high precision floating point data.

Storing calibration data as integers like the LS1 PCM does, allows only a discreet set of scaled floating point values.
For example if the PCM requires a table to contain data from 0.00-100.00 (for example throttle percentage) using only the set of integers from 0..255 (i.e. a single byte) then it would scale that set of integers by dividing each one by 2.55.
That would mean the following conversion would be in effect:
0 = 0.0
1 = 0.392157
2 = 0.784314
...
245 = 99.607843
255 = 100.0

As you can see, if the PCM can only store the values from 0..255, then when it has a 1 stored the PCM will interpret it as 0.392157, when it has a 2 stored the PCM will interpret it as 0.784314.
Since it is impossible to store an integer value between 1 and 2, which means it is also impossible to represent any value between the two discreet values: 0.392157 and 0.784314.

What you are seeing in the B3701 table is the effect of the limits of the integer to floating point scaling that I described above - just with different scaling.
The EFILive tuning software allows the user to enter full precision floating point values. It has to do that to preserve as much precision as possible while the user is editing/manipulating the data. Because of that you can enter any floating point value that you want into the tables. When the data is saved back to the tune file, the software must convert the final floating point values back to their nearest scaled integer values that the PCM requires.

There is no way to calibrate any values between the two values (0.061867 and 0.077333) that you are seeing. Its either one or the other.

Regards
Paul
I have started over with a smooth VE table to do some adjustments. I found previously when i was NA that if i started with a smooth table and kept it smooth the results were much more consistent... I will take a log on my way home tonight to see how it is doing....
Reply



All times are GMT -5. The time now is 05:28 AM.