LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VI execution speed in subpanel is slow

Hello,

I have the following problem with subpanels. I have a VI that should run inside of a subpanel. This VI contains an Image Display component (Vision). This Image Display is updated with a new image inside a while loop every 40 milliseconds. This is the one and only action inside of this loop. When I run this VI in a subpanel, the execution slows down to 200 ms for the Image Display update action (for the while loop). I measured the this with a Timervalue (ms) component. If my application runs the VI outside of the subpanel in an own window then the timig of 40 milliseconds works perfect. The only difference between the two situation is that the VI runs in or outside of a subpanel.

This is a great problem for me because my camera captures images with a framerate of 7,5 fps. So an Image Display update time of 200 ms is not acceptable for my application. Is this a known issue. Is there a workaround or some settings that I should tweak to improve execution speed of VIs in a subpanel. Or should i simply not use subpanels if execution speed matters - then it would be good to write this into the subpanel documentation. I carefully read the documentation an searched the dicussion forum but I could not find an answer.

Thank you very much for any help.
0 Kudos
Message 1 of 3
(2,922 Views)
Hey Incredible,

could you tell me your labview version and please post your labview code.

Kind regards,

Elmar
0 Kudos
Message 2 of 3
(2,893 Views)

I have the same problem. LabView 8.5.1. 

0 Kudos
Message 3 of 3
(2,603 Views)