Quantcast
Channel: All LabVIEW posts
Viewing all articles
Browse latest Browse all 203384

Re: Execution speed improvements of FGV over locals

$
0
0

It is also a good idea to seaprate your data processing from your UI. You can have a task which is dedicated to updating the UI itself. You can pass the data to be updated as part of the message/event which instructs the UI task to perform th eupdate. If the data is very large and you want to avoid copies you can use a DVR and pass that instead of the data itself.


Viewing all articles
Browse latest Browse all 203384

Trending Articles