Skip to content

Releases: ni/measurement-plugin-labview

Measurement Plug-In SDK for LabVIEW 3.5.2.2

10 Mar 19:00
0221277

Choose a tag to compare

Patch release from 3.5.2.1. The Examples package was installing files incorrectly due to a VI Package Manager bug.

Measurement Plug-In SDK for LabVIEW 3.5.2.1

10 Feb 17:06
0221277

Choose a tag to compare

What's Changed

  • Restore Measurement Server.lvproj to LV 2021 version (#690)
  • Update Read Environment Variable to look at LabVIEW's environment variable (#695)

Full Changelog: v3.5.1.1...v3.5.2.1

Measurement Plug-In SDK for LabVIEW 3.5.1.1

12 Dec 17:23
e48bcf2

Choose a tag to compare

What's Changed

  • Pass the Cluster Id from the NIDISCOVERY_CLUSTERID environment variable (#686, #691)
    • This allows examples and tests to use an isolated discovery service

Full Changelog: v3.5.0.2...v3.5.1.1

Measurement Plug-In SDK for LabVIEW 3.5.0.2

29 Sep 20:02
8c227d8

Choose a tag to compare

What's Changed

Remote measurement support

Performance improvements

  • Cache VI references used to perform ACBR for performance reasons. by @jasonmreding in #662
  • Make direct driver calls when executing within the runtime engine by @jasonmreding in #667
  • Update measurement template to use direct method calls instead of call by reference by @jasonmreding in #669

Other

New Contributors

Full Changelog: v3.4.0.1...v3.5.0.2

Measurement Plug-In SDK for LabVIEW 3.5.0.1

23 Jul 06:42
3a25ffe

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.4.0.1...v3.5.0.1

Measurement Plug-In SDK for LabVIEW 3.4.0.1

02 Jul 10:54
4e05ded

Choose a tag to compare

What's Changed

  • Adding support for 2D arrays of double and string by @jasonmreding in #648
    • 2D array controls of doubles and strings can now be used as part of the measurement configuration and outputs typedefs
  • Updating measurement server to support parallel RPCs by @jasonmreding in #649
    • If a measurement is marked as reentrant, the server will now process Measure RPCs in parallel. If the measurement is marked non-reentrant, the RPCs will be executed serially.
  • Updating measurement template to better support parallelism and cancellation by @jasonmreding in #651
    • The generator used to create new measurements will now generate template VIs which can be used to implement cancellation of RPCs on the server.
  • Adding automated tests to verify measurement calls execute in parallel or in sequence based on reentrancy by @jasonmreding in #652

Full Changelog: v3.3.0.1...v3.4.0.1

v3.3.1.2

09 May 20:31
31ea962

Choose a tag to compare

Purpose

This release updates the versions of grpc-labview packages. The Measurement Plug-In SDK packages from this repo are unchanged from the 3.3.1.1 release.

v3.3.1.1

16 Apr 15:51
b5ba5d3

Choose a tag to compare

What's Changed

  • Updating client pool to disable auto cleanup of client refnums by @jasonmreding in #645
  • Upgrading version of grpc-labview to v1.4.0.1

Measurement Plug-In SDK for LabVIEW 3.3.0.1

07 Apr 06:44
b5ba5d3

Choose a tag to compare

What's Changed

  • Create Wrapper VI for Measurement Client Generator Core Logic in #631
  • Add sub-palette file for Client Generator wrapper VI and Update Generator build spec in #633

Bug Fixes and Minor Changes

  • Update the Custom Build and Install action VIs to be source only in #635
  • Update icon for TestStand library so it reads Meas like all of the ot… in #636
  • Update to use service class name as client library name when client name input is empty in #637
  • Update Client Generator helpers to replace tunnels in loops and prevent reference leak in #634
  • Update Package and Package dependencies version in Build Spec in #638
  • Update README for the palette VI in #639
  • Disable Controls Palette Option in Generator Build Spec in #643

New Contributors

Full Changelog: v3.2.0.1...v3.3.0.1

Measurement Plug-In SDK for LabVIEW 3.2.0.1

09 Jan 10:41
13f7f4e

Choose a tag to compare

What's Changed

  • Update Upgrading measurement services.md in #628
  • Support for new data type Double2DArray added which can be used as an output in Python measurements and visualized in InstrumentStudio Pro 2025 Q1.

Bug Fixes and Minor Changes

  • fix: ensure 'Active Project' is saved before Client Generation in #627

Full Changelog: v3.1.0.6...v3.2.0.1