Skip to content

VIKit 1.0.7

Compare
Choose a tag to compare
@wireddown wireddown released this 30 Nov 22:33
· 26 commits to master since this release

Changes & Fixes

  • Introducing VISnipDiagram.sh -- a command line tool that creates a VI snippet of a VI's block diagram

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\VIQueryVersion.vi' --png 'C:\path\to\VIQueryVersion.png' --lv-version 2014

Requirements