11-22-2013 12:59 PM
Hello All,
Question: How to change the HEX ? Please see the problem below.
2f287 -> d0d78
Thanks
Solved! Go to Solution.
11-22-2013 01:16 PM
I don't understand what your question is. You can change the way a number is displayed by changing the display format of the control or indicator. The value can be displayed as decimal, hex, octal, or binary.
Is that what you want?
11-22-2013 01:20 PM
11-22-2013 01:22 PM
OK, that works the way you have it. What's your question? What problem are you having?
11-22-2013 01:25 PM
First, I want to send my 1st HEX number (2E287) to my device. Then, I want to reverse all the binary numbers (0 to 1 & 1 to 0).As the result, the new HEX (D1D78) will generate and send to my device again.
Hopes it clear.
11-22-2013 01:35 PM
I got this far
11-22-2013 01:46 PM
Here is my problem diagram
11-22-2013 01:47 PM
Try this:
11-22-2013 01:51 PM
Have either of you actually tried Jeff's solution?
11-22-2013 01:55 PM - edited 11-22-2013 01:56 PM
I actually missed his solution as I was working on things. It's cleaner than mine.