How do I run the same VI from two different location in my block diagram. I need the VIs to run concurrently. For eg. consider ABC.vi
I use ABC.vi in one stack and I have ABC.vi in another stack so when I execute the block diagram both stacks will run. But I only get one of the ABC.vi running at any one time. The other ABC.vi will have to wait until the first one completes. Thanks