Skip to content

VIKit 1.0.10

Latest
Compare
Choose a tag to compare
@wireddown wireddown released this 29 Dec 04:30
· 4 commits to master since this release

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