Changes & Fixes
- Introducing VIPreCommitSnipDiagram.sh -- Command line tool that updates VI snippets as part of a git commit
- Allow VISnipDiagram.sh to operate on directory trees
- Fix: assert that LabVIEW can be called before running a VI
Tools for VIs
- VIBuildProject -- command line tool that builds a LabVIEW project.
$ VIBuildProject.sh --project 'C:\path\to\VIKit.lvproj' $ VIBuildProject.sh --project 'C:\path\to\VIKit.lvproj' --target 'VIKit.dll@My Computer' $ VIBuildProject.sh --project 'C:\path\to\VIKit.lvproj' --lv-version 2014
- VIQueryBuildSpecs -- command line tool that prints all of the build specifications in a LabVIEW project.
$ VIQueryBuildSpecs.exe 'C:\path\to\VIKit.lvproj' My Computer VIKit.dll DLL
- VIQueryVersion -- command line tool that prints what LabVIEW version a LabVIEW file was written in.
$ VIQueryVersion.exe 'C:\path\to\VIQueryVersion.vi' 13.0 $ VIQueryVersion.exe 'C:\path\to\VIKit.lvproj' 13.0
- VISnipDiagram -- command line tool that creates a VI snippet of a VI's block diagram.
$ VISnipDiagram.sh --vi 'C:\path\to\VIQueryVersion.vi' --png 'C:\path\to\VIQueryVersion.png' $ VISnipDiagram.sh --vi 'C:\path\to\vi\source' --png 'C:\path\to\snippet\mirror' --lv-version 2014
Requirements
- Windows XP or later
- LabVIEW 2013 Run-Time Engine
VIBuildProject.sh
requires a LabVIEW IDE with Application BuilderVISnipDiagram.sh
requires a LabVIEW IDE