How to get the CCP duty cycle to come up faster
How to get the CCP duty cycle to come up faster
I had a really good result with the CCP duty cycle and its influence on throttle response (from my thread a few weeks ago).
But coming off idle, I'd like the duty cycle to come in faster. There seems to be a ramp rate to get up to 100%, even though I have the CCP duty cycle vs airflow table set to 100% for all values.
There's also a table for time between DC updates, and even the factory AUJP is set to the minimum of 100 msec, which I kept.
Nothing I've tried seems to get it to come in faster off idle. It takes about 10 seconds or so to ramp up to 100%. But given the improvement in throttle feel once it gets to 100%, I'd like to see if I can get it to 100% faster...
Or is this ramp rate somehow hard coded and I can't alter it?
Once rhe DC gets to 100% then it simply goes from 0 to 100 instantaneously as l let my foot off the gas and then press the gas... Just trying to see how can get it to do that just off idle too.
But coming off idle, I'd like the duty cycle to come in faster. There seems to be a ramp rate to get up to 100%, even though I have the CCP duty cycle vs airflow table set to 100% for all values.
There's also a table for time between DC updates, and even the factory AUJP is set to the minimum of 100 msec, which I kept.
Nothing I've tried seems to get it to come in faster off idle. It takes about 10 seconds or so to ramp up to 100%. But given the improvement in throttle feel once it gets to 100%, I'd like to see if I can get it to 100% faster...
Or is this ramp rate somehow hard coded and I can't alter it?
Once rhe DC gets to 100% then it simply goes from 0 to 100 instantaneously as l let my foot off the gas and then press the gas... Just trying to see how can get it to do that just off idle too.
Last edited by ULTM8Z; Apr 14, 2026 at 11:45 PM.
Supreme Member

Joined: Aug 2002
Posts: 1,169
Likes: 42
From: ARIZONA
Car: 92 Trans Am Conv
Engine: LB9
Transmission: T5
Axle/Gears: 3.08
Re: How to get the CCP duty cycle to come up faster
Check the anht disassembly file. Press control F, CCP, enter. Read the description of what it does. Scroll up to the section header description to see what section of the code Youre in. Start in any area you think may be where your issue is.
if you find a potential parameter that isnt defined, define it. I think in one of these threads I did a walkthrough for how to do it. Ask for help doing so if needed.
And if you see a potential fix thats code let me know. I’ll tell you how to fix it.
if you find a potential parameter that isnt defined, define it. I think in one of these threads I did a walkthrough for how to do it. Ask for help doing so if needed.
And if you see a potential fix thats code let me know. I’ll tell you how to fix it.
Re: How to get the CCP duty cycle to come up faster
I think I found the existing parameter in SAUJP_v7 that does it...
CCP, If INT > 125, Increase DC% by This Amount 0x2E4
If I make this 100%, I get the effect of the CCP going to 100% duty cycle as soon as leave idle.
However, ironically it doesn't have the throttle response effect I was looking for, so I'm going to leave it stock.
Appreciate the reply.
CCP, If INT > 125, Increase DC% by This Amount 0x2E4
If I make this 100%, I get the effect of the CCP going to 100% duty cycle as soon as leave idle.
However, ironically it doesn't have the throttle response effect I was looking for, so I'm going to leave it stock.
Appreciate the reply.
Supreme Member

Joined: Aug 2002
Posts: 1,169
Likes: 42
From: ARIZONA
Car: 92 Trans Am Conv
Engine: LB9
Transmission: T5
Axle/Gears: 3.08
Re: How to get the CCP duty cycle to come up faster
I think I found the existing parameter in SAUJP_v7 that does it...
CCP, If INT > 125, Increase DC% by This Amount 0x2E4
If I make this 100%, I get the effect of the CCP going to 100% duty cycle as soon as leave idle.
However, ironically it doesn't have the throttle response effect I was looking for, so I'm going to leave it stock.
Appreciate the reply.
CCP, If INT > 125, Increase DC% by This Amount 0x2E4
If I make this 100%, I get the effect of the CCP going to 100% duty cycle as soon as leave idle.
However, ironically it doesn't have the throttle response effect I was looking for, so I'm going to leave it stock.
Appreciate the reply.
Joined: Jul 2003
Posts: 10,525
Likes: 204
From: NYC / Jersey
Car: 1990 Trans Am GTA
Engine: Turbo 305 w/MS2
Transmission: 700R4
Re: How to get the CCP duty cycle to come up faster
Originally Posted by ULTM8Z
Or is this ramp rate somehow hard coded and I can't alter it?
Set $82E1 to 00
Set $82E4 to FF
This will remove the 0.1 delay between updates and force the first update to reach max allowed duty...
AUJP uses the same CCP logic.
- Rob
Re: How to get the CCP duty cycle to come up faster
I played with that one earlier on and didn't really get much of a change.
I can try it again out of curiosity at some point just to make sure.
I can try it again out of curiosity at some point just to make sure.
Trending Topics
Supreme Member

