|
||||||||||||||||
![]() |
|
|
|||||||




![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Scooby Specialist
Member#: 15652
Join Date: Feb 2002
Chapter/Region:
TXIC
Location: sugar land, katy
Vehicle:2002 2.5L WRX Wag. 160K club |
Ok, for starters I understand that the more you log, the less you get, but can someone expain the following?
I start with X variables and get 10.00 samples per second. After 5 minutes...it is down to 5 samples per second. what the heck? What can one do to increase the sampling, or keep it constant? Is this a buffer issue, PC issue, Subaru ECU issue, maybe Java? for reference, I have 1.7GHz processor, 1 GB of RAM, and 1.7 GB of free space on my C drive(20+GB on the D drive), Java platfrom standard edition 6, version 1.6.0(this means nothing to me, but it may to you)
* Registered users of the site do not see these ads.
|
|
|
|
|
|
#2 |
|
Scooby Guru
Member#: 10108
Join Date: Sep 2001
Chapter/Region:
TXIC
Location: LCP / N Austin TX
Vehicle:07 STI 25G build in progress |
Log less crap.
![]() Seriously, our loggers log slowwwwwwww and the average sample rate always starts high, it is just an error in the counter. So log only what you need for best resolution. I get about 4-5 samples per second logging my small basic log (MRP, IGN, KC, FLKC, FBKC, WGDC, AFL1, EL, MAF, CT, IAT, AVCS, VS, RPM, LC1) Last edited by gabedude; 12-24-2007 at 12:50 AM. |
|
|
|
|
|
#3 |
|
RIP 10/12/83 to 02/10/08
Scooby Specialist Member#: 83254
Join Date: Mar 2005
Chapter/Region:
NWIC
Location: Roy, Washington
Vehicle:98 2.5 RS 04 WRX |
some people or picky, 3 LPS is fast enough to catch most anything especially in 3rd or 4th gear pulls.
|
|
|
|
|
|
#4 | |
|
Scooby Guru
Member#: 71092
Join Date: Sep 2004
Chapter/Region:
MWSOC
Location: Delaware County, Ohio
Vehicle:2005 2.5RS Wagon Regal Blue Pearl |
Quote:
Manifold Relative Pressure Ignition Total Timing Knock Correction Advance (why are you logging this if you're also logging FLKC and FBKC?) Fine Learning Knock Correction Feedback Knock Correction Wastegate Duty Cycle Air-Fuel Learning EL????????? MAF voltage or g/sec? CT?????? Intake Air Temp AVCS=that turbo variable valve thingy VS (Vehicle speed? why is this important?) LC-1 AFR Yeah? |
|
|
|
|
|
|
#5 |
|
Scooby Guru
Member#: 143039
Join Date: Mar 2007
Chapter/Region:
MAIC
Location: Delaware
Vehicle:2007 STI Satin White Pearl |
EL is engine load
CT is coolant temperature MAF is Mass Air Flow - g/s This is the list I usually log: Air/Fuel Correction #1 (%) AF Learning #1 (Current)* (%) Coolant Temperature (F) Engine Load* (g/rev) Engine Speed (rpm) Feedback Knock Correction* (degrees) Fine Learning Knock Correction* (degrees) IAM* (multiplier) Ignition Timing (degrees) Injector Duty Cycle (%) Intake Air Temperature (F) Manifold Rel. Pressure (Corrected) (psi) Knock correction Mass Air Flow (g/s) Throttle Opening Angle (%) Vehicle Speed (mph) |
|
|
|
|
|
#6 |
|
Scooby Guru
Member#: 10108
Join Date: Sep 2001
Chapter/Region:
TXIC
Location: LCP / N Austin TX
Vehicle:07 STI 25G build in progress |
Oh yeah forgot IDC or IPW. I always log that.
|
|
|
|
|
|
#7 |
|
Scooby Specialist
Member#: 103136
Join Date: Dec 2005
|
You not only have to take into consideration the number of parameters, but the data type of each parameter. That is, how many bytes are being transmitted for each parameter you've selected. Standard SSM parameters are efficient because they all are only 1 byte with the exception of engine speed (rpm) and mass airflow (both 2 bytes). The downside of the standard parameters, is, that the ECU may have to use a narrowing conversion depending on the data type of the original variable. This is why 'Manifold Relative Pressure' is limited to ~18.4 psi (clipped) at sea level, even though the original variable (MAP), as used by the ECU, has no effective limit. Most loggers will overcome this limit by calculating MRP by subtracting atmospheric pressure from manifold absolute pressure ("Manifold Relative Pressure (Corrected)"). However, because it is calculated from the standard SSM parameter (1 byte) for MAP, it is still limited to about 22.3 psig at sea level (ex. 37 (max for MAP) - 14.7 = 22.3 psig). So, you gain a little more headroom but you transmitting an extra byte (2 bytes). In addition, with standard parameters, you can lose some precision (sometimes quite a bit) after the conversion.
Extended parameters can allow you to log the original variable, eliminating the limit issue and loss of precision (ex. Manifold Absolute Pressure (direct)), but usually at a cost. With the 32-bit ECU, most extended parameters require 4 bytes. This should be carefully considered if you are trying to minimize the sampling interval. So, for example, if you are not going to be boosting anywhere near 18.4 psig sea level peak, then you should use the least costly parameter, standard "Manifold Relative Pressure". If over ~18.4 psig but under ~22.3 psig at sea level, then use "Manifold Relative Pressure (Corrected)" and only if you anticipate hitting over 22 psig, then use the extended parameters for MAP. I'll update the Enginuity extended parameter description list today (on the openecu site) and list the number of bytes for each extended parameter by ECU. There can be a big difference, even between each ECU, so it is hard to outline it here. For example, for the 16-bit ECU, IAM, feedback knock correction, and fine learning knock correction use on 1 byte v. 4 bytes for the 32-bit ECU. |
|
|
|
|
|
#8 |
|
Scooby Specialist
Member#: 158006
Join Date: Aug 2007
Chapter/Region:
TXIC
Location: San Antonio
Vehicle:2003 WRX IdleWagon 1992 GVR4 379/1000 |
Coolant temp? Interesting.
I log as little as possible, usually only what I need to base the data against the tables I am working with plus IAM, KC and feedback. I imagine alot of people would find it strange. /Brox |
|
|
|
|
|
#9 | |
|
Scooby Specialist
Member#: 98645
Join Date: Oct 2005
Chapter/Region:
NESIC
Location: Lawrence,ma
Vehicle:2002 WRX Wagon PSM |
Quote:
|
|
|
|
|
|
|
#10 | |
|
Scooby Specialist
Member#: 103136
Join Date: Dec 2005
|
Quote:
|
|
|
|
|
|
|
#11 | |
|
Scooby Specialist
Member#: 15652
Join Date: Feb 2002
Chapter/Region:
TXIC
Location: sugar land, katy
Vehicle:2002 2.5L WRX Wag. 160K club |
Quote:
I usually only log EL OR MAF. you can rough calculate either one from each other if you know the RPM. I also don't log the knock correction because a drop in that, I think, is reflected in the FLKC and/or FBKC values. |
|
|
|
|
|
|
#12 |
|
Scooby Guru
Member#: 10108
Join Date: Sep 2001
Chapter/Region:
TXIC
Location: LCP / N Austin TX
Vehicle:07 STI 25G build in progress |
I shotgun log the car most of the time. Unless I really want to dial one parameter in very closely, I have found you can get all you need in one log including AVCS. I don't know of any old hotrodder who does not log coolant temps (or have a gauge) on a new map. Your coolant temps can tell you a good bit. EGT and WBO2 are even more important.
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| can someone do a video on how to use enginuity | Malibusa | Engine Management & Tuning | 4 | 12-31-2007 12:40 AM |
| How to increase boost response? (and how good can it get?) | P-51 | Newbies & FAQs | 35 | 10-20-2004 03:23 PM |
| How to increase power performace with a 4EAT WRX? | rluc101 | Engine Management & Tuning | 7 | 06-24-2004 12:36 AM |
| how to increase aftermarket exhaust note | IgotWRXed | Factory 2.0L Turbo Powertrain | 4 | 09-15-2002 04:18 AM |
| how to increase fuel pressure on new WRX' | Tralala | Factory 2.0L Turbo Powertrain | 2 | 05-14-2001 02:25 PM |