Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
etfovac authored Jul 28, 2021
1 parent eda96b2 commit 7b34d2f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,15 @@

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.



Both FP and BD of currently selected VI are shown.



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.


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](https://forums.ni.com/t5/Example-Code/Documentation-Tags-Editor/ta-p/4167894)

### UI Layout

Expand All @@ -33,6 +27,10 @@ It's based on an event driven string state machine with local context cluster an
<img src="./graphics/Ex_ReadArray_File.png" alt="Ex_ReadArray_File">
<img src="./graphics/Ex_ReadArray_FP.png" alt="Ex_ReadArray_FP">

### Block Diaagram

<img src="./graphics/2021-07-28_183712.png" alt="Show outputs">

### Table of Contents (Wiki)
[Wiki Home](https://github.com/etfovac/lv_documentation/wiki)
[Overview](https://github.com/etfovac/lv_documentation/wiki/Overview)
Expand Down

0 comments on commit 7b34d2f

Please sign in to comment.