‎05-04-2008 09:02 PM
‎05-04-2008 09:19 PM
Hi LyLee,
When you Open the VI with VI server, don't forget to specify the Options input - it should be 8 (prepare for reentrant run.) If the VI's Execution properties also specify Reentrant, then you should have no problems! Pleas post you VI if it still doesn't work...
Cheers.
‎05-04-2008 09:33 PM
‎05-05-2008 12:36 AM
AFAIK if you load a VI template *.vit into memory LabVIEW will instantiate it by creating a differently named copy of the template VI in memory UNLESS you specify a specific option at the Open VI Reference but if you load a reentrant VI, LabVIEW will load that VI for editing and therefore not prepare it for running reentrantly UNLESS you specify an option.
@LyLee wrote:
Thank! My vi runs with the option 8. But I just wonder, why is that mishklyar 's vi doesn't have the 8 option but still opens multiple instances? Am I missing something?