LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

enum to ascii

Solved!
Go to solution

How can I convert enum datatype to ASCII..?

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

format string

enum becomes the string version of the value.

 

 

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 2 of 4
(2,816 Views)

could you please elaborate..

0 Kudos
Message 3 of 4
(2,802 Views)
Solution
Accepted by topic author @mjm

I believe this link will be helpful for you

http://zone.ni.com/reference/en-XX/help/371361K-01/glang/format_into_string/

 

Just wire your enum to input 1 of this function, and it will convert the selected text on the enum to ascii

 

Ee Lim



See that button on the left side of this post...

If you feel my post is helpful, all you need is just (at most) 2 seconds to click that button, to show your appreciation. Thank you~~



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