LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

My output loop tunnel value is "#1". What does this number signify.

I am a new Labview person. I have a While Loop containing a Fract/Exp String to Number fuction. The output goes directly to a loop tunnel whose value is 8 using a probe but when running in highlight mode the value displayed on the tunnel is "#1". What is the significance of this value.
0 Kudos
Message 1 of 4
(2,666 Views)
It means you are not dealing with a scalar value, but with an array. The #1 means that the array size is one element. For arrays, it does not show the values, but the number of elements. A wise choice, because arrays can be huge. 😉
Message 2 of 4
(2,666 Views)
Thank-you
0 Kudos
Message 3 of 4
(2,666 Views)
Thank-you
0 Kudos
Message 4 of 4
(2,666 Views)