LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to add text when using flashing button property node?

I am trying to get a text button that displays TEST to show "running" when it flashes.  I am using a property node for flashing.  At present it cycles between TEST and default color which is set in flashing clolor options.
0 Kudos
Message 1 of 3
(2,576 Views)
hi there,
 
use the "Strings[4]" property of the button. right click on the property node and see online doc for more information about the meanings of the 4 elements of strings[4].
Best regards
chris

CL(A)Dly bending G-Force with LabVIEW

famous last words: "oh my god, it is full of stars!"
0 Kudos
Message 2 of 3
(2,560 Views)
You can change the Boolean text with a property node. It's BooleanText.Text. When the blinking property is true, set the text to "Running" and when false, set it to "TEST".
Message 3 of 3
(2,556 Views)