01-31-2013 03:58 AM
Hi
I have a template vit, I want to call this template vit recursively ( I want to open multiple instances of this template)
I have used open VI reference function and in the standalone mode this approch works fine, but when I try to build an exe I am unable to open multiple instances
I tried making the template vit reentrant and also set the option input in open VI reference to 2. But I get the error code 1127
Can any one suggest if we can use vit to make recursive calls
Thanks
02-04-2013 05:41 AM
Check the path for your vit file in executable. This is where most make mistake.
Use one indicator and see the path.
Or how you are building path. Can you post your VI with 2011 compatible.
Thanks