Joined: Aug 2002
Posts: 1,169
Likes: 42
From: ARIZONA
Car: 92 Trans Am Conv
Engine: LB9
Transmission: T5
Axle/Gears: 3.08
Re: How to get the CCP duty cycle to come up faster
82EE = Disable if <= .9 MPH.
82EF = Disable if <= 0 KPA.
82F0 = Disable if <= 2.3% TPS.
Disable if IGN off
Disable if in DFCO
Disable if Acceleration enrichment
Supreme Member

Joined: Aug 2002
Posts: 1,169
Likes: 42
From: ARIZONA
Car: 92 Trans Am Conv
Engine: LB9
Transmission: T5
Axle/Gears: 3.08
Re: How to get the CCP duty cycle to come up faster
Is acceleration enrichment delaying your DC updates?
Edit: I see you got it to 100% quickly so there's no need for me to look further.
Edit: I see you got it to 100% quickly so there's no need for me to look further.
Last edited by Vanilla Ice; Apr 21, 2026 at 01:27 PM.
Joined: Jul 2003
Posts: 10,525
Likes: 204
From: NYC / Jersey
Car: 1990 Trans Am GTA
Engine: Turbo 305 w/MS2
Transmission: 700R4
Re: How to get the CCP duty cycle to come up faster
Originally Posted by Vanilla Ice
These values are ignored for a few reasons.
82EE = Disable if <= .9 MPH.
82EF = Disable if <= 0 KPA.
82F0 = Disable if <= 2.3% TPS.
Disable if IGN off
Disable if in DFCO
Disable if Acceleration enrichment
82EE = Disable if <= .9 MPH.
82EF = Disable if <= 0 KPA.
82F0 = Disable if <= 2.3% TPS.
Disable if IGN off
Disable if in DFCO
Disable if Acceleration enrichment
- Rob
Supreme Member

Joined: Aug 2002
Posts: 1,169
Likes: 42
From: ARIZONA
Car: 92 Trans Am Conv
Engine: LB9
Transmission: T5
Axle/Gears: 3.08
Re: How to get the CCP duty cycle to come up faster
Those three addresses are just the min enable thresholds for CCP vs MPH, MAP, and TPS. CCP is held off below those values, and also any time the key is off, or when DFCO is active, or when AE is active. They’re not being ignored, they’re literally the gates. The “2.3% TPS” example is just what this bin happens to be set to. Change the calibration and that number, as well as the behavior... moves with it.
- Rob
- Rob
There’s also enable thresholds for hysteresis. There’s also BLM thresholds. Theres an open loop switch. There’s a decrease step amount. Theres all sorts of things in the code.
Joined: Jul 2003
Posts: 10,525
Likes: 204
From: NYC / Jersey
Car: 1990 Trans Am GTA
Engine: Turbo 305 w/MS2
Transmission: 700R4
Re: How to get the CCP duty cycle to come up faster
Originally Posted by Vanilla Ice
That is what I said.
There’s also enable thresholds for hysteresis. There’s also BLM thresholds. Theres an open loop switch. There’s a decrease step amount. Theres all sorts of things in the code.
There’s also enable thresholds for hysteresis. There’s also BLM thresholds. Theres an open loop switch. There’s a decrease step amount. Theres all sorts of things in the code.
- Rob
Supreme Member

Joined: Aug 2002
Posts: 1,169
Likes: 42
From: ARIZONA
Car: 92 Trans Am Conv
Engine: LB9
Transmission: T5
Axle/Gears: 3.08
Re: How to get the CCP duty cycle to come up faster
Re: How to get the CCP duty cycle to come up faster
I know the data rate is pretty slow on this ECM (why I can't count on the "In AE" flags in the TP data as I believe the AE events are faster than the data rate from what I've read and heard).
But I've never even seen the DC flinch during a throttle transition
Re: How to get the CCP duty cycle to come up faster
Supreme Member

Joined: Aug 2002
Posts: 1,169
Likes: 42
From: ARIZONA
Car: 92 Trans Am Conv
Engine: LB9
Transmission: T5
Axle/Gears: 3.08
Re: How to get the CCP duty cycle to come up faster
To answer this question... no, I've never encountered the DC being reduced at all during AE.
I know the data rate is pretty slow on this ECM (why I can't count on the "In AE" flags in the TP data as I believe the AE events are faster than the data rate from what I've read and heard).
But I've never even seen the DC flinch during a throttle transition
I know the data rate is pretty slow on this ECM (why I can't count on the "In AE" flags in the TP data as I believe the AE events are faster than the data rate from what I've read and heard).
But I've never even seen the DC flinch during a throttle transition
Unlike AEs minor check bypass, DFCO bypasses the entire ccp routine. Including the checks mentioned prior.
Last edited by Vanilla Ice; Yesterday at 01:04 PM.
Joined: Jul 2003
Posts: 10,525
Likes: 204
From: NYC / Jersey
Car: 1990 Trans Am GTA
Engine: Turbo 305 w/MS2
Transmission: 700R4
Re: How to get the CCP duty cycle to come up faster
Originally Posted by ULTM8Z
I know the data rate is pretty slow on this ECM (why I can't count on the "In AE" flags in the TP data as I believe the AE events are faster than the data rate from what I've read and heard).
But I've never even seen the DC flinch during a throttle transition
But I've never even seen the DC flinch during a throttle transition
- Rob
Thread
Thread Starter
Forum
Replies
Last Post







