06-23-2011 06:02 AM
Hi everyone,
I am calling the same sub-vi several times in the same loop at the same time in a program. I would like them to run in parallel (not waiting for the first use to end before starting the second one). I know there is somewhere in Labview where I can change this by just ticking/unticking this option.
Would anybody know where I can set this parameter?
Thanks,
User
Solved! Go to Solution.
06-23-2011 06:10 AM - edited 06-23-2011 06:10 AM
Hi,
That was funny that you mentioned remembering the ticking and unticking part. Go to the SubVIs VI properties by right clicking the VI icon on the upper right side of the window, select execution for drop down list, and tick on reentrant execution. There you go..:) This will create clones of your SubVI everytime you use it. This uses more memory. Keep this in mind.
Regards,
Nitzz
(Give Kudos to Good Answers and Mark it as a solution if your problem is Solved;))
06-23-2011 06:56 AM
Hi NitzZ,
Thanks for your help and advice. Would you mind confirming the settings in the attached file?
Regards,
User
06-23-2011 07:08 AM
Hi User_1979,
Yeah, Thats right what you are doing.:)
A small suggestion about your posts if you don't mind. Try to upload png images instead of word files and .jpeg images as they are huge in size.:)
Regards,
Nitzz
(Kudos are always Welcome;))
06-23-2011 07:21 AM
Ok great. Thanks a lot.
Regards,
User