From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

annoying indicator blink

Here is one annoying bug of  LabVIEW?  Help me out!
 
The code is simple as shown below. The string indicator update it value every 100ms in the while loop.
The proble is that the indicator on the front panel will blink (or in other words, flash). This is very annoying.
 
1. Both LabVIEW 2010 and 2013  have the same behavior.
2. It occurs no matter it is modern, classic or system control. 
3. If add more control to the same string source, only one will blink.
4. The numeric indicator has the same problem.
 
annoying_blink(2010).png
0 Kudos
Message 1 of 23
(3,973 Views)

Before worrying about that blink, take some general tutorials.  An infinite while loop isn't something you want to get into.  Controls aren't indicators and vice versa.  NEVER use the abort to stop your program.

 

Just a heads up, I'm not seeing a blink of any kind in 2013.

0 Kudos
Message 2 of 23
(3,960 Views)

Yeah, I use "control " as "indicator" by mistake.

 

But, the blink or flash  is surely there.

 

The blink I said here is not  the "blink" the color-change behavior, which can be set through the property node.

 

It behaviors as some flash of the text within the indicator. 

0 Kudos
Message 3 of 23
(3,944 Views)

Here, one more indicator is added.

Run the code, and you'll find the two indicator behavior differently.

One blinks, the other works corrently.

 

 annoying_blink_with_contrast(2010).png

0 Kudos
Message 4 of 23
(3,934 Views)

I don't see any blinking or flashing either.

 

Maybe the problem is your computer. See if there is an update for your video driver.

 

What are your font settings? (your image looks different)

What is your OS?

0 Kudos
Message 5 of 23
(3,923 Views)

I had test it on 3 different PC and 3 virtual machine .

 

would you please run this contrast code?

 

 

0 Kudos
Message 6 of 23
(3,919 Views)

ahunter wrote:

would you please run this contrast code?


Looks fine here...

0 Kudos
Message 7 of 23
(3,914 Views)

OS: Windows 7

Font: 17 font appliation font

0 Kudos
Message 8 of 23
(3,913 Views)

No blink here either while running it on LV 2012SP1.

0 Kudos
Message 9 of 23
(3,907 Views)

@ahunter wrote:

OS: Windows 7


That's strange. If I open it and look at the unsave changes, it say it got converted from a different platform. Could you be running 32bit windows 7?


ahunter wrote:

Font: 17 font appliation font


That is a symbolic font and does not tell us anything. What are the font settings (and font size setting) of you windows  desktop theme?

Do you still have the same problem if you select all your indicators and switch to a defined font (e.g. 17pt Tahoma).

 

What is the language setting of your OS?

 

 

0 Kudos
Message 10 of 23
(3,905 Views)