01-31-2008 10:48 AM
01-31-2008 10:51 AM
01-31-2008 11:08 AM - edited 01-31-2008 11:10 AM
01-31-2008 01:06 PM
Well, it's all in the dataflow. The current event cannot complete until everything in it has completed. You have several possibilities:
Place each into a seperate loop and event structure (see attached. Make sure not to lock the FP for the events).
Launch the subVIs via a reference and the run method, for example.
01-31-2008 01:12 PM