07-13-2010 04:34 AM
Hi,
I need to have multiple instances of the same VI running.
I've created a template of the VI i wan't to call multiple times.
The VI is called via Open VI reference with a reference to the VI template.
Parameters to the instance is passed via set control value.
When opened and parameters has been passed, I use a invoke node to run the VI.
An error occur.
"Error 1000 occurred at Invoke Node in Template_Call plot window.vi
Possible reason(s):
LabVIEW: The VI is not in a state compatible with this operation.
Method Name: Run VI
VI Path: NULL"
Note ! The VIs should stay open after the call running independently of each other and the caller should not be waiting until the VI stops.
Any ideas what I am doing wrong
Solved! Go to Solution.
07-13-2010 04:54 AM
07-13-2010 05:06 AM
Just disconnect type specifier terminal input from open VI reference function.
-Kumar.B
07-13-2010 05:31 AM
As simple as that Kumar !
Thank You all