01-15-2017 08:36 PM
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.
01-16-2017 12:11 PM
@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.