bsvingen Posted June 17, 2006 Report Share Posted June 17, 2006 I was cleaning up my inline code and just by curiosity i was looking at the invoke node methods for sub VIs. What do i find ?Yes, an inline method.It has a "makespace" and the possibility to wrap the code in a sequence frame. I tested it, just replaced it with my inline tool, and - it works. I have not tested it thoroughly, so i do not know the requirements etc.Well, at least there should be no problem to write a nice app that inlines VIs :thumbup: Quote Link to comment
Jim Kring Posted June 17, 2006 Report Share Posted June 17, 2006 Now that you have found that, all you need is a VI that recursively in-lines all subVIs. You should be able to use the resulting sequence structure reference to traverse for subVIs. Want an easy way to traverse? Just use <LabVIEW 8.0\vi.lib\Utility\traverseref.llb\TRef Traverse for References.vi>. Cheers, -Jim 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.