LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Forming LLB

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

0 Kudos
Message 1 of 5
(2,949 Views)

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

0 Kudos
Message 2 of 5
(2,947 Views)

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

0 Kudos
Message 3 of 5
(2,942 Views)

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

0 Kudos
Message 4 of 5
(2,936 Views)

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 Smiley Wink

 

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

0 Kudos
Message 5 of 5
(2,933 Views)