Archive

Posts Tagged ‘Indicator’

How to Change a Control or Indicator’s Label Programmatically in LabVIEW

December 30th, 2008

What I want to do in one of my LabVIEW program is: There is a numeric control and I’d like to change the Label of it programmatically.

In this program, I create a property node for the Label Text and change this to a writable node. And I wire a constant into this property. But when I run this program I get error message like this “Input unit is not compatible with the current unit”. It is weird,  the input is string as the property needs.

Read more…

LabVIEW , , , , ,