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,758 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,749 Views)
Solution
Accepted by topic author CP_AT

!0.png


"Should be" isn't "Is" -Jay
Message 3 of 13
(3,746 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,742 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,741 Views)

I got this far

Capture.PNG

 

 

 

 

 

 

 

 

 

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

Here is my problem diagram

Capture.PNG

0 Kudos
Message 7 of 13
(3,721 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,720 Views)

Have either of you actually tried Jeff's solution?

Message 9 of 13
(3,716 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,707 Views)