LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hex to Binary

Hi,

Enclosed is a very good program used to convert Binary to Decimal (Ascii).  However I can someone help me convert Hex to binary or Hex to decimal?
0 Kudos
Message 1 of 3
(3,790 Views)
Hi,
I'm not sure if this is what you really need, but hope this can help you...
Paulo
0 Kudos
Message 2 of 3
(3,782 Views)


@PReitano wrote:
Enclosed is a very good program used to convert Binary to Decimal (Ascii).  However I can someone help me convert Hex to binary or Hex to decimal?

The program you attached seems to convert a file containing hexadecimal formatted ASCII text to SGL, not "Binary to Decimal (Ascii)" as you claim.
 
Please clarify your needs. If the output is an integer data type, you can just set the display to either hex, binary, or decimal as needed. If you need binary or decimal formatted text of your data, use a formatting operation with the desired format.
 
0 Kudos
Message 3 of 3
(3,754 Views)