LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Textual information and Code Diagrams

Hi there,
I am a new user to Labview and I would like to know if there is any way to
automatically extract textual information from a code diagram e.g.
vi inputs/data type, vi outputs/data type, while/for loop count, case statements etc.

Thanks!
0 Kudos
Message 1 of 2
(2,303 Views)
When you print the full VI documentation (File>Print) in text format, all you get is a description of the controls, indicators, and a list of subVIs called. If you choose HTML or RTF format, then you get images of the code including loops and case statements.
Message 2 of 2
(2,292 Views)