LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to get a formula node structure to ouput a string?

I'm trying to get the inputs to be integers (coordinates) and the output to be a string that sends a command to the machine.
0 Kudos
Message 1 of 2
(2,513 Views)
A formula node will not output a string. However, you can easily create your machine command with the Format to String function. It is my favorite function in all of LabVIEW. Just drop it down and double-click it to configure all your inputs. You can format a variety of data types into a single string output.

Call on an Alliance Member if you want it done right the first time.

Daniel L. Press
PrimeTest Corp.
www.primetest.com
0 Kudos
Message 2 of 2
(2,513 Views)