01-14-2019 06:48 PM
So are you getting a string with those characters in it? If so, then you need to use Hexadecimal String to number.
If not, attach a VI where you have your incoming data saved to a control as the default data.
01-24-2019 03:10 AM
Hello,
What if I want to convert my input HEX data in to U32 ?
01-24-2019 04:10 AM
01-24-2019 06:36 AM
@Karan_jasani wrote:
What if I want to convert my input HEX data in to U32 ?
Please clarify what you mean by "HEX data". Are you getting raw data (not readable in a text editor) or ASCII characters that look like Hex data in a text editor? An example VI with a sample data set as the default for the input control will help A LOT.