Prev: How to extract row and column from excel?
Next: Labview image data from Apogee ALTA using icamera2, how to handle the pointer value (pointer to the image array). Labview does not understand pointer VALUES. Does anyone have a work around??
From: Nikko on 14 May 2007 05:10 Hi, <a href="mailto:Bill(a)NGC" target="_blank">Bill(a)NGC</a> Have u got the link u said?
From: tbob on 14 May 2007 13:10
GerdW: Your example isn't quite correct. The two structures are not starting at the same time because you have a wire from the first loop outside the sequence structures wired to only one sequence, the stacked one. If you add a wire to the flat sequence, both structures start at the same time and appear to execute equally, timewise. So I added some timers to both structures. Running this example shows that the stacked sequence performs a wee bit faster than the flat sequence. However, the time is so small that I would not even speak of this as meaning the stack is faster or has better performance than the flat. IMHO, the answer to the CLAD question is that both sequences have equal performance. The only difference between the two is that you can wire data to frames other than the first in the flat sequence. Even this makes no difference in performance between the two. Note: After running this example several times, I find that in one instance, the flat is faster, and in another instance the stack is faster. It varies with each run. Probably due to the OS not being deterministic. I still say their performances are equal.Message Edited by tbob on 05-14-2007 10:45 AM demo_sequence_lv71[2].vi: http://forums.ni.com/attachments/ni/170/247330/1/demo_sequence_lv71[2].vi |