TP5 values shown as decimal?

A place For General Chit Chat Etc
Post Reply
VX L67 Getrag
Posts: 2885
Joined: Sun Aug 02, 2009 9:16 pm
Location: Bayside, Melbourne, Victoria
Contact:

TP5 values shown as decimal?

Post by VX L67 Getrag »

Howdy all,

I was wondering is there a calculation or a setting you can use to view Hexidecimal in decimal? Ie; show 37 B6 as 14262

Cheers VX L67 Getrag
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: TP5 values shown as decimal?

Post by VL400 »

For the XDF? Edit the item and play with...
EDIT.png
EDIT.png (25.64 KiB) Viewed 5551 times

ADX is prety much the same, edit the item and on the conversion tab there is output format and output digits.
VX L67 Getrag
Posts: 2885
Joined: Sun Aug 02, 2009 9:16 pm
Location: Bayside, Melbourne, Victoria
Contact:

Re: TP5 values shown as decimal?

Post by VX L67 Getrag »

Thanks VL,

I have them showing in hex digits, but they show as digits like the example I gave 37B6 instead of the full decimal value?

Cheers VX L67 Getrag
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: TP5 values shown as decimal?

Post by VL400 »

Yeah change the item to floating point, or even integer, and it will show 37B6 as 14262 (floating point with 2 digits would show as 14262.00)
VX L67 Getrag
Posts: 2885
Joined: Sun Aug 02, 2009 9:16 pm
Location: Bayside, Melbourne, Victoria
Contact:

Re: TP5 values shown as decimal?

Post by VX L67 Getrag »

O.k. I thought I had all the info but turns out I don't! LMAO whats new????

in hex editor it shows the hex as; 33 37 42 36 (4bytes-32bit) & on the side it shows these as 37B6 but then I want it shown as decimal 14262.

I'm not sure if it even can be done? I've tried all the above settings but no cigar!

I can get it right if I have it set as integer & then have a calculation of; X/60246

But I'm not sure if that is always going to be correct?

Cheers VX L67 Getrag

EDIT; I just tried that calculation with another file I have & still no luck as the data was different...

31 41 46 42 which equals 1AFB & then converted to decimal is 6907

I'm not sure it can be done?
VX L67 Getrag
Posts: 2885
Joined: Sun Aug 02, 2009 9:16 pm
Location: Bayside, Melbourne, Victoria
Contact:

Re: TP5 values shown as decimal?

Post by VX L67 Getrag »

Just been speaking to Mark & I think it's the decimal figure of the ascii?

but again not sure there is anyway to get it to show in tp5?
User avatar
charlay86
Posts: 584
Joined: Thu Sep 17, 2009 2:00 pm
cars: VT S1 SS (L67)
Location: Perth, WA

Re: TP5 values shown as decimal?

Post by charlay86 »

The right hand side of the hex editor window always shows the ascii respresentation of the hexadecimal number for each byte.
The hex editor is naive, it doesn't know anything about the data (ie. the number of bytes, where it starts or the type of number it represents).
VX L67 Getrag
Posts: 2885
Joined: Sun Aug 02, 2009 9:16 pm
Location: Bayside, Melbourne, Victoria
Contact:

Re: TP5 values shown as decimal?

Post by VX L67 Getrag »

Thanks Charlay,

I've heard back again from Mark & yeah it's all too hard as it's the decimal figure of the ascii, so looks like I have to use the converter program externally to get the value!

Cheers VX L67 Getrag
VX L67 Getrag
Posts: 2885
Joined: Sun Aug 02, 2009 9:16 pm
Location: Bayside, Melbourne, Victoria
Contact:

Re: TP5 values shown as decimal?

Post by VX L67 Getrag »

I'm Hopeless or helpless!!!!!

Turns out the whole reason I wasn't getting the right data is I was saving it as hex off the eeprom, now saving it as .bin off eeprom & works & reads PERFECT!

I'm sure thats what you guy's were getting at I just couldn't read between the lines!

Cheers VX L67 Getrag
Post Reply