03-12-2008 09:18 AM
03-12-2008 11:19 AM
03-13-2008 01:43 PM
03-13-2008 03:14 PM - edited 03-13-2008 03:15 PM
@dug9000 wrote:
You can kind of do this at the sequence level by using the "New Thread" option on your sequence calls. For example, if you had three sequence "a", "b", and "c" that could all be run in parallel you could have three sequence calls, one to each sequence, in your top level sequence and then three wait steps at the end of your top level sequence (if you want the results to show up in the report) to wait for the asynchronous calls. Also for VIs what Allen suggested is good solution too. Certainly if it worked more automatically as a builtin feature like you are suggesting that would be easier (and I think it's a great suggestion), but in the meantime it is possible to get similar asynchonous execution the way I described.
Hope this helps,
-Doug