LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to display ascii value

sir i want to know d solution for displaying ascii value?/?

also sir plz tell how to convert ascii to hex and hex to ascii????

i am finding difficulty to make d program.... dats y i have attached any file bcz my program is not prepared yet

0 Kudos
Message 1 of 4
(2,605 Views)

As a first step you need to define what you mean by "ascii value" (decimal, hexadecimal, etc.). What is the datatype of your data? If it is a string, simply set it to hex display.

As a second step, you need to define what you mean by "hex" (hexadecimally formatted, binary string, numeric, etc.).

 

0 Kudos
Message 2 of 4
(2,601 Views)

Hi sir,

 

convert your string to an U8 array and display that array in an array indicator set to hex display.

Or switch your string to hex display…

 

Also read this! It's a pain to read your message for non-native English speakers!

 

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 4
(2,594 Views)

@GerdW wrote:

Hi sir,


 

Also read this! It's a pain to read your message for non-native English speakers!

 



And native English speakers.

Message 4 of 4
(2,548 Views)