LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Flickering Table

Also note that depending on how you look at it, the property works backwards -- or at least I always felt it did. To stop updates you set it true, and to restart updates you set it false.

Yes, yes I know that given the way it's labeled it is really correct, but it still feels backwards to me...

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 11 of 15
(919 Views)

It appears writing to the local variable of the table is causing the flicking.  If it is writing to the Value property node of the table, the flickering is gone.  So maybe writing to local variable force-triggers the front panel update?

0 Kudos
Message 12 of 15
(883 Views)

@Leiyuan wrote:

It appears writing to the local variable of the table is causing the flicking.  If it is writing to the Value property node of the table, the flickering is gone.  So maybe writing to local variable force-triggers the front panel update?


You are feeding us small bits of additional information every time you post... Why don't you provide all relevant information at once?

 

Is your table a control or an indicator? Why aren't you writing to the terminal directly? How big is the table?

 

(note that NI decided to make tables controls by default, so you need to change them to indicators for typical use (right-click...change to indicator. If you think this should be changed, vote for my idea here ;)))

 

It would help us all to gauge the problem if you would just attach a simplified version of your VI. Please do so! Thanks. There are several other settings that could be part of the problem.

 

0 Kudos
Message 13 of 15
(876 Views)

Here is the sample code.

0 Kudos
Message 14 of 15
(856 Views)

By looking at his VI.

 

The table is an indicator.

It is only 24 elements , 4 columns by 6 rows.

He is writing to the terminal.  It does show some flickering.

There is a 50 msec wait after every 10 updates.

 

Putting a small decoration over part of the indicator does seem to stop the flickering.

Writing to the Value property mode does seem to stop the flickering.

 

There is no local variable in the VI, but when I add one, it also flickers.

 

Deferring front panel updates doesn't seem to help.

0 Kudos
Message 15 of 15
(850 Views)