Dependency Inspector by PantherLAB - Toolkit for LabVIEW Download
Simple Dependency Inspector, searches all the libraries/clases in a project and finds its dependencies.
Version | 1.0.0.10 |
Released | Oct 04, 2024 |
Publisher | PantherLAB |
License | BS3 |
LabVIEW Version | LabVIEW>=20.0 |
Operating System | Windows, Mac, and Linux |
Dependencies | delacor_lib_qmh graphbuilder |
Project links | Homepage Documentation Repository Discussion |
Description
Simple Dependency Inspector for LabVIEW
Open-source LabVIEW tool designed to simplify the process of understanding LabVIEW files dependencies. By creating a clear 2D visualization of your selected files relationships you can quickly identify potential issues and optimize your code structure.
This tool employs a private linker method to analyze the relationships between LabVIEW files. This method requires a LabVIEW file (VI, LVlib, LVclass, or CTL) as input and generates an array containing all the links associated with that file. A key advantage of this method is that it does not necessitate opening the LabVIEW file itself.
Getting Started
Open LabVIEW and go to Tools>PantherLAB>Simple Dependency Inspector
Report Issues and Request Features:
Encountered an issue or have a feature suggestion? Let us know on GitHub: https://github.com/PantherLAB/DependencyInspector/issues
Struggling with LabVIEW and/or DQMH projects?
We can help! Our team (CLA, LabVIEW Champion, DQMH Trusted Advisor) offers:
-LabVIEW development
-LabVIEW training
-Contracting services.
Release Notes
[FIX] If a selected library have missing vis, the linker method will encounter the error 7. We now inform the user about this issue and prevent the problematic library/file from being included in the plot.
Removed Dependency to Advanced HTTP from NI, it works great witht he default HTTP Client.