11-14-2011 01:31 PM - edited 11-14-2011 01:32 PM
Altenbach's neat Idea here got me thinking of the various ways we do synchronization, and I sat down an In Place structure and thought, why not? It saves a "tiny" bit of space, but personally, I think it looks better - especially for the typical Delay-in-a-Box. Thoughts or caveats?
11-14-2011 02:06 PM
Sometimes I'll use a Diagram Disable Structure, it would be sweet if you could hide the Selector Label and be left with a dashed box. Usually I stick to the old Flat Sequence since that is really its job. It helps a bit IMO to color it white instead of grey which seems to make it feel heavy, the same could be said for the In Place Element Structure. At any rate, I don't think that the gain in aesthetics is worth the misuse of a particular structure.
I still don't know what to think of the bar, probably because I haven't really needed to pipeline many of my VIs.
11-14-2011 03:56 PM
You could use a single run while loop, it'll be correct usage and look different.
I recently used that solution to get the 1st element of 5 arrays at once. 😉
/Y