ALDL Logger

160 And 8192 Baud Aldl
User avatar
Holden202T
Posts: 10311
Joined: Sat Feb 28, 2009 9:05 pm
Location: Tenambit, NSW
Contact:

Re: ALDL Logger

Post by Holden202T »

so what your saying is whatever adx is in the logger is what it uses for the display, then once you get a log out of the sd card you can play it back in TP5 with any adx to show everything ? (once the conversion back to TP5 is done)

sounds like your on the home stretch!! :punk:
User avatar
VL400
Posts: 4991
Joined: Sun Mar 01, 2009 2:54 pm
cars: VL Calais and Toyota Landcruiser. Plus some toys :)
Location: Perth, WA
Contact:

Re: ALDL Logger

Post by VL400 »

Big :thumbup: :thumbup: :thumbup: :thumbup: to Jayme. He went through and identifed how lots of the XDL header works. Mark Mansur has confirmed more of it and shouldnt be too hard to now get it working 100%.

But anyway, with an ADX and a small header template file loaded on the SD card the logger now records directly to an XDL file. Here is a quick test file straight off the memory card..
Attachments
LOG01.zip
(2.49 KiB) Downloaded 368 times
User avatar
Holden202T
Posts: 10311
Joined: Sat Feb 28, 2009 9:05 pm
Location: Tenambit, NSW
Contact:

Re: ALDL Logger

Post by Holden202T »

sounds like its all good! good to see Mark helped out with info too!!

so when do i send my bank deposit :P :punk:
v6bucket
Posts: 761
Joined: Tue Jul 21, 2009 10:02 am

Re: ALDL Logger

Post by v6bucket »

This thing sounds great :thumbup:
"Definition of a Drag Racer: A person who spends money he doesn't have on parts he doesn't need to impress people he doesn't know." - Grumpy Jenkins----- Poverty---
User avatar
VL400
Posts: 4991
Joined: Sun Mar 01, 2009 2:54 pm
cars: VL Calais and Toyota Landcruiser. Plus some toys :)
Location: Perth, WA
Contact:

Re: ALDL Logger

Post by VL400 »

Changed over to a new processor board today, the arduino was short on RAM and not easy to field upgrade. So am using an awesome board, the Teensy 2. Was too lazy to build another proto so its stacked up on the original to convert the arduino pinouts to the Teensy 2...
StackedTeensy1.jpg
StackedTeensy1.jpg (90.34 KiB) Viewed 4758 times
User avatar
antus
Site Admin
Posts: 8258
Joined: Sat Feb 28, 2009 8:34 pm
cars: TX Gemini 2L Twincam
TX Gemini SR20 18psi
Datsun 1200 Ute
Subaru Blitzen '06 EZ30 4th gen, 3.0R Spec B
Contact:

Re: ALDL Logger

Post by antus »

Nice :) teensy 2 is a good board. looking forward to trying one of these. :punk:
Have you read the FAQ? For lots of information and links to significant threads see here: http://pcmhacking.net/forums/viewtopic.php?f=7&t=1396
User avatar
Holden202T
Posts: 10311
Joined: Sat Feb 28, 2009 9:05 pm
Location: Tenambit, NSW
Contact:

Re: ALDL Logger

Post by Holden202T »

the leaning tower of MPR!
User avatar
VL400
Posts: 4991
Joined: Sun Mar 01, 2009 2:54 pm
cars: VL Calais and Toyota Landcruiser. Plus some toys :)
Location: Perth, WA
Contact:

Re: ALDL Logger

Post by VL400 »

Still plodding away at this and adding bits to the firmware and hardware.

Have now implemented a few flag options, one being a passive logging mode. For VT and later where you want to keep all vehicle functions (dash, fans, SRS etc) and still log this will be handy, it logs without disabling chatter by syncing to the heartbeat and using the 128mS of free bus time to get a mode 1 message 0 frame sent and received. Can see here before logging starts...

Code: Select all

54:01.602: (54:01.602)$40,$58,$FF,$FF,$FF,$6B
54:01.634: (54:01.618)$41,$63,$00,$00,$00,$14,$41,$00,$12,$01,$28,$C5,$00,$00,$10,$07,$F0
54:01.638: (54:01.638)$A8,$55,$03
54:01.650: (54:01.650)$20,$55,$8B
54:01.666: (54:01.666)$21,$58,$30,$4B,$46,$C6
54:01.682: (54:01.670)$D8,$55,$D3
54:01.698: (54:01.698)$90,$55,$1B
54:01.714: (54:01.714)$A0,$55,$0B
54:01.730: (54:01.730)$11,$5C,$FF,$01,$44,$01,$00,$00,$00,$4E
54:01.746: (54:01.746)$40,$58,$FF,$FF,$FF,$6B
54:01.762: (54:01.748)$41,$63,$00,$00,$00,$14,$41,$00,$12,$01,$28,$C5,$00,$00,$10,$07,$F0
54:01.778: (54:01.778)$08,$55,$A3
54:01.879: Com timeout: Expecting frame header byte
54:01.888: No chatter found

