DEVKIT v3.0.0
JADE Plugin Dev Kit
The JADE Plugin Dev Kit is a set of tools for developing plugins in JADE. When included in a bundle (*.jadb), a corresponding JADE menu option File >> New Plugin Development Project...
will be available. When choosing that menu option, you can create a LabVIEW project (*.lvproj) which includes everything you need to build your own JADE plugins, including helpful LabVIEW project provider integrations (think: right-click options right in the LabVIEW project for things like creating and building plugins, etc.)
You can create as many such plugin development projects as helpful, and each project can house as many plugins as you’d like for development. Each project includes:
- plugin templates - ready-to-build code to help you get started quickly
- the JADE SDK - a collection of libraries with everything you need to write plugins, plus many other helpful “core” libraries (ex. JSON)
- plugin build integration - simply right-click to build your plugins and immediately test in JADE