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: 

live update of Table indicator.

Solved!
Go to solution

I have a trouble in updating a Table indicator having "color" background.

To see my trouble, please do the following or open the jpg file in attachment.

 

1. Run main.vi (~15 row)

    (the numeric value seemed to be over-written in bold)

2. Stop

3. Run main.vi (~15 row)

 

If one cell is clicked in execution or stop the program, the display of indicator seemed to be normal.

 

Please leave any comments if you find a solution.

 

labmaster.

Download All
0 Kudos
Message 1 of 4
(1,026 Views)
Solution
Accepted by topic author labmaster

Use white instead of "transparent" for cell background color.

 

altenbach_0-1595228058355.png

 

0 Kudos
Message 2 of 4
(1,022 Views)

Also note that you should clear all background colors before the second loop (just a single property node with cell=[-2,-2] and color white. Now you can skip half of the rows for half the effort. (You could even eliminate the inner loop by specifying each entire row (-2)

 

Her's how the second loop could look like (Modify as needed):

 

altenbach_0-1595229356907.png

 

0 Kudos
Message 3 of 4
(1,002 Views)

Wow. great thank you!.

0 Kudos
Message 4 of 4
(973 Views)