12-05-2006 12:47 PM
12-05-2006 12:56 PM
12-05-2006 12:56 PM - edited 12-05-2006 12:56 PM
If you have set your string control to hex display to see the correct characters, then you are using the Hex String to Number incorrectly. The function converts the ASCII characters A-F and 0-9 to a number. When you turn on hex display, that is not ASCII. To convert your non-ASCII cahracters to a number, use the type cast as shown below or String to Byte Array.
Message Edited by Dennis Knutson on 12-05-2006 11:57 AM
12-05-2006 01:48 PM
Dennis,
I'll try your suggestion, as what you mentioned makes good sense. I couldn't get the answer immediately from NI tech support. I would sent a screenshoot, but I can't host it on a server.
Thanks
Rick
12-05-2006 02:25 PM
12-05-2006 02:29 PM
Dennis,
Close but no cigar! This is my screen dump
thanks again,
Rick
12-05-2006 02:40 PM
12-05-2006 02:46 PM