Skip to content

Measurement Plug-In SDK for LabVIEW 3.0.0.3

Latest
Compare
Choose a tag to compare
@dixonjoel dixonjoel released this 11 Jul 21:45
· 1 commit to releases/3.0 since this release
83099ca

This is a breaking release, meaning that existing measurements will be broken after updating. Nearly all of the breaking changes were due to library renames, VI renames, and control/indicator renames. There is a utility for upgrading existing measurements so that they work with the new release.

See this document for details on how to upgrade a measurement service.

What's Changed

  • Update the repo LabVIEW source code to LabVIEW 2021. This makes LabVIEW 2021 the minimum required version to use the SDK (#562)
  • Change location of create measurement utility to Tools >> Plug-In SDKs >> Measurements >> Create Measurement Plug-In... (#558)
  • Rename .seq files in examples to append _example. This helps support using the InstrumentStudio sequencer with our shipping examples (#556)
  • Fixes
    • Fix alignment of error message on the create measurement dialog (#553)
    • Fix the path to the Keysight Measurement UI.vi (#554)
    • Update README with new text and screenshots to match the latest measurement template (#555)
    • Remove #MeasurementTodo labels from the configuration and results typedefs (#561)
  • Example Changes
    • Rename MeasurementLink Client example to Measurement Plug-In Client (#552)

Full Changelog: v3.0.0.2...v3.0.0.3