LabVIEW VI Analyzer Toolkit: Difference between revisions
Add API section |
Add VIAn Add Password and history info |
||
Line 146: | Line 146: | ||
|[[File:VIAn Add Item.png|frameless|32x32px|link=VIAn Add Item|VIAn Add Item]] [[VIAn Add Item]] | |[[File:VIAn Add Item.png|frameless|32x32px|link=VIAn Add Item|VIAn Add Item]] [[VIAn Add Item]] | ||
|Adds an item, such as a [[VI]], [[LLB]], or [[wikipedia:folder (computing)|folder]], to the VI Analyzer task. | |Adds an item, such as a [[VI]], [[LLB]], or [[wikipedia:folder (computing)|folder]], to the VI Analyzer task. | ||
|- | |||
|[[File:VIAn Add Password.png|frameless|32x32px|link=VIAn Add Password|VIAn Add Password]] [[VIAn Add Password]] | |||
|Adds a password to the VI Analyzer task password cache. Use this VI if you want to analyze password-protected VIs and the LabVIEW password cache does not contain the passwords. (LabVIEW VI Analyzer Toolkit 2009 .. 2017) | |||
|- | |- | ||
|[[File:VIAn Destroy Task.png|frameless|32x32px|link=VIAn Destroy Task|VIAn Destroy Task]] [[VIAn Destroy Task]] | |[[File:VIAn Destroy Task.png|frameless|32x32px|link=VIAn Destroy Task|VIAn Destroy Task]] [[VIAn Destroy Task]] | ||
Line 189: | Line 192: | ||
|Selects or deselects the specified tests in the VI Analyzer task. | |Selects or deselects the specified tests in the VI Analyzer task. | ||
|} | |} | ||
Unless otherwise stated, these functions are available in LabVIEW VI Analyzer Toolkit 2009 and later. | |||
==History== | ==History== | ||
Line 235: | Line 239: | ||
*Removed [[Typedef Cluster Constants]] | *Removed [[Typedef Cluster Constants]] | ||
*Removed [[Connected Pane Terminals]] | *Removed [[Connected Pane Terminals]] | ||
*Removed [[VIAn Add Password]] | |||
}} | }} | ||
Revision as of 10:10, 11 August 2024
LabVIEW VI Analyzer Toolkit is a LabVIEW add-on that extends the features of VI Analyzer with common tests, APIs, Project Explorer integration, and a test creator utility.
The LabVIEW VI Analyzer Toolkit helps you improve the quality and readability of graphical code developed in LabVIEW software. With this toolkit, you can configure more than 90 included tests for automated code review and static code analysis of all VIs in an application, or create your own using the test creation wizard.
Use the LabVIEW VI Analyzer Toolkit to debug and avoid overlooking improper coding techniques that could impact an application’s performance, functionality, or maintainability. In addition, you can enforce effective programming practices and coding styles within teams of developers to ensure code readability and functionality. By using this toolkit regularly, you can develop high-quality, robust LabVIEW applications.
--LabVIEW VI Analyzer Toolkit Marketing
Tests
LabVIEW VI Analyzer Toolkit includes a wide range of tests in various categories:
- Block Diagram
- Complexity Metrics
- Documentation
- Front Panel
- General
- VI Metrics
Unless otherwise stated, these tests are available in LabVIEW VI Analyzer Toolkit 2009 and later.
API
LabVIEW VI Analyzer Toolkit installs several functions to automate the discovery and execution of tests. These functions are available from the VI Analyzer palette.
Name | Description |
---|---|
![]() |
Adds an item, such as a VI, LLB, or folder, to the VI Analyzer task. |
![]() |
Adds a password to the VI Analyzer task password cache. Use this VI if you want to analyze password-protected VIs and the LabVIEW password cache does not contain the passwords. (LabVIEW VI Analyzer Toolkit 2009 .. 2017) |
![]() |
Closes an existing VI Analyzer task reference and releases resources associated with the task. |
![]() |
Runs a VI Analyzer task automatically using settings in the specified configuration file. |
![]() |
Exports the results of an analysis to a file, either as a report in ASCII or wikipedia:HTML format or as a VI Analyzer results file. |
![]() |
Specifies the tests to exclude for a specific VI in the VI Analyzer task. |
![]() |
Monitors the progress of the analysis. |
![]() |
Returns a list of all top-level VIs, folders, or LLBs in the VI Analyzer task. |
![]() |
Returns a cluster array containing the configuration information for each test in the VI Analyzer task. |
![]() |
Modifies the value of a single configuration option for a specific test. |
![]() |
Modifies the configuration settings of a single test. |
![]() |
Creates a VI Analyzer task, which you can use with other VI Analyzer VIs to configure and run an analysis. |
![]() |
Removes an item, such as a VI, LLB, or folder, or excludes a subitem, such as a VI within an LLB or folder, from the VI Analyzer task. |
![]() |
Analyzes VIs using the settings that VI Analyzer Task in specifies. You can wire the results to the VIAn Easy Report VI. |
![]() |
Saves the current VI Analyzer task settings to a configuration file. |
![]() |
Selects or deselects the specified tests in the VI Analyzer task. |
Unless otherwise stated, these functions are available in LabVIEW VI Analyzer Toolkit 2009 and later.
History
- LabVIEW VI Analyzer Toolkit 2024 Q1:
- Files moved to the version-independent LVAddons directory for LabVIEW 2024 Q1 and later
- LabVIEW VI Analyzer Toolkit 2021:
- Requires LabVIEW 2021
- LabVIEW VI Analyzer Toolkit 2020:
- Requires LabVIEW 2020
- Added Find Deprecated Items
- Added For Loop Reference Handling
- Added Alignment Grid Setting
- Added Separate Compiled Code Setting
- LabVIEW VI Analyzer Toolkit 2019:
- Requires LabVIEW 2019
- Added Parallel For Loop Debugging
- Added Array Constant Style
- Added Case Structure Default Frame
- Added Diagram Disable Structures
- Added Poor Names of Enum Items
- Added Case Structure with String Range
- Added Unwired I32 Error
- Added Approved Bookmark Tags
- LabVIEW VI Analyzer Toolkit 2018:
- Requires LabVIEW 2018
- Added For Loop Error Handling
- Added Auto Error Handling Enabled
- Added Control VI Type
- Removed Node Density
- Removed Typedef Cluster Constants
- Removed Connected Pane Terminals
- Removed VIAn Add Password
- LabVIEW VI Analyzer Toolkit 2017:
- Requires LabVIEW 2017
- LabVIEW VI Analyzer Toolkit 2016:
- Requires LabVIEW 2016
- LabVIEW VI Analyzer Toolkit 2015:
- Requires LabVIEW 2015
- LabVIEW VI Analyzer Toolkit 2014:
- Requires LabVIEW 2014
- LabVIEW VI Analyzer Toolkit 2013:
- Requires LabVIEW 2013
- Added In Place Element Structure Usage
- Added Code Simplification
- Added Array Sum and Product Overflow
- LabVIEW VI Analyzer Toolkit 2012:
- Requires LabVIEW 2012
- Added Mixed Terminal Styles
- LabVIEW VI Analyzer Toolkit 2011:
- Requires LabVIEW 2011
- LabVIEW VI Analyzer Toolkit 2010:
- Requires LabVIEW 2010
- Added Inlinable VIs
- Added Parallelizable Loops
- Added Prepend Scalar With Build Array
- Added Redundant Boolean Operations
- Added Value Property Usage
- Added Tunnel Position
- Added Type Casting References
- Added Scalar Chart Updates
- Added Synchronous Display
- Added Full Connector Pane
- LabVIEW VI Analyzer Toolkit 2009:
- Requires LabVIEW 2009
- First release