03-04-2008 12:34 PM
03-04-2008 01:27 PM
Hi zrimkunas,
i think this is no issue. As far as i know LabView remove all front panels from vi´s which don´t have any connections on the connector pane. So if you want to keep such front panels you have to uncheck the option "remove front panel" under source file settings for each vi.
Mike
03-04-2008 01:35 PM
By default, LabVIEW removes the front panels of all VIs when building to save memory.
For some VIs, LabVIEW does not remove the FP. This happens if they are either:
a) set to open their FP,
b) have a property node which refers to one of the controls or
c) are explicitly set not to remove their FP, as Mike mentioned.
Personally, I find that the easiest method is creating a property node for one of the controls and placing a comment explaining why the property node is there.