10-12-2008 11:18 AM
I want to make multiple sub-vi’s clones and each one gets its own cluster from an array of clusters. My problem is that I want to have the subvi’s do this during runtime and, so far I have not found a reliable method to this approach. Is there a to tell within subvi clones which copy it is?
I'm using 8.6
Any help would be very much appreciated.
Mike
10-12-2008 11:28 AM
10-12-2008 12:57 PM
I'm using reentrant for the subvi's so each one has its own memory and would like each cloned subvi to have a seperate cluster in the array. It really doesnt matter the order just that each one has it own cluster.
Thanks
10-12-2008 01:11 PM
10-12-2008 07:26 PM
I discided to the parse the subvi clone name, and that lets me know which subvi I'm in .
Thanks everyone for all your help.