11-06-2014 04:50 AM
Hi
I have configured a step( a labview code module)
to run as parallel thread (Synchronization - batch Synch- parallel)
I want to wait for this step to complete. Its not a seq call . how to get the Object reference for this execution
11-06-2014 10:50 AM
yes its a tricky question
11-10-2014 09:43 AM
It's possible to make the settings for the parallel thread in the sequence call options.
There is a good example : Testing UUTs in Parallel - Batch Model.
Maybe you can post your sequence?
Kind regards,
Dennis
11-10-2014 10:25 AM
thanks Dennis
I will try that.