@Metzger wrote:
Been bitten...
I had thought of this, but I have multiple state machines - one for each product under test. I don't know how to implement this with the multiple state machines.
This is almost a no brainier, just make a subVI that has the same ins and outs as the block you are replacing and have it feed the actual block the ins and write out to the outs.
Plus, if you want to reduce wait time for each caller, you can do what Mike suggested. This requires a bit more work and outs are no longer available if you need them as you are deferring the execution of the block. But if you don't need the outs, then this is a great solution. I've done this for logging.
Cheers,
A