LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I want to show a changing value in a "Tip Strip"

The "Tip Strip" must show Pedalfrekvensen er "number" Hz.
0 Kudos
Message 1 of 2
(2,682 Views)
You can change the tip strip text using a property node.
1. Right-click on the Ring control on the front panel and select Create >> Property Node.
2. Right-click on the property node on the diagram and select Properties >> Tip Strip.
3. Right-click on the property node and select Change To Write.
4. Use a String/Number Conversion function to convert Velg Frekvens to a string.
5. Concatenate the string from Velg Frekvens with other text in the message to be displayed.
6. Wire the concatenated string to the TipStrip property node.
0 Kudos
Message 2 of 2
(2,682 Views)