LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to change hexadecima​l

Solved!
Go to solution

Hello All,

Question: How to change the HEX ? Please see the problem below.

 

2f287 -> d0d78

Capture.PNG

 

Thanks

0 Kudos
Message 1 of 13
(3,756 Views)

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?

 

Kelly Bersch
Certified LabVIEW Developer
Kudos are always welcome
0 Kudos
Message 2 of 13
(3,747 Views)
Solution
Accepted by topic author CP_AT

!0.png


"Should be" isn't "Is" -Jay
Message 3 of 13
(3,744 Views)

OK, that works the way you have it.  What's your question?  What problem are you having?

 

Kelly Bersch
Certified LabVIEW Developer
Kudos are always welcome
0 Kudos
Message 4 of 13
(3,740 Views)

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.

 

 

0 Kudos
Message 5 of 13
(3,739 Views)

I got this far

Capture.PNG

 

 

 

 

 

 

 

 

 

0 Kudos
Message 6 of 13
(3,729 Views)

Here is my problem diagram

Capture.PNG

0 Kudos
Message 7 of 13
(3,719 Views)

Try this:

 

Negate Hex panel.pngNegate Hex.png

 

Kelly Bersch
Certified LabVIEW Developer
Kudos are always welcome
0 Kudos
Message 8 of 13
(3,718 Views)

Have either of you actually tried Jeff's solution?

Message 9 of 13
(3,714 Views)

I actually missed his solution as I was working on things.  It's cleaner than mine.

 

Kelly Bersch
Certified LabVIEW Developer
Kudos are always welcome
0 Kudos
Message 10 of 13
(3,705 Views)