05-27-2010 05:46 AM
05-27-2010 06:08 AM
05-27-2010 06:15 AM
05-27-2010 06:20 AM
Hi,
you can handle it as an array. Can you explain how you want to work with it, if you don't have a datatype for it?
Mike
05-27-2010 06:26 AM
I just need to convert it into a number and display it in a table in hex format (it is in a while loop).
If there is maby a way to display a string in a table, that would also work for me.
05-27-2010 07:32 AM
If you only need to display the "number" to a human reader, then converting to a string is your best choice. If the numeric value is greater than that which can be represented by a U64, there is no way in LabVIEW to display it as a number.
If you search the Forum, I think there was a Coding Challenge several years ago which dealt with large numbers and some of the results from that may work as a starting point.
###########
I just looked at your posts again. It appears that you have a hex strong and you want to display a hex string. I am confused and I think some of the others who have responded may be also. Please show us what you want the display to look like. You posted an input string in message 3. What should the output for that string be?
###########
Lynn
05-27-2010 07:40 AM
05-27-2010 09:00 AM
Good Question Zabic....
i am looking forward for the solution too. I have attached the image to simplify the question as people above seemed to get confused.
05-27-2010 09:00 AM - edited 05-27-2010 09:01 AM
Since you said you already have a string to begin with, my assumption, based on what you're saying, is that the string has hex values in there, rather than letters to indicate hex characters. Otherwise, you could set the string indicator to "hex display" and you'd be done.
In this case, to display it in a table you could do something like this:
05-27-2010 09:04 AM
Is this what you want?
Lynn