From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, 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: 

SubVI Execution time

Solved!
Go to solution

For analysis and understanding what my code does, I have signal graphs, that show the data in my arrays. Iam wondering if those also take execution time if I am only running my frontpanel and dont have the frontpanels of the subvis open? If the do I have to clean up my subvis for performance reasons.

0 Kudos
Message 1 of 3
(797 Views)
Solution
Accepted by topic author Philipps

Hi Philipps,

 

even though LabVIEW doesn't need to redraw those graphs when their frontpanel is closed it still has to copy the data from yur wire into the graphs internal data buffer. That operation might take some time, depending on the size of your data…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 3
(793 Views)

If you compile it to an Exe it should be ignored as part of the optimization taking place, as far as i know.

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
Message 3 of 3
(744 Views)