Götz Becker Posted April 5, 2007 Report Share Posted April 5, 2007 Hi, I have the "pleasure" to try to check and document a set of .dll-wrapper VIs. My main problem is that I need to check the call setups. Is it possible to programmatically get the "Function Prototype" string displayed in the configure window of a Call Library Function Node? I tried to print the VI documentation but I only get a picture of the BD. Using an invoke node with the VI-ref, I also only get access to the BD image. I have seen the new display option in the 8.2 Version for names in the connector. But the project is in 8.0.1 :-( . And even with the name display I don´t see the exact call setup like how strings are passed. Any ideas or hints? Thx in advance Quote Link to comment
Jeffrey Habets Posted April 5, 2007 Report Share Posted April 5, 2007 It can be done... With scripting.. The attached example return the function prototype string you want. This eample just assumes a VI with only one call-lib node on the diagram.. I created this in 8.2 and backsaved to 8.0, so I hope this works in 8.0. Good luck! http://forums.lavag.org/index.php?act=attach&type=post&id=5401 Quote Link to comment
Götz Becker Posted April 5, 2007 Author Report Share Posted April 5, 2007 QUOTE(Jeffrey Habets @ Apr 4 2007, 04:03 PM) It can be done... With scripting.. Great... works like a charm! I guessed that scripting is the way to go but I didn´t know where to start. :thumbup: Quote Link to comment
Georg Zit Posted August 30, 2012 Report Share Posted August 30, 2012 Hello Jeffrey, unfortunately the link you've posted is out of date. Would it be possible to attache the example again? Thank you! 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.