01-26-2006 11:55 AM
01-27-2006 12:33 PM
Ed,
After looking at your code one thing came to mind. Due to the dataflow nature of LabVIEW, the sequence structure in your code will not execute until all the wires going into it are available. So, this means that your first sequence (with the Wait on Occurrence functions) will not execute until the AI Read has completed. This is because you have the output of the AI Read wired to the sequence structure. If you wire everything to the left of the sequence structure this becomes easier to see. Also, you could try the Highlight Execution feature to see in what order LabVIEW executes the code.