04-19-2008 04:17 AM
04-19-2008 07:32 AM
04-19-2008 07:39 AM
Hi Amit Ahuja,
with which LabView Version do you work? Can you open the vi which is marked with the question mark??
Mike
04-19-2008 11:52 AM
Currently I am working with LABVIEW 8.5 and VI that is marked with question mark is not able to open
as i suppose that it is not loaded into the memory.
But When i remove the call setup from the subvi and again when the subvi made as reload for each call
by the call setup method and is saved and the exe is build again and run then the subvi is called and no question
mark appears, it behaves strangely!!!!
One more problem faced is that when i make a vi reentrant having a timed loop then i get disconnected from the rt
and the RT reboots , Does anyone can suggest a solution?
The subvi that is being made reentrant is to be a called at many places and if i make a reentrant VI to be called dynamically
using call setup then can this problem be solved?
04-25-2008 08:57 AM
04-28-2008 09:23 AM
04-28-2008 10:16 AM
Surely this is not a call by reference node, this comes when we right click on a subvi and in the call setup options, three options
come ,
1.Load with callers
2. Reload for each call
3. Load and retain for each call
I have opted for the second option , Is this the right way to use it?
04-29-2008 11:08 PM
04-29-2008 11:15 PM
Hello FieldKam
I have Included the subvi in the rtexe and i have not even renamed it,
One question more that i want to ask is that if the subvi chnages and the it is being called using call setup
then will the parent vi comes to know the changes just by saving and rebuilding the application?
05-01-2008 11:46 AM