LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Thermometer won't work when I give it indexed array output, How do I fix this?

I am having a problem that when I index the array and pull a column out I can't display that value on the thermometer. Is there something I am missing? The attached file is a part of the program I am working. Thanks for any help in advance.
0 Kudos
Message 1 of 2
(2,257 Views)
Hal,

The thermometer is a scalar front panel object, and you are trying to wire a 1D array of data to it...that's why you are getting the broken wire. I recommend you either index out an individual element from the array by wiring both the Row and Column values of the Index Array function, or take an average of the points in the array and wire that average to your thermometer.

You can read the on-line help in LabVIEW to learn more about manipulating arrays. Good luck.

Darren
0 Kudos
Message 2 of 2
(2,257 Views)