08-28-2008 01:01 AM
I have a vi having multiple call by reeference nodes calling multiple vi's one at a time.
Can i form a llb of the vi such that all the child vi's are included in it?
Regards
Amit
08-28-2008 01:06 AM
Hi Amit,
yes it´s possible. You can use the llb manager for it. If you do it, you have to think about the path of the dynamic called vi´s.
Mike
08-28-2008 01:29 AM
Hi Mike
Thanks for the reply
I suppose i figured it out.
But suppose i have a parent vi having 5 child vi's so i will have to copy the child vi and paste it in the
llb. Is there any other way.
Regards
Amit
08-28-2008 01:42 AM
Hi Amit,
if your child vi´s are fixed in your parent vi, then you can use the "save" function to create a new llb, but i understood that your child vi´s are dynamically loaded and then it´s not possible. You cou can create a content vi with all vi´s in it, also the dynamically loaded and create a llb of it.
Hope it helps.
Mike
08-28-2008 01:46 AM
Thanks for the reply
Yes my vi's are dynamically linked only.
this was being done before by me also but i didn't wanted a content vi to do this
So i thought there must be another way to do it ![]()
I also want to enquire that how much time a dynamically loaded vi takes to load into the memory on RT
as the project on which i am requires time criticality.
Regards
Amit