Skip to content

etfovac/lv_documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation Tags Editor

DOI License: MIT

Table of Contents (Wiki)

Wiki Home
Overview
Notes
Examples
References

LabVIEW tool for parsing and editing documentation Tags for:

  • VI files (Name, Description, Help Path, Help Tag) and
  • Front Panel items (Index, Description, Tooltip).

It loads a folder of VI files and goes through them one by one (buttons Prev and Next).
Both Front Panel (FP) and Block Diagram (BD) of a currently selected VI are shown (using VI Scripting, see: References).
All FP items are listed, terminals and error clusters can be ignored.

It's based on an event driven string state machine with local context cluster and custom library with utilities for parsing and inserting states.

Link to NI Community's page Example-Code/Documentation-Tags-Editor

UI Layout (Front Panel, FP)

First

Test

Show outputs

Ex_ReadArray_File

Ex_ReadArray_FP

Block Diagram (BD)

Show outputs

lv_documentation is maintained by etfovac.