11-13-2009 10:51 AM
How do I remove a subVI from the main VI and return to the original VI without subVI?
11-13-2009 10:56 AM
11-13-2009 11:54 AM
11-13-2009 04:16 PM
Let me be more specific. I have a VI and I created an automatic subVI by selecting several items and using Edit>>Create SubVI. But, then (after saving/closing the file) I realised that I didn't want to create that particular subVI. Is there a simple way to undo the subVI and return to the original VI without subVIs?
11-13-2009 04:18 PM
11-13-2009 04:19 PM
Search for an inlining tool that was posted on this forum (If I remember correctly it was Damiens developements, you find a list at the breakpoint forum). Run this on the vi to getget the code inline again. But: this is using scripting, so back-up your work befor running this tool. It's not really safe.
Felix
11-13-2009 04:59 PM
(What is your LabVIEW version? I don't remember when this feature got introduced)
11-13-2009 05:08 PM
See also the paragraph right above Figure 4 at the following link:
11-16-2009 07:30 AM