<<< Nice 128mS free space here >>>

54:01.906: (54:01.906)$40,$58,$FF,$FF,$FF,$6B
54:01.938: (54:01.908)$41,$63,$00,$00,$00,$14,$41,$00,$12,$01,$28,$C5,$00,$00,$10,$07,$F0
54:01.942: (54:01.942)$A8,$55,$03
54:01.954: (54:01.954)$20,$55,$8B
54:01.970: (54:01.958)$21,$58,$30,$4B,$46,$C6
54:01.974: (54:01.974)$D8,$55,$D3
54:02.002: (54:01.986)$90,$55,$1B
54:02.018: (54:02.005)$A0,$55,$0B
54:02.034: (54:02.034)$11,$5C,$FF,$01,$44,$01,$00,$00,$00,$4E
54:02.050: (54:02.040)$40,$58,$FF,$FF,$FF,$6B
54:02.066: (54:02.056)$41,$63,$00,$00,$00,$14,$41,$00,$12,$01,$28,$C5,$00,$00,$10,$07,$F0
54:02.082: (54:02.082)$08,$55,$A3
54:02.184: Com timeout: Expecting frame header byte
54:02.188: No chatter found


And now after there is only 16mS of free time between BCM packets as the mode 1 message 0 frame is requested and received...

Code: Select all

54:02.210: (54:02.210)$40,$58,$FF,$FF,$FF,$6B
54:02.226: (54:02.213)$41,$63,$00,$00,$00,$14,$41,$00,$12,$01,$28,$C5,$00,$00,$10,$07,$F0
54:02.242: (54:02.242)$A8,$55,$03
54:02.258: (54:02.258)$20,$55,$8B
54:02.274: (54:02.262)$21,$58,$30,$4B,$46,$C6
54:02.279: (54:02.279)$D8,$55,$D3
54:02.290: (54:02.290)$90,$55,$1B
54:02.306: (54:02.306)$A0,$55,$0B
54:02.338: (54:02.322)$11,$5C,$FF,$01,$44,$01,$00,$00,$00,$4E
54:02.353: (54:02.340)$40,$58,$FF,$FF,$FF,$6B
54:02.370: (54:02.356)$41,$63,$00,$00,$00,$14,$41,$00,$12,$01,$28,$C5,$00,$00,$10,$07,$F0
54:02.385: (54:02.385)$08,$55,$A3
54:02.434: (54:02.434)$F5,$57,$01,$00,$B3
54:02.530: (54:02.438)$F5,$98,$01,$00,$00,$00,$00,$FF,$01,$FF,$00,$00,$00,$00,$00,$02,$00,$65,$00,$66,$00,$00,$00,$01,$80,$80,$80,$80,$00,$00,$00,$93,$8A,$FF,$00,$80,$8C,$00,$00,$07,$7E,$00,$00,$00,$00,$AD,$00,$37,$9E,$9E,$00,$01,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$D6,$00,$FF,$C5,$0F,$01,$2D


54:02.546: (54:02.545)$40,$58,$FF,$FF,$FF,$6B
54:02.577: (54:02.561)$41,$63,$00,$00,$00,$14,$41,$00,$12,$01,$28,$C5,$00,$00,$10,$07,$F0
54:02.582: (54:02.582)$A8,$55,$03
54:02.609: (54:02.593)$20,$55,$8B
54:02.614: (54:02.614)$21,$58,$30,$4B,$46,$C6
54:02.625: (54:02.625)$D8,$55,$D3
54:02.642: (54:02.641)$90,$55,$1B
54:02.657: (54:02.657)$A0,$55,$0B
54:02.674: (54:02.673)$11,$5C,$FF,$01,$44,$01,$00,$00,$00,$4E
54:02.689: (54:02.689)$40,$58,$FF,$FF,$FF,$6B
54:02.721: (54:02.692)$41,$63,$00,$00,$00,$14,$41,$00,$12,$01,$28,$C5,$00,$00,$10,$07,$F0
54:02.725: (54:02.725)$08,$55,$A3
54:02.785: (54:02.769)$F5,$57,$01,$00,$B3
54:02.865: (54:02.793)$F5,$98,$01,$00,$00,$00,$00,$FF,$01,$FF,$00,$00,$00,$00,$00,$02,$00,$65,$00,$66,$00,$00,$00,$01,$80,$80,$80,$80,$00,$00,$00,$93,$8A,$FF,$00,$80,$8C,$00,$00,$07,$7E,$00,$00,$00,$00,$AD,$00,$37,$9E,$9E,$00,$01,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$D6,$00,$FF,$C5,$0F,$01,$2D

User avatar
The1
Posts: 4695
Joined: Mon Jan 04, 2010 10:23 am

Re: ALDL Logger

Post by The1 »

nice stuff :thumbup:
ejukated
Posts: 443
Joined: Wed Mar 04, 2009 8:52 pm

Re: ALDL Logger

Post by ejukated »

be great if we could use passive to get other messages :P

Are you planning to have an import tool that can convert the hex dump into an xdl. I know you said previously the logger can record straight into xdl format.
Post Reply