PDA

View Full Version : Script help



minytrker
February 24th, 2006, 03:44 PM
I am trying to build a script, well add to one I have made already. I am trying to build a script for deleting the rear 02's on c5 corvettes. The rest of my script works fine.

minytrker
February 26th, 2006, 08:53 PM
anyone have any idea?

Tordne
February 27th, 2006, 07:40 AM
Do you mean affecting like the DTC/MIL enablers (or similar)?

minytrker
February 27th, 2006, 12:38 PM
yes, thats it

Tordne
February 27th, 2006, 02:07 PM
This is a script I have to set a few things, one of which is the DTC/MIL enablers to go into SD mode. You might be able to adapt this for your purpose?


[Script]
;ID Cal Adj Value Update Area Comments
;----- ------ --- ------- ----------------------- ------------------------------
10= B5001 SET 0.0 . Set {B5001} MAF Sensor Calibration to "0.0"
20= C6002 SET C6002 . Set {C6002} Engine DTC MIL Enablers
30= C2901 SET 0.0 . Set {C2901} MAF High Frequency Fail 1 to "0.0"
40= C2903 SET 0.0 . Set {C2903} MAF High Frequency Fail Limit to "0.0"
50= C2904 SET 0.0 . Set {C2904} MAF Low Frequency Fail 1 to "0.0"
60= C2906 SET 0.0 . Set {C2906} MAF Low Frequency Fail Limit to "0.0"

[C6002]
;DTC Data
;----- -----------------------------------------------------------------------
P0101= 0
P0102= 0
P0103= 0


Cheers,