jgcode Posted November 17, 2009 Report Share Posted November 17, 2009 [Cross posted to ni.com] Hello I was wondering if it is possible to create a Quick Drop plugin with an LLB type structure. Similar to what you can do with the menu items - have a text file that points to the VI to run. (I hope that makes sense) This would be cool for distributing code. Look forward to hearing if this is possible. Cheers JG Quote Link to comment
jgcode Posted November 17, 2009 Author Report Share Posted November 17, 2009 I had to elaborate on this one in cross-post... Hi tst I will try to explain further and I will use JKI's VI Tester package as an example... One of the component of VI Tester gets install in the Project Folder (aka Tools Pluign Menu) of LabVIEW. I.e. <LabVIEW>\project\VI Tester folder contains VI Tester.txt, VI Tester.llb and New folder (containing NewTestCase.llb & NewTestSuite.llb) VI Tester.txt contains the following text: VI Tester Menu Launch__VI Tester Menu Launch.vi New Causing the Tools RTM looks as follows: Therefore, LabVIEW, working with a plugin, is able to be pointed to a specific VI in an LLB through the text file. Distributing code for a tool in an LLB is a nice way to include all dependencies for the developer. Now with respect to Quick Drop - it would be great if I could distribute a LLB file and a txt file and Quick Drop can read the text file and know what top level VI to point to in the LLB should that shortcut get called. So my question is - Is this possible at the moment? Quote Link to comment
Darren Posted November 17, 2009 Report Share Posted November 17, 2009 I posted a response in the thread on the NI Forums...I think we should probably continue the conversation there since it has the entirety of the conversation. -D Quote Link to comment
jgcode Posted November 17, 2009 Author Report Share Posted November 17, 2009 I posted a response in the thread on the NI Forums...I think we should probably continue the conversation there since it has the entirety of the conversation. -D Thats Darren that makes sense. I am heading over there now... 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.