09-07-2007 01:10 AM
09-07-2007 01:45 AM
09-07-2007 02:01 AM
09-07-2007 02:21 AM - edited 09-07-2007 02:21 AM
RIght-click you "string to write" string control and select "Hex Display". Now simply enter your hex digits without any spaces and it will look as follows.
Try it! 🙂
Message Edited by altenbach on 09-07-2007 12:21 AM
09-08-2007 02:54 AM
Dear Altenbach I solved the problem, thank you very much.
Now have only 1 problem. I can obtain the data using "Hex Display". But need this Hex display digits convert to Decimal, I showes the example. I attach the Vi.
Can you help me?
Thanks in advise...
Best regards
Harutyun Melikyan!
09-08-2007 07:53 AM
09-08-2007 09:59 AM - edited 09-08-2007 09:59 AM
Message Edited by altenbach on 09-08-2007 08:00 AM
09-11-2007 07:37 PM
09-11-2007 07:58 PM
09-11-2007 08:20 PM - edited 09-11-2007 08:20 PM
You are still confusing a formatted hex string, consisting exclusively of the letters 0..F when the string indicator is set to normal display (2 characters per byte), and a binary string (consisting of possible bytes from 00 to FF, 1 character per byte) that shows the desired pattern when set to HEX display.
You need to understand the difference and you need to know what you want. 🙂
The attached example shows both possible implementations.
Message Edited by altenbach on 09-11-2007 06:22 PM