LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to convert numeric value to string value means if i enter the value 10 its shows ten in indicator

please help any one

0 Kudos
Message 1 of 7
(3,388 Views)

Hi rocker,

 

you need to write some conversion routines based on the language you want to use.

 

Or you need to search for routines already made for that purpose. I remember OpenG (or similar) already had such VIs…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 7
(3,386 Views)

hai,

you have any attachments for that

 

0 Kudos
Message 3 of 7
(3,383 Views)

Hi party,

 

start VIPM and look for yourself for the OpenG add-on…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 4 of 7
(3,381 Views)

yes open g has , 

 

w.png

 

Good Luck



Thank you & Best regards
syrpimp

=======================================================
“You must continue to gain expertise, but avoid thinking like an expert." -Denis Waitley
0 Kudos
Message 5 of 7
(3,370 Views)

hai,

without openG how i build that one.?

 

0 Kudos
Message 6 of 7
(3,343 Views)

Hi party,

 

you need to analyze your number value.

Then you split the number in its decimals and use case structures to concatenate a string from corresponding words…

 

 In general: you need to do some programming! 😄

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 7 of 7
(3,339 Views)