Not really sure, I would need to compare SD based os for 6r80 how it differs from what I used as base. And probably it would be easier just to port my changes onto that OS.@geddys any chance you can use liveos to switch it from maf to sd?
As far as use case. For max effort NA builds, the MAF restriction could be meaningful. I do want try an OTR which is apparently tricky for MAF to work well in that quick ram up into the TB. And I suspect transient fueling and feel may be improved with a MAP only calibration.Not really sure, I would need to compare SD based os for 6r80 how it differs from what I used as base. And probably it would be easier just to port my changes onto that OS.
What is use case where you would want to switch from MAF to SD ?
Im generally asking cause my twin turbo car with 6870 twins is doing just fine still on MAF and I just don't seem to feel where SD would be better/easier.
I have in mind adding nitrous support into LisevOS since I figured all I would need to do is simply add some airflow into MAF sensor function and it would increase needed fuel and increase airload which would handle spark related stuff easily
I've helped my friend build max effort 10r80 N/A ( 700 rwhp ) with 5" diameter OTR I've welded up from aliexpress pipes and bellmouth and only problem I had was getting idle to work properly in windy conditions ( wind was blowing through MAF sensor and bouncing back from closed throttle ), other than that it worked without any problems or differences from Steeda CAI, at least in drag racing/dyno environments.As far as use case. For max effort NA builds, the MAF restriction could be meaningful. I do want try an OTR which is apparently tricky for MAF to work well in that quick ram up into the TB. And I suspect transient fueling and feel may be improved with a MAP only calibration.
The use-case for NA isn't as strong as SC or turbo but still exists. The Ford logic is determining the properties of the air in the plenum to then figure out what the properties of the air in the cylinder are on a per-cycle basis. With MAF in steady state, this is easy. The mass of air that passes through the MAF sensor is the same as what makes it into the cylinder. load=MAF/rpm/4/.0017. However, in dynamic situations, it does some very complex math where it figures a certain amount of air is entering the plenum (from the MAF sensor) and a certain amount of air mass is leaving the plenum and entering the current cylinder on intake (using SD model) so it then knows how much mass of air remains in the plenum after the current cylinder, therefore it attempts to predict how much air is entering the next cylinder so it can then know how much fuel is needed. You can see how this is less-than-ideal with lots of room for error. Will it work? Of course, but it can be better. As a side note, Ford did finally switch the Mustang GT over to SD in the S650, so I'm not sure if that leaves any vehicles using MAF in their lineup. SD, as you know, directly measure pressure and temp in the plenum and, therefore, knows from the SD model how much air will enter the next cylinder without needing all the prediction math.Not really sure, I would need to compare SD based os for 6r80 how it differs from what I used as base. And probably it would be easier just to port my changes onto that OS.
What is use case where you would want to switch from MAF to SD ?
Im generally asking cause my twin turbo car with 6870 twins is doing just fine still on MAF and I just don't seem to feel where SD would be better/easier.
They do use one master code for all of the engines, however once they tailor firmware for specific vehicle engine/trans/sensors combinations they remove unused big features from code base ( probably there is a lot of #ifdef in codebase ).@geddys according to Banish, Ford uses global logic meaning all cars have basically the same code, just with features and functionality turned on or off and different calibration data. For instance, a Ford Maverick and everything else has the code for burbles, but it's just turned off. I'd bet lunch that the SD code exists in the mustang coyotes but there is a hard-coded "switch" or definition exists where you can turn MAF off and SD on.