Skip to content

Measurement Plug-In SDK for LabVIEW 3.0.0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@dixonjoel dixonjoel released this 18 Jun 17:03
· 52 commits to main since this release
0233e09

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

  • Major refactor of library and package names to remove MeasurementLink (#519, #530, #531, #532, #533, #534, #536, #537, #538, #540)
    • Updated repository name to measurement-plugin-labview (#528)
    • New package names
      • NI Measurement Plug-In SDK (top-level package includes the following 3)
      • NI Measurement Plug-In SDK Service (includes runtime support for measurement services)
      • NI Measurement Plug-In SDK Generator (includes Tools menu item for creating measurement services)
      • NI Measurement Plug-In SDK Examples (includes example measurement services)

Fixes

  • Returning an empty string if the TestStand runtime variable for the pinmap ID does not exist (#523)
  • Fix tests causing Labview hang - Add Cluster Id support for tests (#522)
  • Remove .measui from the DCPower example project (#527)

New Contributors

Full Changelog: v2.2.0.2...v3.0.0.1