You can change the blinking colours in the LabVIEW options. If you need them for an executable just copy th ini settings to you exe.ini.
Michael Aivaliotis > >... I want to make the stop button blink red when the current value > >is less than > >the peak value therefore showing the sample has failed. I > have been working > >with the property node blinking property node, and using the > comparison Less > >< , but cant seem to get any result ... > > Both the rectangular and the round stop buttons on the classic > controls palette blink between red printing on a gray background and > gold printing and outline on a red background. The 3d stop button > blinks to a gold background with no printing. I find the 2d effect > acceptable but don't like the 3d one. > > If you want a different set of colors, you'll have to set up a > pseudo-blink. In a while loop with a 1000ms or so delay, toggle > between your favorite sets of foreground and background color pairs > when the sample has failed. Make sure you select the appropriate > color pairs when the sample is good.
