Results 1 to 7 of 7

Thread: Pass through 5 speed Alli scanning issue

  1. #1
    Lifetime Member Cougar281's Avatar
    Join Date
    Jan 2006
    Posts
    882

    Default Pass through 5 speed Alli scanning issue

    Just an FYI, pass through seems to have some issues scanning 5 speed Alli controllers. Just got my trans back in, and I was watching the Pressure Control Switches to make sure everything was engaging and reporting right, but in pass through they all acted like they where disconnected. Fortunately, before I dropped the pan to check that I pligged it back in, I noticed that the TFT was at like 68*, which it wouldn't have been if the PSM was unplugged. Checked with BBL, and they where responding right. Jsut FYI; Let me know if I can provide any more useful info.

  2. #2
    EFILive Developer Site Admin Blacky's Avatar
    Join Date
    Mar 2003
    Posts
    9,500

    Default

    Do you mean PIDs: PCS1OS through to PCS5OS?
    I've just checked and there is a mistake in those PID's config for pass through logging.
    I'm working on a fix now...

    If you were referring to any additional PIDs, please let me know.

    Regards
    Paul
    Before asking for help, please read this.

  3. #3
    Lifetime Member mr.prick's Avatar
    Join Date
    Nov 2006
    Posts
    3,195

    Default

    What build are you using?
    512k RoadRunner Firmware 12.14R
    FlashScan V2 Bootblock V2.07.04 Firmware V2.07.22 EFILive V7.5.7 (Build 191) V8.2.1 (Build 181)
    LC-1 WBO2

    _________________________________________________

  4. #4
    Lifetime Member Cougar281's Avatar
    Join Date
    Jan 2006
    Posts
    882

    Default

    Quote Originally Posted by Blacky View Post
    Do you mean PIDs: PCS1OS through to PCS5OS?
    I've just checked and there is a mistake in those PID's config for pass through logging.
    I'm working on a fix now...

    If you were referring to any additional PIDs, please let me know.

    Regards
    Paul
    No, Actually I was looking at TState02, although that could be related to the mistake in PCS1OS-PCS5OS since I'd assume it uses those PIDs to determine TSTATE02.

    Quote Originally Posted by mr.prick View Post
    What build are you using?
    Latest and greatest; Build 83

  5. #5
    EFILive Developer Site Admin Blacky's Avatar
    Join Date
    Mar 2003
    Posts
    9,500

    Default

    Quote Originally Posted by Cougar281 View Post
    No, Actually I was looking at TState02, although that could be related to the mistake in PCS1OS-PCS5OS since I'd assume it uses those PIDs to determine TSTATE02.

    Latest and greatest; Build 83
    Be aware that most of the STATE and TSTATE PIDs have had their names changed between V7 pass through logging and FlashScan's Black Box Logging. The name change is automatically handled by the V7 scan tool when it loads a BB log file.

    For example, TSTATE02 in V7 pass through logging is now called TSTATE33 in black box logging. so if you logged TSTATE33 using black box logging and then viewed the file using the V7 scan tool it would appear as TSTATE02 in the scan tool.

    The complete list of name changes is
    Code:
    # ==============================================================================
    # Conversion of BBL PID names back to V7Parameter names
    # ---------------------------------------------------------
    
    *BBLV7
    
    #BBL Name      V7 name
    #------------- ----------------
    ; SAE paramaters
    WO2AS11        WO2S11_B
    WO2AS12        WO2S12_B
    WO2AS13        WO2S13_B
    WO2AS14        WO2S14_B
    WO2AS21        WO2S21_B
    WO2AS22        WO2S22_B
    WO2AS23        WO2S23_B
    WO2AS24        WO2S24_B
    
    ; GM Enhanced parameters
    ESTDIAG        STATE14
    ETCTAC1        STATE15
    ETCTAC2        STATE16
    ETST           ETCS
    MAF_GM         MAF
    MAPS           MAP
    ACHPRS         ACP
    GENFDC         ALT-F
    TP_A           TP
    FRPS           FPS
    BBVPS          BBS
    DESTQ          DESTRQ
    EOP            EOPS
    EGRCMD         EGRCOM
    TRACTRQ        ACTTRQ
    TTQRET         SEMRET
    BARO_B         BARO
    EOLIFE         EOL
    RUNTIME        RUN_TIME
    MAFSD          DYNAIR_LS2
    EGRCLOSE       EGRPINTLE
    IDLERPM        IDLRPM
    STFTAVG1       SHRTFTAVG1
    LTFTAVG1       LONGFTAVG1
    STFTAVG2       SHRTFTAVG2
    MFFAIL1        MFFAIL
    MFPASS1        MFPASS
    LTFTAVG2       LONGFTAVG2
    FTV            FTP
    CASE           CASEERR
    CURRCYL        CKREFCYL
    FANDC          FANPWMDC
    GENLDC         GENL_DC
    IGN1CC         IGNCOIL1
    IGN2CC         IGNCOIL2
    IGN3CC         IGNCOIL3
    IGN4CC         IGNCOIL4
    IGN5CC         IGNCOIL5
    IGN6CC         IGNCOIL6
    IGN7CC         IGNCOIL7
    IGN8CC         IGNCOIL8
    INJ1CC         INJECTOR1
    INJ2CC         INJECTOR2
    INJ3CC         INJECTOR3
    INJ4CC         INJECTOR4
    INJ5CC         INJECTOR5
    INJ6CC         INJECTOR6
    INJ7CC         INJECTOR7
    INJ8CC         INJECTOR8
    O2H11DC        O2HTRDCB1S1
    O2H21DC        O2HTRDCB2S1
    VSFPDC         FPVSPDDC
    EOT            EOILTS
    FANSPD_DES     FANSPD_ACT
    TSTATE33       TSTATE02
    TSTATE34       TSTATE03
    TSTATE35       TSTATE04
    TSTATE36       TSTATE05
    TSTATE37       TSTATE06
    TSTATE39       TSTATE07
    TSTATE40       TSTATE08
    TSTATE41       TSTATE09
    TSTATE42       TSTATE10
    TSTATE45       TSTATE12
    TSTATE03       TSTATE13
    TSTATE04       TSTATE14
    TSTATE05       TSTATE15
    TSTATE06       TSTATE16
    TSTATE07       TSTATE17
    TSTATE16       TSTATE18
    
    TSTATE02       TSTATE52
    TSTATE08       TSTATE58
    TSTATE09       TSTATE59
    TSTATE10       TSTATE60
    TSTATE11       TSTATE61
    TSTATE14       TSTATE64
    TSTATE15       TSTATE65
    TSTATE17       TSTATE67
    TSTATE19       TSTATE69
    
    TCMPSLIP       TCSLIP
    Before asking for help, please read this.

  6. #6
    Lifetime Member Cougar281's Avatar
    Join Date
    Jan 2006
    Posts
    882

    Default

    Right, I was logging TSTATE02 in the scan tool (didn't report anything), and was actually looking at TSTATE03 on the V2 (reported changes).

    Is there a complete list of the PIDS available yet? The version os the "PID Descriptions" I have for the 5 speed Allison doesn't have anywhere near as many PIDS as you just posted (Of the TSTATE PIDs, it only has 01, 03, 04, 05, 06, 07 & 16).

    Dave

    Quote Originally Posted by Blacky View Post
    Be aware that most of the STATE and TSTATE PIDs have had their names changed between V7 pass through logging and FlashScan's Black Box Logging. The name change is automatically handled by the V7 scan tool when it loads a BB log file.

    For example, TSTATE02 in V7 pass through logging is now called TSTATE33 in black box logging. so if you logged TSTATE33 using black box logging and then viewed the file using the V7 scan tool it would appear as TSTATE02 in the scan tool.

    The complete list of name changes is

  7. #7
    EFILive Developer Site Admin Blacky's Avatar
    Join Date
    Mar 2003
    Posts
    9,500

    Default

    The AutoCal beta release (due out Monday) will have all the PIDs updated.
    Regards
    Paul
    Before asking for help, please read this.

Similar Threads

  1. alli tm
    By Morgoth in forum Allison 5 & 6 Speed
    Replies: 15
    Last Post: May 22nd, 2010, 10:41 AM
  2. P10 high speed read/flash issue
    By ScarabEpic22 in forum LL8 4.2L In-Line 6 - P10 PCM
    Replies: 7
    Last Post: September 17th, 2009, 10:15 AM
  3. How to adj Alli
    By wildonwheels in forum Duramax 06 LLY / 06+ LBZ & LMM
    Replies: 0
    Last Post: August 7th, 2008, 02:35 PM
  4. low speed idle issue
    By Plumber in forum General (Petrol, Gas, Ethanol)
    Replies: 4
    Last Post: May 27th, 2007, 05:41 AM
  5. V7 software issue scanning misfires
    By BigTex in forum General
    Replies: 6
    Last Post: March 14th, 2005, 10:29 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •