07-17-2013 05:40 PM
07-17-2013 05:43 PM - edited 07-17-2013 05:43 PM
The top-center is an array of clusters, with the cluster containing 2 arrays. Below and to the left of that is a single cluster, likewise containing 2 elements, both of which are arrays of floating-point values.
07-17-2013 06:02 PM
Thank you
I got the cluster part, but I am still not sure why you can tell those are floating-point values? By the color of wires?
07-17-2013 06:06 PM
huskerli wrote:
I got the cluster part, but I am still not sure why you can tell those are floating-point values? By the color of wires?
Yes, by the color (although in this case the color of the numeric constant inside the array, and not the wire). Orange indicates floating point, blue is integer. Somewhere in the LabVIEW help or on the NI site you can find a more thorough description of the meaning of wire color, pattern, and thickness.
07-18-2013 01:36 PM
One more note I should have added. If you turn on context help (Control-H, or select it from the menu) and put the cursor over a wire, it will tell you the type of data on that wire.
07-18-2013 01:41 PM
Thank you