todd Posted March 11, 2005 Report Share Posted March 11, 2005 About once a month, while editing someone else's spaghetti, I wish there was a way to trace I/Os all the way through a BD. I.E. all "VISA Session" inputs and "dup VISA Session" outputs that are strung together on a single BD. Or all Picture Ins and Picture Outs. Wildcards would be helpful as well as the ability to invert wire selection for deletion. Sometimes it's enough to select the VIs from Hierarchy view and copy-paste them into a new VI. This clears all wires but loses dataflow/screen position. Quote Link to comment
Mike Ashe Posted June 14, 2005 Report Share Posted June 14, 2005 Hmmm...... It's not exactly what you want, but I wrote something Probe Table that might get you part of the way there, with modification of course. The Probe Table project was meant to be able to define and save/restore lists of probes, throughout a VI hierarchy and have the data returned to either a series of generic probe windows or a table. To do this it makes a list of wires in a VI it is pointed to and lists the sources. It is not hard to get the endpoints for a given VI and lookup what is at the ends. Perhaps you'd care to take a look and add a little to the alpha code. 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.