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