PDA

View Full Version : Issues getting bin data to display correctly in TPRT



buddrow
09-08-2014, 09:46 PM
Hey guys,

Working on the XDF for my trans controller project and having a little issue displaying the data properly. Not sure(but likely is) if it's my fault in the code or how Ive set up the XDF but I have tried several ways. Anywho, when I open a table, say 1-2 shift MPH vs TPS%, instead of the value showing up on one line, 20% throttle = 18MPH, the "1" is on one line and the "8" are on the next line down. I have tried viewing as hex, integer, float, and ASCii and it always separates the value for some reason. Anyone have any ideas?

Thanks in advance,

Buddrow :mad1:

steveo
09-08-2014, 10:13 PM
post the xdf lets have a look

tunerpro column sizing is wacky

buddrow
09-09-2014, 12:59 AM
I'll try later after I get home. THX

Buddrow

RobertISaar
09-09-2014, 03:13 AM
1 on one line and 8 on the next sounds like you have it set to display 8 bit values when it should be doing 16?

buddrow
09-09-2014, 06:20 AM
Robert,

When I change the xdf settings to 16 bit the cell is blank, same thing when I try 32 bit. The cell only shows the correct value when set as an ASCii character, although it staggers them as I stated earlier. Im lost at this point and this is the biggest hurdle I have left to finish this thing software-wise. I'm hesitant to post my source but will post the xdf.

Buddrow

steveo
09-09-2014, 07:47 AM
you should post the bin associated with this xdf or theres' no way to figure this out.....

buddrow
09-09-2014, 08:01 AM
you should post the bin associated with this xdf or theres' no way to figure this out.....

You asked me to post the xdf. :innocent2:

Buddrow

steveo
09-09-2014, 05:17 PM
it displays just fine for me when displaying random gibberish so i need to see your bin to find out why it's not working for you