Skip to content

SeveNOlogy7/VI2String

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VI2String

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.

How It Works?

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

Alt textAlt text

Supported Item/File Type

  • .vi
  • .ctl
  • .lvclass
    • private data control
    • Property Definition
    • Methods
  • .lvlib
  • Virtual Folder
  • Documents (non-LabVIEW files in a project)
  • Dependencies
  • Build Specs
  • .lvproj

About

Turn LabVIEW files into "tagged text file"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published