Example Code

How to create a VI Package for your Right-Click Plugin

All the existing plugins available for the JKI Right-Click Framework for LabVIEW are built with VI Package Builder (VIPB) available from within VIPM Professional.

Below are some screenshots describing the process (using the "Create Enum From String" plugin as an example).

First, fill out the fields in the Main VIPB window (you can reuse the same glyph for the package icon that you use on the plugin)

Plugin building main.png

Once you are done filling out the main area of the VIPB, go to the Advanced Build Parameters Window.

In the Dependencies area, make sure you depend on the "jki_tool_right_click_framework" package (see image below).

Plugin+building+advanced+-+dependencies+-.png

Next, go to the installation location and make sure that you use a custom location and that the "Library VIs Installation Folder" is set to "<resource>\JKI\RCF\Plugins\Your Plugin Name"

Plugin+building+advanced+-+install+locations+-.png

Thats about it.

Close the Advanced Build Parameters Window and click on the build button VIPB build button.png in VIPB main UI.

Good luck.

Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.

Contributors