When you click on links to various merchants on this site and make a purchase, this can result in this site earning a commission. Affiliate programs and affiliations include, but are not limited to, the eBay Partner Network.
Adding a parameter to Tunerpro RT Operations List in ADX file
Not sure why, but none of the 8D adx files (the ones on Tunerpro.net, or the SAUJP) have a parameter that shows "A/C requested". It has "A/C clutch engaged" (when the ECM detects the 12V applied to the clutch), but not whether the ECM is getting the initial signal from the dash switch for the A/C.
Basically I want to hook up my Classic Auto Air system to the ECM so I can have the A/C clutch controlled by the ECM. Basically what Tim C did.
Re: Adding a parameter to Tunerpro RT Operations List in ADX file
Sorry I'm late to the party...
First Look at the ANHT hac and search for "Serial", this area will be your 6th hit.
This is the ALDL data feed list.
From there scoll down until you see what you want to log that isn't defined. In this case $0031 bit 7
Note the number circled. SUBTRACT 1 FROM IT. This is the packet offset to be entered in the new ADX aquisition bitmask definition.
Enter the number (56-1 = 55) in the integer side of the packet offset. Fill out the rest as it is here OR as needed for any other parameter you find.
Look at other definitions above and below it for any simple help.
Under Operand at the bottom:
Bit 0 = 01
Bit 1 = 02
Bit 2 = 04
Bit 3 = 08
Bit 4 = 10
Bit 5 = 20
Bit 6 = 40
Bit 7 = 80
Last edited by Vanilla Ice; Apr 6, 2026 at 02:04 PM.