Neville D Posted October 18, 2005 Report Share Posted October 18, 2005 Hi All, I am trying to write a utility that finds all breakpoints, removes them and then saves the changes. Anybody know how I can programmatically saved the changed VI? I already got the breakpoint stuff working. Thanks, Neville. Quote Link to comment
B Chavez Posted October 18, 2005 Report Share Posted October 18, 2005 I've never used it, but there is a "Save Instrument" Method. The context help simply says "Saves a VI." I may be missing something, but this seems like what you're looking for. Quote Link to comment
william wallace Posted October 18, 2005 Report Share Posted October 18, 2005 Hi Neville: Try to use the "save instrument" method in the "invoke node".See the attachment. Good luck. william Quote Link to comment
Neville D Posted October 18, 2005 Author Report Share Posted October 18, 2005 Hi Neville: Try to use the "save instrument" method in the "invoke node".See the attachment. Good luck. william Thanks guys, I wasn't sure if that property would overwrite an existing VI, but it seems to work. Here is a utility that I wrote to get rid of breakpoints and then save the resulting project. http://forums.lavausergroup.org/index.php?...findpost&p=7003 Enjoy! Neville. 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.