Turn LabVIEW files into "tagged text file".
I use these codes to apply "Chinese Copyright of Computer Software" (CCCS, 中国计算机软件著作权) for my LabVIEW programmes. CCCS requires submitting text codes instead of G codes, so here comes this repo. Maybe it will also be useful in other cases.
Test.vi
is an example to turn a LabVIEW project Test Project.lvproj
into a folder of text files that mirroring the project hierarchy. And these .txt
files are exactly what you can get from Export String
invoke node or by clicking Tools->Advanced->Export Strings
- .vi
- .ctl
- .lvclass
- private data control
- Property Definition
- Methods
- .lvlib
- Virtual Folder
- Documents (non-LabVIEW files in a project)
- Dependencies
- Build Specs
- .lvproj