Jump to content

question about llb and ctrl + shift + Run


Recommended Posts

Posted

I was wondering how the "ctrl + shift + Run" was working.

I have a llb with a large number of VIs, if I open the main VI and hit "ctrl + shift + Run" what is going to be recompiled ?

All the VIs in the llb ?

or

Only the main VI's hierarchy ?

The diferece is of course the VIs in the llb which are called dynamically.

Posted

All the VIs in memory, across the board, including the private ones that are part of LV itself. The only exceptions are VIs that are currently reserved for running. If a VI is not in memory, it doesn't get recompiled. LLBs have no meaning after loading, so the fact that one VI from an LLB is in memory doesn't cause the other VIs in the LLB to be recompiled.

Posted

QUOTE(Justin Goeres @ Oct 4 2007, 01:53 PM)

Either option describes the process pretty succinctly. :unsure:

I will never be able to do a mass compile ever again without it reminding me of 24-hour bug.

Imagine the AE's thoughts we they suggest i do a mass compile I they hear me laughing. :wacko:

Ben

Posted

QUOTE(Aristos Queue @ Oct 4 2007, 04:16 PM)

All the VIs in memory, across the board, including the private ones that are part of LV itself.

I thought it was only VIs in the hierarchy (including vi.lib, of course). Is that wrong (can't check now)?

Posted

QUOTE(yen @ Oct 5 2007, 06:11 AM)

I thought it was only VIs in the hierarchy (including vi.lib, of course). Is that wrong (can't check now)?

That is wrong. It is all VIs in memory in all application instances. It always has been in all versions of LV.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.