07-14-2011 04:12 AM
Hi :
I have txt string which appears as hex display , I want to convert it to decimal number
Attach see file please , I always get 0 at numeric
What I need I have number 00000457 ( hex) I want to convert it to decimal number it should be 1111
But my problem is the txt string is already in hex display
can any one help with this issue
thanks
Solved! Go to Solution.
07-14-2011 04:23 AM
Try writing only 457.
07-14-2011 04:24 AM
I can't this number i get for another application
07-14-2011 04:43 AM
Like that?
07-14-2011 04:56 AM
try this subVI
I hope it will work with other inputs.
07-14-2011 06:07 AM
how about this?
07-14-2011 06:25 AM
I can't open the file i have labview 2009
when i try open it this message that i file saved with labview version 2010 , can you please saved it with labview 2009
thanks
wisam
07-14-2011 06:27 AM
that should work.
07-14-2011 06:41 AM - edited 07-14-2011 06:41 AM
An string of char (equivalent to an array of bytes) representing an I32, U32 (or any other data) can by directly type cast to the type it represents.
See the attached VI.
07-14-2011 06:41 AM
Hi,
also possible are the other two methods shown in the attached example.
Mike