-
Notifications
You must be signed in to change notification settings - Fork 18
Release Notes
Andy Church edited this page Dec 20, 2018
·
2 revisions
- 8.1.0
- User can now override VeriStand's installation path using a configuration file.
- Fixed memory leak which caused potentially large memory growth using the Set Channel, Set Multiple Channel, Get Channel, Get Multiple Channel and Start Logging step types.
- 8.0.1
- Fixed bug preventing .nipkg from being uninstalled properly in some cases when multiple versions are installed.
- 8.0.0
- First version available as an NI Package (.nipkg) instead of a LabVIEW Installer.
- 7.2.2
- Installer now installs Step Types for TestStand 2014, 2016, and 2017.
- Added OpenVSTimeout Step Property to Initialize VeriStand and Start VeriStand step types. This Step Property allows the user to specify the timeout used when waiting for the VeriStand.exe application to open when using these two steps. OpenVSTimeout defaults to 120 seconds.
- Added CloseUIManager Step Property to Stop VeriStand Step Type to toggle whether this step closes the NI VeriStand UI Manager.
- Fixed bug in Channel Value Limit Test Step which caused an error when using certain Comparison Types. A legacy Channel Value Limit Test (TestStand 2014) Step is now provided.
- Package now installs a User Guide, Developer Guide, and Example Files to
<Public Documents>\National Instruments\NI VeriStand Steps for TestStand.
- 7.2.1
- Fixed bug which caused reference errors in some cases when TestStand is configured to use the LabVIEW Development environment as the LabVIEW adapter.
- 7.2
- Fixed bug preventing alarm states from being returned correctly by Get Alarm State Step
- 7.1
- TestStand 2017 Support
- Single installer for TestStand 32- and 64-bit
- Fixed bug preventing sequences containing the steps from executing when the sequence is called by the TestStand API from the LabVIEW Development Environment.
- 7.0
- Launching VeriStand silently now suppresses both the Workspace and UI Manager.
- RT Sequence Steps and Stimulus Profile Steps now include an additional Timeout step property which causes the Step to Timeout. This is different from these Steps' existing Timeout_ms property which is the RT Sequence Timestep Timeout.
- Stop VeriStand Step now includes an additional CloseApp step property which closes the VeriStand application.
- 6.0
- Installer is now a LabVIEW installer
- TestStand 2016 x64 support
- 5.0
- Fixed bug preventing RT Sequence parameters of data type U32, U32 Array, U64, or U64 Array from being passed to RT Sequence correctly.
- 4.0
- Fixed bug in Start VeriStand step type which caused the step's InstallationPath property to default to the wrong version of VeriStand. This change only affects the VeriStand.exe installation path in newly created instances of the step type.
- Fixed bug which prevented the Channel Value Limit Test step type from returning Units value to the step results.
- Fixed bug which caused TestStand 2016 to crash when configuring the Channel Value Limit Test.
- 3.0
- Added the ability to specify the Target for running RT Sequences, and also the ability to specify a Timeout.
- Fixed an issue where Double data-typed parameters were truncated to integers. This update applies only to the steps for VeriStand 2015 and up, and only affects the following TestStand steps: RT Sequence Action, RT Sequence Numeric Limit Test, and RT Sequence Pass Fail Test.