LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

convert dbl to string

Hello,

I think this is a very simple question, but I cannot see m to find the solution.
I have operating parameters which are enterend into my vi as numbers, double
precision type. There are calculations made on them, and so on. Eventually,
the numbers yielded must be added to a string of commands which are alphanumeric.
this string gets sent to a C code to communicate with the instrument. My
question is, how do I convert the duoble precision numbers to be a string,
so that I may concatinate the strings? thanks for any help.

JMH
0 Kudos
Message 1 of 2
(3,002 Views)
Go to the string pallette and select Format Into String function.

"JMH" wrote:
>>Hello,>>I think this is a very simple question, but I cannot see m to find
the solution.>I have operating parameters which are enterend into my vi as
numbers, double>precision type. There are calculations made on them, and
so on. Eventually,>the numbers yielded must be added to a string of commands
which are alphanumeric.>this string gets sent to a C code to communicate
with the instrument. My>question is, how do I convert the duoble precision
numbers to be a string,>so that I may concatinate the strings? thanks for
any help.>>JMH
0 Kudos
Message 2 of 2
(3,002 Views)