-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
Top Level Launcher by GCentral - Toolkit for LabVIEW Download
QuickDrop tool for setting and running a project top level VI.
Version | 1.0.2.3 |
Released | Jan 20, 2025 |
Publisher | GCentral |
License | MIT |
LabVIEW Version | LabVIEW>=20.0 |
Operating System | Windows, Mac, and Linux |
Project links | Homepage Discussion |
Description
Sets or run the top level VI in the project.
Normal Operation:
To set the top VI, use Ctrl+Shift+[shortcut].
To run the top VI, use Ctrl+[shortcut].
Advanced Operation using QD data entry:
To set the top VI, enter "s" or "set" before activating the shortcut.
To read what the top VI is, enter "get" before activating the shortcut.
To run the top VI, enter "r" or "run" before activating the shortcut.
To remove the top VI setting, enter "d", "del", "delete", "rem" or "remove" before activating the shortcut.
Default Shortcut - [E]
Release Notes
- Top-level VI selection is now limited ONLY to VIs and VITs.
- Application instance is set to the owning project of the top-level VI instead of the active project.
- Added "get" to the acceptable inputs to read the top-level VI's path.