To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This example shows how to implement a QuickDrop VI which creates a new subVI with error terminals wired.
Description
This is the Easy Way where a new subVI is created from a template with error clusters wired. It basically just spawns a new instance of this template VI so you can build on top of that. This is as opposed to the hard way where the error clusters are created manually by each object and connector pane is also wired through scripting. There is no real difference between the Easy and the Hard way but the harder one might come in handy for someone who wishes to learn more about VI Scripting and it's features.
This plugin was built based on the plugin template, QuickDrop Plugin Template.vit that can be found in C:\Program Files (x86)\National Instruments\LabVIEW 20XX\resource\dialog\QuickDrop.
I suggest mapping this to the <CTRL+E> shortcut of QuickDrop, but you are more than welcome to change that to whatever you feel fits best.
Requirements
Steps to Implement or Execute Code
Additional Information or References
VI Snippet of subVI.vi
**This document has been updated to meet the current required format for the NI Code Exchange. **
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.