need to filter out bit7(accel/decel) records from veanalyse

Questions specific to Megalogviewer

Moderator: LT401Vette

Post Reply
Gruelius
MS/Extra Newbie
Posts: 25
Joined: Sun Apr 17, 2011 1:25 am

need to filter out bit7(accel/decel) records from veanalyse

Post by Gruelius »

Gday,

Trying to finish car tune, to tune boost isnt ideal with the autotune feature, and to tune the boost sections id like to see if i could filter out the records where accel is going on, atm its throwing off ve's cause its seeing the rich or lean spikes.

would [TPSacc] = 0 do it?

basically i want the time that triggers a accel event + the time that the accel pulsewidth runs (so .3ms in my case.)


Thanks
E30 323i 2.3lt - MS2 3.57 ms2e 3.1 w wasted spark & glens garage 3 wire ICV.
LT401Vette
Super MS/Extra'er
Posts: 12733
Joined: Sat Jul 16, 2005 8:07 am
Location: Moorseville, NC
Contact:

Re: need to filter out bit7(accel/decel) records from veanal

Post by LT401Vette »

Currently records under TPS accel should be filtered based on the TPS Accel flag in the the engine field.

Can you post a short log that demonstrates the behavior?

EDIT: If you are using 100% MAP accel, then you may need an additional filter. Pure MAP based accel may not be getting filtered.
Phil Tobin
EFI Analytics, helping to simplify EFI
Next Generation tuning software.
Supporting all MegaSquirt versions and firmwares.
http://www.TunerStudio.com
http://www.efiAnalytics.com/MegaLogViewer/
Support the firmware running your engine:
http://www.msextra.com/doc/donations.html
Gruelius
MS/Extra Newbie
Posts: 25
Joined: Sun Apr 17, 2011 1:25 am

Re: need to filter out bit7(accel/decel) records from veanal

Post by Gruelius »

its pure map accel. i have a stable tps signal but was advised map is better for tuning.

the problem is my accel records werent right, so when it saw the lean spike it would throw ve's at it. but i guess if my accel is right and it filters it, the result shouldnt be too bad. Id just like to lose the records around hard accel moments so i have some solid data for VE tuning.
E30 323i 2.3lt - MS2 3.57 ms2e 3.1 w wasted spark & glens garage 3 wire ICV.
LT401Vette
Super MS/Extra'er
Posts: 12733
Joined: Sat Jul 16, 2005 8:07 am
Location: Moorseville, NC
Contact:

Re: need to filter out bit7(accel/decel) records from veanal

Post by LT401Vette »

This custom filter will filter any map accel or decel:

(([Engine] & 64) > 0) || (([Engine] & 128) > 0 )
Phil Tobin
EFI Analytics, helping to simplify EFI
Next Generation tuning software.
Supporting all MegaSquirt versions and firmwares.
http://www.TunerStudio.com
http://www.efiAnalytics.com/MegaLogViewer/
Support the firmware running your engine:
http://www.msextra.com/doc/donations.html
Post Reply