Another Newbie Question about Tunerpro RT V5
Moderators: Mangus, robertisaar, dex
Another Newbie Question about Tunerpro RT V5
Been reading for 8 months and decided to start datlogging so I can do some tuning, I downloaded Turnerpro RT V4.14 and V5. I ran both programs, V4 I can get to run no problems but when I try V5 it connects and shows data on the dash but it keeps flashing a "ALDL data error" on the bottom of the screen as well as an error count beside that. I have tried this on my laptop and desktop with the same results. Here is what I am working with and had loaded:
1994 truck 16196395 BDUK
my BDUK.bin I read from my chip
Advance $OD v175.xdf
v30 $OD A217.ads also tried OD wdo2.ads imported and converted to .adx for V5
I know I must be over looking something but what?
1994 truck 16196395 BDUK
my BDUK.bin I read from my chip
Advance $OD v175.xdf
v30 $OD A217.ads also tried OD wdo2.ads imported and converted to .adx for V5
I know I must be over looking something but what?
-
- Author of Defs
- Posts: 962
- Joined: Sat Feb 21, 2009 3:18 pm
- Location: Camden, MI
The error is a couple times a second, I looked a log and the reads go from correct to zero back to correct at the same frequency as the error code was flashing. I think it has to be a setting in v5 that I don't have set correct as the same files work fine with v4. One other thing I noticed was when using v4 it ran at a sample rate of 10Hz but v5 was 1 - 3 Hz.
-
- Author of Defs
- Posts: 962
- Joined: Sat Feb 21, 2009 3:18 pm
- Location: Camden, MI
-
- Author of Defs
- Posts: 962
- Joined: Sat Feb 21, 2009 3:18 pm
- Location: Camden, MI
i can tell you what the differences probebly were: the connect and monitor commands. mine are setup to buffer the command send/recieve operations to they don't overlap and cause bad stuff to happen. you may need to switch the monitor command depending on what exactly you want to log, but it's fairly easy, just look near the bottom of the list of things you can select.
Robert, is this the same 0D.adx that is one your website? I am getting lots of data errors with my .adx and I'm not spotting any differences between your and my adx's for the Mode 1 commands (other than the the send byte string). I am not seeing any obvious ways to buffer the send/receive commands either. Thanks.robertisaar wrote:I made a 0D ADX a while ago, it MAY fix your issue.
-
- Author of Defs
- Posts: 962
- Joined: Sat Feb 21, 2009 3:18 pm
- Location: Camden, MI
more or less, i setup my connect and monitor commands like this:
connect:
mode 8 macro
mode 8 macro
mode 8 macro
5ms pause
mode 8 macro
5ms pause
mode 8 macro
5ms pause
monitor:
mode 1 send
mode 1 recieve
15ms pause
and if there is more than one datastream to be logged
mode 1 message 0 send
mode 1 message 0 recieve
15ms pause
mode 1 message 1 send
mode 1 message 1 recieve
15ms pause
seems to work well with everything i've used it on... even though i don't always stick to the exact pattern.
connect:
mode 8 macro
mode 8 macro
mode 8 macro
5ms pause
mode 8 macro
5ms pause
mode 8 macro
5ms pause
monitor:
mode 1 send
mode 1 recieve
15ms pause
and if there is more than one datastream to be logged
mode 1 message 0 send
mode 1 message 0 recieve
15ms pause
mode 1 message 1 send
mode 1 message 1 recieve
15ms pause
seems to work well with everything i've used it on... even though i don't always stick to the exact pattern.
-
- Author of Defs
- Posts: 962
- Joined: Sat Feb 21, 2009 3:18 pm
- Location: Camden, MI