05-25-2016 10:51 AM
Hi,
I would like to convert my dynamic data (4 channels and time) to sink of string (I am using UDP Write).
I tried to build an array, and then use Nnmber to fractionnal string, but I can't wire the two, because it's 1D array of string.
Thanks for your help!
Sarah
Solved! Go to Solution.
05-25-2016 10:54 AM
Use a for loop, input the array of numbers as auto-indexed, input that to the convert function, and output the result as an auto-indexed tunnel. The result will be an array of strings.
05-25-2016 10:56 AM
It is already in a for loop. And the input of the UDP is a sink of string..
And I don't know what is an auto-indexed tunnel
05-25-2016 11:03 AM
05-25-2016 11:13 AM
@sarahdan wrote:It is already in a for loop. And the input of the UDP is a sink of string..
And I don't know what is an auto-indexed tunnel
Attach your VI.
And if you don't know what is an auto-indexed tunnel, then take the tutorials.
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours
05-25-2016 11:49 AM
sarahdan wrote: I am using UDP Write
And what is recieving the data on the other side? Another LabVIEW program? A microcontroller?