LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Possible to make labels, rather than fields, blinking?

Solved!
Go to solution

Is it possible to just make the labels of a field blink?  How does one get at the properties to do that?  My boss is looking for something more subtle that blinking fields.

0 Kudos
Message 1 of 6
(3,095 Views)
Solution
Accepted by mistercat

i can only think that it can be programically done by changing color

Example_VI.png

Message 2 of 6
(3,083 Views)

(Darn it, I was playing around too long to get the first answer in.)

 

But, wouldn't the purpose of having something blink be to draw attention to it? Making a "subtle" blink seems counterproductive here.

 

However, if you're talking about a string or numeric indicator, you could use a property node in a loop to change the text colors periodically, instead of the background (this has the added advantage that you could change the frequency of the "blink" programatically, also).

 

 

blink.png

 

 

blink-pict.png

 

Cameron

 

To err is human, but to really foul it up requires a computer.
The optimist believes we are in the best of all possible worlds - the pessimist fears this is true.
Profanity is the one language all programmers know best.
An expert is someone who has made all the possible mistakes.

To learn something about LabVIEW at no extra cost, work the online LabVIEW tutorial(s):

LabVIEW Unit 1 - Getting Started</ a>
Learn to Use LabVIEW with MyDAQ</ a>
Message 3 of 6
(3,072 Views)

I've found several examples of color change loops which seems to indicate that is the only way to do it.  Bosses want what bosses want.  I only get paid the medium bucks.

0 Kudos
Message 4 of 6
(3,051 Views)

Camerond, your example looks like a snippet but when I place it on the block diagram in a blank LV2013 VI, it appears as a label:

 

 

Http://forums.ni.com/t5/image/serverpage/image-id/124355i700733B2ED857A6F/image-size/original?v=mpbl...

 

 

0 Kudos
Message 5 of 6
(3,048 Views)

@mistercat wrote:

Camerond, your example looks like a snippet but when I place it on the block diagram in a blank LV2013 VI, it appears as a label:

 

 

Http://forums.ni.com/t5/image/serverpage/image-id/124355i700733B2ED857A6F/image-size/original?v=mpbl...

 

 


How did you "place it on the block diagram"? You can't just copy and paste, you have to save the snippet as a PNG file and drag that onto a BD.

 

And, speaking of that, when I created that snippet, it seems to have gotten messed up saving it as the PNG. It won't work just as shown, the property nodes need to be directly from the numeric and slide indicators, not the generic nodes to the refnums. This time I'll just attach the VI.

 

Cameron

 

To err is human, but to really foul it up requires a computer.
The optimist believes we are in the best of all possible worlds - the pessimist fears this is true.
Profanity is the one language all programmers know best.
An expert is someone who has made all the possible mistakes.

To learn something about LabVIEW at no extra cost, work the online LabVIEW tutorial(s):

LabVIEW Unit 1 - Getting Started</ a>
Learn to Use LabVIEW with MyDAQ</ a>
0 Kudos
Message 6 of 6
(3,031 Views)