01-14-2009 12:24 PM
01-14-2009 12:42 PM
Hi Richard S....,
it should be possible in the way you want it. As far as i know it was already possible in LabVIEW 7.1 to call reentrant vi's from reentrant vi's. Maybe you don't see it as clone, but you can set the execute property to reentrant.
Hope it helps.
Mike
01-14-2009 12:55 PM
Mike,
Thanks for the update. Knowing that it is possible motivated me to dig deeper into why it wasn't working for me. It turns out that I neglected to mark one of my many sub-vis as reentrant and it was the bottleneck. Now that I have the whole heirarchy set to be reentrant everything seems to be working fine.