LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to tell which commands will run in parallel?



In the twoWhile set they both read at the same time.  The third feedback is due to the spectrometer reading one more spectrum because its output buffer is empty.  In the oneWhile set you can see that each read happens on different hardware triggers.  

In my hast I named them wrong, the one labled 'twoWhile' is the readings for the VI with 1 while loop.  The one labeled 'oneWhile' is the readings from the vi with 2 while loops.  I apologize for the confusion this may have caused.  

0 Kudos
Message 21 of 22
(851 Views)

@altenbach wrote:

Back to the original question.

 

The LabVIEW compiler is described here.

 

It mensions the clumper step clumps code together to be packaged into threads.  Is there a way to view which commands are clumped?  If not, I wonder if that might be a useful feature to add in the future.

0 Kudos
Message 22 of 22
(830 Views)