LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I execute a sub VI mutilple times at the same time using Reference Nodes

I want to call a subVI multiple times depending on the test. I can create multiple References but once I execute one Reference, but it I get an error 1000 when i try to run the second Reference.
0 Kudos
Message 1 of 3
(2,864 Views)
Try making the SubVI reentrant.
Message 2 of 3
(2,864 Views)
Hi,

Making the subVI reentrant will do the trick but please make sure you wire an 8 to the options input of Open VI Reference. This will prepare the target for a re-entrant run and it will execute in a parallel data space.

I hope this helps.

Sincerely,
Feroz
National Instruments
Message 3 of 3
(2,864 Views)