03-28-2018 07:48 AM - edited 03-28-2018 07:51 AM
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:
03-28-2018 08:22 AM
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.