Search found 68 matches

by vwnut8392
Tue Sep 03, 2024 5:15 pm
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: PCM Hammer Release 021
Replies: 368
Views: 303413

Re: PCM Hammer Release 021

Been using this great program for a while now and wondered if i could make a small request? would it be possible to make the write calibration button write the calibration block and both parameter blocks?
by vwnut8392
Sun Sep 01, 2024 5:38 am
Forum: General Tuning Discussion
Topic: P59 ECU jumping between idle and normal ignition tables when driving
Replies: 1
Views: 5206

P59 ECU jumping between idle and normal ignition tables when driving

having this problem with my 6.0L swapped 1981 C10 where when driving it jumps between the idle ignition table and the main ignition table which causes this jerking and bucking. basically i have a 4WD colorado transmission thats converted to 2WD which does not have a VSS sensor in it by default. i go...
by vwnut8392
Fri Aug 23, 2024 7:35 am
Forum: Engineering and Reverse Engineering
Topic: Idea with MAP sensor scaling with P59 ECU and tuner pro
Replies: 1
Views: 4632

Re: Idea with MAP sensor scaling with P59 ECU and tuner pro

also if you are not too keen on using the KPA unit of measure for your MAP sensor in tuner pro and would rather make the values read in PSI relative to atmospheric pressure its pretty simple to modify the base KPA equation to display it as PSI relative. i will use the equation from the predicted MAP...
by vwnut8392
Fri Aug 23, 2024 7:15 am
Forum: Engineering and Reverse Engineering
Topic: Idea with MAP sensor scaling with P59 ECU and tuner pro
Replies: 1
Views: 4632

Idea with MAP sensor scaling with P59 ECU and tuner pro

so, im looking at bringing an old idea that i used in a previous project over that pertains to MAP sensor scaling on the tables as the way i have seen others adding support for other MAP sensors is rather clunky and a bit overkill. To start this idea comes from what i used when i worked on convertin...
by vwnut8392
Fri Aug 23, 2024 6:34 am
Forum: Engineering and Reverse Engineering
Topic: Trying to figure out how P59 axis's are referenced and where
Replies: 9
Views: 10764

Re: Trying to figure out how P59 axis's are referenced and where

INTERPOLATE_TABLE is the 3D lookup routine. A0 is the address of the table, D0 (word) value searched on the X axis, D1 (word) is the value searched on the Y axis. d2 is the size of the of X axis, and the result comes back in D0 as word. So in the above, 19 hex is 25 cells of the table in the X dire...
by vwnut8392
Thu Aug 15, 2024 6:31 am
Forum: Custom Code
Topic: LS1 Boost OS - Development
Replies: 322
Views: 217630

Re: LS1 Boost OS - Development

finally got a vehicle built that i can actually mess with this stuff and have worked with the V3.4 of this. seems to work decent but i did find 1 flaw with the wideband closed loop control and that after coming down from deceleration the wideband sits dead lean till i blip the throttle than it comes...
by vwnut8392
Thu Aug 15, 2024 6:07 am
Forum: Custom Code
Topic: Creating a Smoother Launch Control
Replies: 10
Views: 18851

Re: Creating a Smoother Launch Control

pretty simple to do after looking at some of your code. since you force clear the 3 RAM variables for coil dwell to get the spark cut instead create a constant value for the dwell time that is pushed into those 3 RAM spots instead. 0.0ms is the same as clearing those 3 RAM variables, push 0.1ms to 0...
by vwnut8392
Sun Jul 21, 2024 6:34 am
Forum: General Tuning Discussion
Topic: Difference between HPT SD patches and tricking MAF to fail?
Replies: 0
Views: 6386

Difference between HPT SD patches and tricking MAF to fail?

As the subject asks, does anyone here know the difference between if any when you apply a speed density patch with HPtuners vs just changing the several suggested variables in the mapping to force the MAP sensor to fail and revert to speed density?
by vwnut8392
Sun Jun 30, 2024 7:38 am
Forum: Engineering and Reverse Engineering
Topic: Trying to figure out how P59 axis's are referenced and where
Replies: 9
Views: 10764

Trying to figure out how P59 axis's are referenced and where

Ive been looking at 12587603 disassembly some more and i cant seem to figure out how the axis's are referenced. i can see where the variables for the axis's are pulled from RAM but how the axis's are actually read are still a mystery to me. anyone have any insight on this? im studying how the main h...
by vwnut8392
Wed Oct 11, 2023 7:17 am
Forum: Custom Code
Topic: LS1 Boost OS - Development
Replies: 322
Views: 217630

Re: LS1 Boost OS - Development

Here's a 12587603 BIN that has been patched with stock MAP sensor speed density to play with. having speed density with the other MAP modifications included here would be ideal with a boosted application since MAF is as always a flow limiter for a turbo application.