Page 1 of 3 123 LastLast
Results 1 to 10 of 24

Thread: Cant get VX V6 connected to EFILIVE 4

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Junior Member
    Join Date
    Jan 2015
    Posts
    14

    Post Cant get VX V6 connected to EFILIVE 4

    Hi All
    I am a newbie to this forum, I am having trouble connecting EFILIVE 4

    I have EFILIVE 4 full version, the vehicle in question is a 2002 VX V6 commodore. I have a ALDL cable and driver installed and I have set the coms and the cable is recognised, I have selected the vehicle via vehicle data streams and have tried gmh-vx6 from the list and also gmh-vx6 updated.xml, I have chatter detected and interface detected ok. I tried checking and un-checking Max232 echo, I have changed the vehicle data stream definitions from $F5 to $F7

    At the moment the data reads:

    01:00.746: Error: Reply frame checksum failure
    01:00.751: Error: No echo received from MAX232
    01:00.895: Com timeout: Data frame truncated: $B1,$A8,$55,$03,$20,$55,$8B,$D8,$55,$D3,$90,$55,$1 B,$A0,$55,$0B,$11,$5C,$FF,$FD,$40,$00,$00,$00,$00, $57,$40,$58,$51,$12,$43,$C2,$41,$63,$00,$65,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
    01:00.900: Stop macro: Engine data and DTCs: DATADTC

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

    Default

    The data should have been interpreted as separate frames by the EFILive V4 software like this:
    .....$B1,
    $A8,$55,$03,
    $20,$55,$8B,
    $D8,$55,$D3,
    $90,$55,$1B,
    $A0,$55,$0B,
    $11,$5C,$FF,$FD,$40,$00,$00,$00,$00,$57,
    $40,$58,$51,$12,$43,$C2,
    $41,$63,$00,$65,....

    When the start and end of each frame gets messed up it, it can be caused by the software not correctly detecting the gap between frames. To make the software more sensitive to the inter-frame gap, try setting the following timing values in the [Timing] tab page of the vehicle definition (Menu: Edit->Vehicle):
    T1 = 10 ms
    T2 = 0 ms
    T3 = 200 ms

    Regards
    Paul
    Before asking for help, please read this.

  3. #3
    Junior Member
    Join Date
    Jan 2015
    Posts
    14

    Post VX V6 2002 Time out

    Quote Originally Posted by Blacky View Post
    The data should have been interpreted as separate frames by the EFILive V4 software like this:
    .....$B1,
    $A8,$55,$03,
    $20,$55,$8B,
    $D8,$55,$D3,
    $90,$55,$1B,
    $A0,$55,$0B,
    $11,$5C,$FF,$FD,$40,$00,$00,$00,$00,$57,
    $40,$58,$51,$12,$43,$C2,
    $41,$63,$00,$65,....

    When the start and end of each frame gets messed up it, it can be caused by the software not correctly detecting the gap between frames. To make the software more sensitive to the inter-frame gap, try setting the following timing values in the [Timing] tab page of the vehicle definition (Menu: Edit->Vehicle):
    T1 = 10 ms
    T2 = 0 ms
    T3 = 200 ms

    Regards
    Paul
    Hi Paul
    Thanks for your info, I tried what you suggested, below is the outcome

    50:23.061: Opening COM2 8228,8,N,1
    50:29.178: Start macro: Engine data: DATA
    50:29.188: Synchronising ALDL communications...
    50:29.188: Waiting for heartbeat: $08,$55,$A3
    50:29.188: Waiting for Aldl bus silence of at least 50ms...
    50:29.433: Com timeout: Data frame truncated: $11,$5C,$FF,$FD,$40,$00,$00,$20,$36,$00
    50:29.445: Synchronising ALDL communications...
    50:29.445: Waiting for heartbeat: $08,$55,$A3
    50:29.445: Waiting for Aldl bus silence of at least 50ms...
    50:29.636: Com timeout: Data frame truncated: $41,$63,$01,$29,$00,$68,$00,$20,$36,$00,$F8,$C5,$0 0,$7A,$10,$49,$9C
    50:29.647: Synchronising ALDL communications...
    50:29.647: Waiting for heartbeat: $08,$55,$A3
    50:29.647: Waiting for Aldl bus silence of at least 50ms...
    50:29.948: Com timeout: Data frame truncated: $40,$58,$51,$12,$43,$68
    50:30.060: Stop macro: Engine data: DATA

    Cheers
    Mark

  4. #4
    Junior Member
    Join Date
    Jan 2015
    Posts
    14

    Default

    Hi Paul

    Just to mention that I have the motor in a Ford Econovan Winnebago and that I have a after market BCM, The kit was through Pat Garner. I am not sure if the EFILIVE 4 is reading the BCM, hence the timeout.

    Thanks
    Mark


    Quote Originally Posted by Mark Thomas View Post
    Hi Paul
    Thanks for your info, I tried what you suggested, below is the outcome

    50:23.061: Opening COM2 8228,8,N,1
    50:29.178: Start macro: Engine data: DATA
    50:29.188: Synchronising ALDL communications...
    50:29.188: Waiting for heartbeat: $08,$55,$A3
    50:29.188: Waiting for Aldl bus silence of at least 50ms...
    50:29.433: Com timeout: Data frame truncated: $11,$5C,$FF,$FD,$40,$00,$00,$20,$36,$00
    50:29.445: Synchronising ALDL communications...
    50:29.445: Waiting for heartbeat: $08,$55,$A3
    50:29.445: Waiting for Aldl bus silence of at least 50ms...
    50:29.636: Com timeout: Data frame truncated: $41,$63,$01,$29,$00,$68,$00,$20,$36,$00,$F8,$C5,$0 0,$7A,$10,$49,$9C
    50:29.647: Synchronising ALDL communications...
    50:29.647: Waiting for heartbeat: $08,$55,$A3
    50:29.647: Waiting for Aldl bus silence of at least 50ms...
    50:29.948: Com timeout: Data frame truncated: $40,$58,$51,$12,$43,$68
    50:30.060: Stop macro: Engine data: DATA

    Cheers
    Mark

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

    Default

    In the [Chatter] tab page, try changing the Heartbeat value from "$08,$55,$A3" to "$A8,$55,$03".

    Regards
    Paul
    Before asking for help, please read this.

  6. #6
    Junior Member
    Join Date
    Jan 2015
    Posts
    14

    Default

    Hi Paul

    I applied the change you mentioned, below is the outcome:

    44:26.590: Start macro: Engine data: DATA
    44:26.591: Synchronising ALDL communications...
    44:26.591: Waiting for heartbeat: $A8,$55,$03
    44:26.591: Waiting for Aldl bus silence of at least 50ms...
    44:26.925: Com timeout: Data frame truncated: $41,$63,$00,$1A,$00,$63,$49,$1E,$36,$00,$F8,$C5,$0 0,$8A,$10,$77,$7A
    44:26.938: Synchronising ALDL communications...
    44:26.938: Waiting for heartbeat: $A8,$55,$03
    44:26.938: Waiting for Aldl bus silence of at least 50ms...
    44:27.237: Com timeout: Data frame truncated: $41,$63,$00,$1A,$43,$C2,$49,$1E,$36,$00,$F8,$C5,$0 0,$8A,$10,$77,$7A
    44:27.250: Synchronising ALDL communications...
    44:27.250: Waiting for heartbeat: $A8,$55,$03
    44:27.250: Waiting for Aldl bus silence of at least 50ms...
    44:27.549: Com timeout: Data frame truncated: $41,$63,$00,$1A,$00,$63,$49,$1F,$36,$00,$F8,$C5,$0 0,$8A,$10,$77,$7A
    44:27.661: Stop macro: Engine data: DATA

    Thanks for your help


    Cheers
    Mark
    Quote Originally Posted by Blacky View Post
    In the [Chatter] tab page, try changing the Heartbeat value from "$08,$55,$A3" to "$A8,$55,$03".

    Regards
    Paul

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

    Default

    Can you just display the chatter for about 10 seconds, then post the resulting text output here. That will give me an idea of just what data is being transmitted on the ALDL bus.
    Regards
    Paul
    Before asking for help, please read this.

  8. #8
    Junior Member
    Join Date
    Jan 2015
    Posts
    14

    Default

    Hi Paul

    Thanks for getting back to me, below is as long as it would CHATTER, I have also added Engine data

    38:37.866: Initialising...
    38:39.594: Opening COM1 8228,8,N,1
    38:43.650: Ready.
    38:53.957: Check vehicle interface...
    38:54.037: Waiting for Aldl bus silence of at least 50ms...
    38:54.089: Requesting Max232 interface to acknowlege: $FF,$55,$AC...
    38:54.103: Max232 interface detected OK

    38:54.105: Scanning for heartbeat and chatter frames...
    38:54.105: Waiting for Aldl bus silence of at least 50ms...
    38:54.510: Com timeout: Data frame truncated: $41,$63,$00,$00,$00,$55,$45,$00,$00,$00,$F8,$C5,$0 0,$00,$00,$00,$00

    39:08.572: Start macro: Engine data: DATA
    39:08.571: Synchronising ALDL communications...
    39:08.571: Waiting for heartbeat: $08,$55,$A3
    39:08.571: Waiting for Aldl bus silence of at least 50ms...
    39:08.673: Com timeout: Data frame truncated: $40,$58,$51,$12,$00,$00
    39:08.677: Synchronising ALDL communications...
    39:08.677: Waiting for heartbeat: $08,$55,$A3
    39:08.677: Waiting for Aldl bus silence of at least 50ms...
    39:09.001: Com timeout: Data frame truncated: $41,$63,$00,$00,$00,$55,$45,$00,$00,$00,$F8,$C5,$0 0,$00,$00,$00,$00
    39:09.005: Synchronising ALDL communications...
    39:09.005: Waiting for heartbeat: $08,$55,$A3
    39:09.005: Waiting for Aldl bus silence of at least 50ms...
    39:09.313: Com timeout: Data frame truncated: $41,$63,$00,$00,$43,$C2,$45,$00,$00,$00,$F8,$C5,$0 0,$00,$00,$00,$00
    39:09.425: Stop macro: Engine data: DATA

    Cheers
    Mark

    Quote Originally Posted by Blacky View Post
    Can you just display the chatter for about 10 seconds, then post the resulting text output here. That will give me an idea of just what data is being transmitted on the ALDL bus.
    Regards
    Paul

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

    Default

    What I meant was, select the menu option: "ALDL->Listen to chatter (Ctrl+L)" option. That will just listen to the data on the ALDL bus and display it on the screen. That was I can see which modules are transmitting which data.

    Regards
    Paul
    Before asking for help, please read this.

  10. #10
    Junior Member
    Join Date
    Jan 2015
    Posts
    14

    Post VX V6 Not connecting

    Hi Paul
    Sorry for the misunderstanding, I was not sure what you wanted, I think I have what you need:


    9 – 0120:34.274: Initialising...
    20:34.836: Opening COM1 8228,8,N,1
    20:35.159: Ready.
    21:27.069: Check vehicle interface...
    21:27.075: Waiting for Aldl bus silence of at least 50ms...
    21:27.134: Requesting Max232 interface to acknowlege: $FF,$55,$AC...
    21:27.155: Max232 interface detected OK

    21:27.157: Scanning for heartbeat and chatter frames...
    21:27.157: Waiting for Aldl bus silence of at least 50ms...
    21:27.524: Com timeout: Data frame truncated: $41,$63,$00,$00,$00,$4B,$46,$00,$00,$00,$00,$00,$0 0,$00,$00,$00,$00

    21:42.544: Scan for chatter...
    21:42.544: Waiting for Aldl bus silence of at least 50ms...
    21:42.640: (21:42.640)$40,$58,$51,$12,$43,$C2
    21:42.641: Com timeout: Data frame truncated: $41,$63,$00,$12,$43,$C2,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00,$00
    21:42.641: No chatter found
    21:42.656: Error: Reply frame checksum failure
    21:42.656: No chatter found
    21:42.656: Error: Reply frame checksum failure
    21:42.656: No chatter found
    21:42.688: Com timeout: Data frame truncated: $00,$F8,$C5,$00,$00,$10,$55,$A8,$A8,$55,$03,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00
    21:42.689: No chatter found
    21:42.689: (21:42.689)$20,$55,$8B
    21:42.704: (21:42.704)$D8,$55,$D3
    21:42.720: (21:42.720)$90,$55,$1B
    21:42.736: (21:42.736)$A0,$55,$0B
    21:42.766: Com timeout: Data frame truncated: $11,$5C,$FF,$FD,$40,$00,$00,$00,$A8,$55
    21:42.766: No chatter found
    21:42.768: Error: Reply frame checksum failure
    21:42.768: No chatter found
    21:42.784: Error: Reply frame checksum failure
    21:42.784: No chatter found
    21:42.797: Com timeout: Data frame truncated: $41,$63,$00,$00,$00,$4B,$47,$00,$00,$00,$F8,$00,$0 0,$00,$00,$00,$00
    21:42.797: No chatter found
    21:42.800: Error: Reply frame checksum failure
    21:42.800: No chatter found
    21:42.812: Com timeout: Data frame truncated: $10,$6B,$92,$00,$00,$4B,$47,$00,$00,$00,$F8,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
    21:42.813: No chatter found
    21:42.816: (21:42.816)$08,$55,$A3
    21:42.960: (21:42.944)$40,$58,$51,$12,$43,$C2
    21:42.968: Com timeout: Data frame truncated: $41,$63,$00,$00,$00,$4B,$47,$00,$00,$00,$F8,$00,$0 0,$00,$00,$00,$00
    21:42.969: No chatter found
    21:42.976: Error: Reply frame checksum failure
    21:42.977: No chatter found
    21:42.984: Com timeout: Data frame truncated: $F8,$C5,$00,$00,$10,$88,$75,$00,$00,$00,$F8,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0 0,$00,$00
    21:42.984: No chatter found
    21:42.992: (21:42.992)$A8,$55,$03
    21:43.008: (21:43.008)$20,$55,$8B
    21:43.024: (21:43.024)$D8,$55,$D3
    21:43.040: (21:43.040)$90,$55,$1B
    21:43.056: (21:43.056)$A0,$55,$0B
    21:43.072: (21:43.072)$11,$5C,$FF,$FD,$40,$00,$00,$00,$00,$57
    21:43.088: (21:43.088)$40,$58,$51,$12,$43,$C2
    21:43.109: Com timeout: Data frame truncated: $41,$63,$00,$00,$00,$4B,$47,$00,$00,$00,$F8,$C5,$0 0,$00,$10,$00,$00
    21:43.109: No chatter found
    21:43.124: Com timeout: Data frame truncated: $9D,$60,$08,$55,$00,$4B,$47,$00,$00,$00,$F8,$C5,$0 0,$00
    21:43.125: No chatter found
    21:43.264: Error: Reply frame checksum failure
    21:43.264: No chatter found
    21:43.264: Error: Reply frame checksum failure
    21:43.265: No chatter found
    21:43.280: Error: Reply frame checksum failure
    21:43.280: No chatter found
    21:43.281: Error: Reply frame checksum failure
    21:43.281: No chatter found
    21:43.281: Error: Reply frame checksum failure
    21:43.281: No chatter found
    21:43.281: Error: Reply frame checksum failure
    21:43.281: No chatter found
    21:43.296: Error: Reply frame checksum failure
    21:43.296: No chatter found
    21:43.296: Error: Reply frame checksum failure
    21:43.297: No chatter found
    21:43.312: (21:43.312)$A8,$55,$03
    21:43.328: (21:43.328)$20,$55,$8B
    21:43.344: (21:43.328)$D8,$55,$D3
    21:43.360: (21:43.344)$90,$55,$1B
    21:43.376: (21:43.360)$A0,$55,$0B
    21:43.390: Com timeout: Data frame truncated: $11,$5C,$FF,$55,$00,$4B,$47,$00,$00,$00
    21:43.390: No chatter found
    21:43.392: Error: Reply frame checksum failure
    21:43.392: No chatter found
    21:43.392: Error: Reply frame checksum failure
    21:43.393: No chatter found
    21:43.408: Error: Reply frame checksum failure
    21:43.408: No chatter found
    21:43.408: Error: Reply frame checksum failure
    21:43.408: No chatter found
    21:43.409: Error: Reply frame checksum failure
    21:43.409: No chatter found
    21:43.409: Error: Reply frame checksum failure
    21:43.409: No chatter found
    21:43.424: Error: Reply frame checksum failure
    21:43.424: No chatter found
    21:43.424: Error: Reply frame checksum failure
    21:43.425: No chatter found
    21:43.425: Error: Reply frame checksum failure
    21:43.425: No chatter found
    21:43.425: Error: Reply frame checksum failure
    21:43.425: No chatter found
    21:43.440: (21:43.440)$08,$55,$A3
    21:43.584: (21:43.584)$40,$58,$51,$12,$43,$C2
    21:43.616: (21:43.584)$41,$63,$00,$00,$00,$4B,$47,$00,$00,$00 ,$F8,$C5,$00,$00,$10,$4D,$B0
    21:43.616: (21:43.616)$A8,$55,$03
    21:43.632: (21:43.632)$20,$55,$8B
    21:43.648: (21:43.648)$D8,$55,$D3
    21:43.664: (21:43.664)$90,$55,$1B
    21:43.680: (21:43.680)$A0,$55,$0B
    21:43.702: Com timeout: Data frame truncated: $11,$5C,$FF,$FD,$40,$00,$00,$00,$00,$00
    21:43.702: No chatter found
    21:43.712: Error: Reply frame checksum failure
    21:43.712: No chatter found
    21:43.717: Com timeout: Data frame truncated: $40,$58,$51,$12,$40,$00
    21:43.717: No chatter found
    21:43.733: Com timeout: Data frame truncated: $43,$C2,$41,$63,$00,$00,$00,$4B,$47,$00,$00,$00,$0 0,$00,$10,$4D,$B0,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
    21:43.733: No chatter found
    21:43.748: Com timeout: Data frame truncated: $F8,$C5,$00,$00,$10,$62,$9B,$4B,$47,$00,$00,$00,$0 0,$00,$10,$4D,$B0,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0 0,$00,$00
    21:43.749: No chatter found
    21:43.760: (21:43.760)$08,$55,$A3
    21:43.904: (21:43.888)$40,$58,$51,$12,$43,$C2
    21:43.920: (21:43.904)$41,$63,$00,$00,$00,$4B,$47,$00,$00,$00 ,$F8,$C5,$00,$00,$10,$7F,$7E
    21:43.936: (21:43.936)$A8,$55,$03
    21:43.952: (21:43.952)$20,$55,$8B
    21:43.968: (21:43.968)$D8,$55,$D3
    21:43.984: (21:43.984)$90,$55,$1B
    21:44.000: (21:44.000)$A0,$55,$0B
    21:44.016: (21:44.016)$11,$5C,$FF,$FD,$40,$00,$00,$00,$00,$57
    21:44.032: (21:44.032)$40,$58,$51,$12,$43,$C2
    21:44.060: Com timeout: Data frame truncated: $41,$63,$00,$00,$00,$4B,$47,$00,$00,$00,$F8,$C5,$0 0,$00,$10,$7F,$7E
    21:44.061: No chatter found
    21:44.076: Com timeout: Data frame truncated: $10,$95,$68,$08,$00,$4B,$47,$00,$00,$00,$F8,$C5,$0 0,$00,$10,$7F,$7E,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00,$00
    21:44.076: No chatter found
    21:44.279: Com timeout: Data frame truncated: $55,$A3,$40,$58,$51,$12,$43,$C2,$41,$63,$00,$00,$0 0,$4B,$47,$00,$00,$00,$F8,$C5,$00,$00,$10,$11,$EC, $A8,$55,$03,$20,$55,$8B,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00
    21:44.279: No chatter found
    21:44.288: (21:44.288)$D8,$55,$D3
    21:44.304: (21:44.288)$90,$55,$1B
    21:44.320: (21:44.304)$A0,$55,$0B
    21:44.336: (21:44.320)$11,$5C,$FF,$FD,$40,$00,$00,$00,$00,$57
    21:44.352: (21:44.352)$40,$58,$51,$12,$43,$C2
    21:44.357: Com timeout: Data frame truncated: $41,$63,$00,$00,$43,$C2,$00,$00,$00,$57,$00,$00,$0 0,$4B,$47,$00,$00
    21:44.357: No chatter found
    21:44.368: Error: Reply frame checksum failure
    21:44.368: No chatter found
    21:44.368: Error: Reply frame checksum failure
    21:44.369: No chatter found
    21:44.372: Com timeout: Data frame truncated: $F8,$C5,$00,$00,$10,$27,$D6,$00,$00,$57,$00,$00,$0 0,$4B,$47,$00,$00,$00,$F8,$C5,$00,$00,$10,$11,$EC, $A8,$55,$03,$20,$55,$8B,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0 0,$00,$00
    21:44.373: No chatter found
    21:44.384: (21:44.384)$08,$55,$A3
    21:44.528: (21:44.528)$40,$58,$51,$12,$43,$C2
    21:44.560: Com timeout: Data frame truncated: $41,$63,$00,$00,$00,$4B,$47,$00,$00,$00,$F8,$C5,$0 0,$00,$47,$00,$00
    21:44.560: No chatter found
    21:44.560: Error: Reply frame checksum failure
    21:44.560: No chatter found
    21:44.576: (21:44.561)$A8,$55,$03
    21:44.576: (21:44.576)$20,$55,$8B
    21:44.592: (21:44.592)$D8,$55,$D3
    21:44.608: (21:44.608)$90,$55,$1B
    21:44.624: (21:44.624)$A0,$55,$0B
    21:44.653: Com timeout: Data frame truncated: $11,$5C,$FF,$FD,$40,$00,$47,$00,$00,$00
    21:44.654: No chatter found
    21:44.656: Error: Reply frame checksum failure
    21:44.656: No chatter found
    21:44.656: Error: Reply frame checksum failure
    21:44.657: No chatter found
    21:44.672: Error: Reply frame checksum failure
    21:44.672: No chatter found
    21:44.672: Error: Reply frame checksum failure
    21:44.673: No chatter found
    21:44.673: Error: Reply frame checksum failure
    21:44.673: No chatter found
    21:44.673: Error: Reply frame checksum failure
    21:44.673: No chatter found
    21:44.688: Error: Reply frame checksum failure
    21:44.688: No chatter found
    21:44.688: Error: Reply frame checksum failure
    21:44.689: No chatter found
    21:44.700: Com timeout: Data frame truncated: $10,$5A,$A3,$FD,$40,$00,$47,$00
    21:44.700: No chatter found
    21:44.704: (21:44.704)$08,$55,$A3
    21:44.848: (21:44.848)$40,$58,$51,$12,$43,$C2
    21:44.856: Com timeout: Data frame truncated: $41,$63,$00,$00,$00,$C2,$47,$00,$00,$00,$F8,$C5,$0 0,$00,$47,$00,$00
    21:44.856: No chatter found
    21:44.864: Error: Reply frame checksum failure
    21:44.864: No chatter found
    21:44.864: Error: Reply frame checksum failure
    21:44.865: No chatter found
    21:44.865: Error: Reply frame checksum failure
    21:44.865: No chatter found
    21:44.872: Com timeout: Data frame truncated: $10,$76,$87,$00,$00,$C2,$47,$00,$00,$00,$F8,$C5,$0 0,$00,$47,$00,$00,$00,$F8,$C5,$00,$00,$10,$11,$EC, $A8,$55,$03,$20,$55,$8B,$00,$00,$00,$00,$00
    21:44.872: No chatter found
    21:44.880: (21:44.880)$A8,$55,$03
    21:44.896: (21:44.896)$20,$55,$8B
    21:44.912: (21:44.912)$D8,$55,$D3
    21:44.928: (21:44.928)$90,$55,$1B
    21:44.944: (21:44.944)$A0,$55,$0B
    21:44.965: Com timeout: Data frame truncated: $11,$5C,$FF,$FD,$40,$00,$00,$00,$00,$00
    21:44.965: No chatter found
    21:44.976: Error: Reply frame checksum failure
    21:44.976: No chatter found
    21:44.976: Error: Reply frame checksum failure
    21:44.977: No chatter found
    21:44.992: Error: Reply frame checksum failure
    21:44.992: No chatter found
    21:44.992: Error: Reply frame checksum failure
    21:44.993: No chatter found
    21:44.993: Error: Reply frame checksum failure
    21:44.993: No chatter found
    21:44.993: Error: Reply frame checksum failure
    21:44.993: No chatter found
    21:45.008: Error: Reply frame checksum failure
    21:45.008: No chatter found
    21:45.012: Com timeout: Data frame truncated: $10,$8C,$71,$FD,$40,$00,$00,$00,$00,$00,$F8,$C5,$0 0,$00,$47,$00,$00,$00,$F8,$C5,$00,$00,$10,$11,$EC, $A8,$55,$03,$20,$55,$8B,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00
    21:45.012: No chatter found
    21:45.024: (21:45.024)$08,$55,$A3
    21:45.152: Com timeout: Data frame truncated: $40,$58,$51,$FD,$40,$00
    21:45.153: No chatter found
    21:45.168: Error: Reply frame checksum failure
    21:45.168: No chatter found
    21:45.184: Com timeout: Data frame truncated: $41,$63,$00,$00,$00,$4B,$47,$00,$00,$00,$F8,$C5,$0 0,$00,$47,$00,$00
    21:45.184: No chatter found
    21:45.199: Com timeout: Data frame truncated: $00,$F8,$C5,$00,$00,$10,$09,$F4,$00,$00,$F8,$C5,$0 0,$00,$47,$00,$00,$00,$F8,$C5,$00,$00,$10,$11,$EC, $A8,$55,$03,$20,$55,$8B,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00, $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$0 0,$00,$00,$00
    21:45.200: No chatter found



    Cheers
    Mark

    Quote Originally Posted by Blacky View Post
    What I meant was, select the menu option: "ALDL->Listen to chatter (Ctrl+L)" option. That will just listen to the data on the ALDL bus and display it on the screen. That was I can see which modules are transmitting which data.

    Regards
    Paul

Page 1 of 3 123 LastLast

Similar Threads

  1. V2 Not Working/ or connected
    By Mr Baadboy in forum Diesel
    Replies: 1
    Last Post: October 30th, 2013, 07:09 PM
  2. V2 will not stay connected to my computer
    By Burnt_Bizcut00 in forum FlashScan V2
    Replies: 21
    Last Post: February 17th, 2013, 03:41 AM
  3. No device connected?
    By Mtnbike4522 in forum FlashScan V2
    Replies: 6
    Last Post: January 9th, 2011, 08:37 AM
  4. Not Connected message
    By 920codyroad in forum Gen III V8 Specific
    Replies: 2
    Last Post: December 15th, 2009, 05:45 PM

Tags for this Thread

Posting Permissions

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