LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

UI updates when multiple graph terminals are written to

Say I have a large number of graphs being written to via their terminals all within in the same structure. Does LV know to update the FP once all of the graph terminals are written to since they are in the same structure, or will multiple updates happen within the single structure? I'm essential wondering if defer panel updates is necessary or redundant in such a case. For example, something like this:
screenshot.png

0 Kudos
Message 1 of 2
(2,530 Views)

You don't have to worry.  When you write to terminals, LabVIEW handles the updating of the memory space quickly.  It schedules the actual updates of the front panel in a separate process that doesn't affect the execution speed of the block diagram.  You don not need to use Defer Panel Updates in this situation.

0 Kudos
Message 2 of 2
(2,512 Views)