Page 1 of 1

TP5 values shown as decimal?

Posted: Thu Mar 15, 2012 1:59 pm
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

Re: TP5 values shown as decimal?

Posted: Thu Mar 15, 2012 2:23 pm
by VL400
For the XDF? Edit the item and play with...
EDIT.png
EDIT.png (25.64 KiB) Viewed 6010 times

ADX is prety much the same, edit the item and on the conversion tab there is output format and output digits.

Re: TP5 values shown as decimal?

Posted: Thu Mar 15, 2012 9:08 pm
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

Re: TP5 values shown as decimal?

Posted: Thu Mar 15, 2012 11:30 pm
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)

Re: TP5 values shown as decimal?

Posted: Fri Mar 16, 2012 8:50 am
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?

Re: TP5 values shown as decimal?

Posted: Fri Mar 16, 2012 4:33 pm
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?

Re: TP5 values shown as decimal?

Posted: Fri Mar 16, 2012 5:48 pm
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).

Re: TP5 values shown as decimal?

Posted: Sat Mar 17, 2012 8:19 am
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

Re: TP5 values shown as decimal?

Posted: Wed Mar 21, 2012 9:48 am
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