WLR Test Software 22.0 Bug Fixes

Overview

The following items are notable issues fixed between the release of WLR Test Software 21.5 and WLR Test Software 22.0, including additional patches and service packs. If you have an issue ID, you can search this list to validate that the issue has been fixed. This is not an exhaustive list of issues fixed in the current version of WLR Test Software.

Bug Number

Legacy ID

Description

Details

1516264

Cannot delete newly-created lot file and test sequence file

You cannot delete a newly-created lot file or test sequence file from the WLR Test Soft Front Panel.

Workaround:

  1. Delete the lot file and test sequence file from C:\ProgramData\National Instruments\WLR_Test\SoftFrontPanel\Configuration\Lot Configs and <Public Documents>\National Instruments\WLR_Test\SoftFrontPanel\Test Sequences respectively.
  2. Restart the WLR Test Soft Front Panel.

Reported Version:

WLR Test Software: 21.5

Resolved Version:

WLR Test Software: 22.0

Added:

Jul 20, 2021

1506846

Memory growth in LabVIEW or C# example

Memory usage continues to grow when you use Stress and Measure functions in a loop. The stress result and measure result take memory when you call the functions and the time of memory release is determined by the memory recovery mechanism of LabVIEW and C#.

Workaround:

(C#) In C# examples, when you have large sets of stress data or measure data, you need to set the measure and stress results to null and call System.GC.Collect() to release the memory by Garbage Collection if you do not need the data anymore. You can lean more about .NET garbage collection through the System.GC class.

(LabVIEW) You can directly use the Stress and Measure APIs when you need to collect large sets of stress and measure data. Use the In Place Element structure in a loop and call stress and measure APIs in In Place Element structure. It is better to save the stress and measure data into a file immediately when you get the stress and measure data.
If you need to pass the data, you can create a data value reference and add the read/write element of the data value reference in the In Place Element structure. Operate the data in the In Place Element structure does not require the LabVIEW compiler to copy data values and maintain those values in memory.

Reported Version:

WLR Test Software: 21.5

Resolved Version:

WLR Test Software: 22.0

Added:

Jul 20, 2021

Additional Patch Information

Installing some patches may require certain additional steps or considerations. Please refer to the following table for more information about patches for this release.

These patches currently do not have any special instructions.

Glossary of Terms

 

  • Bug ID - When an issue is reported to NI, you may be given this ID or find it on ni.com.  You may also find IDs posted by NI on the discussion forums or in KnowledgeBase articles.
  • Legacy ID – An older issue ID that refers to the same issue.  You may instead find this issue ID in older known issues documents.
  • Description - A few sentences which describe the problem. The brief description given does not necessarily describe the problem in full detail.
  • Workaround - Possible ways to work around the problem.
  • Reported Version - The earliest version in which the issue was reported.
  • Resolved Version - Version in which the issue was resolved or was no longer applicable. "N/A" indicates that the issue has not been resolved.
  • Date Added - The date the issue was added to the document (not the reported date).