Anu Kalidas Posted September 2, 2005 Report Share Posted September 2, 2005 Normally when u drop a subVI, only its icon will be displayed in the callee VIs block diagram. Is it possible to embed the block diagram of the VI instead of the icon when dropped as subVI. Thot this will be useful in cases like event structures where most of the time there will be a while loop outside the event structure. This if possible will save the time to select one more structure from the pallette... Getting lazy Uh.. Quote Link to comment
Jeffrey Habets Posted September 2, 2005 Report Share Posted September 2, 2005 What you need is the so called Merge VI. First, make a VI that contains the diagram as you want it to have it when you drop it on an other BD. You need to make this VI available on your palette (e.g. place it in user.lib). Under Tools->Advanced->Edit Palette Views you can edit the palettes. Here you can right click on VI's in the palette and select Merge VI to drop the VI's diagram instead of a subVI on your VI's diagram. So what you need to do is find your VI in the palette and enable the Merge VI option. Quote Link to comment
Anu Kalidas Posted September 2, 2005 Author Report Share Posted September 2, 2005 What you need is the so called Merge VI. 5965[/snapback] WoW :thumbup: ... Thanks a lot, Jeffrey... Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.