论坛风格切换
 
  • 帖子
  • 日志
  • 用户
  • 版块
  • 群组
帖子
购买邀请后未收到邀请联系sdbeta@qq.com
  • 7402阅读
  • 8回复

[行业软件]NI TestStand 2024 Q4 [复制链接]

上一主题 下一主题
离线pony8000
 

发帖
53431
今日发帖
最后登录
2025-02-20
只看楼主 倒序阅读 使用道具 楼主  发表于: 2020-12-09 09:22:34

NI TestStand 2024 | 5.5 Gb

NI is now part of Emerson's new Test & Measurement business group has released NI TestStand 2024 Q1 is a flexible and open test management framework for building, customizing, and deploying a full-featured test management system.



TestStand 2024 Q4 Bug fixes

2190996 TestStand can produce unwanted report formatting by enabling the "Discard Results" setting when using On-The-Fly (OTF) reporting
TestStand can produce unwanted report formatting by enabling the "Discard Results" setting when using On-The-Fly (OTF) reporting. To avoid this issue, use the XML report format.
Workaround: Use the XML reporting format.
2347563 Debugging breakpoints added while debugging Python modules from TestStand using step-into operation do not properly remove themselves
Debugging breakpoints added while debugging Python modules from TestStand using step-into operation do not properly remove themselves from the module following step-into operation, and must be manually removed.
Workaround: Manually remove the unwanted breakpoints for the code module.
2529314 TestStand batch report does not append .html to UUT report links when reports are generated in separate files
When
- generating HTML reports using the XML or ATML batch report formats and UUTs, and
- the batch and UUT reports are generated in separate files,
the HTML report links on the main batch report do not include an .html extension and break.
Workaround:There is currently no known workaround for this issue.
2548341 Does not show all exception message when DotNET code modules throw aggregate exception
TestStand does not show all exception messages when DotNET code modules throw aggregate exception. The inner exceptions are not displayed in the error message dialog.
Workaround:Reissue the exception in the DotNET module as below:
new Exception(originalException.ToString())
2563163 Offline Results Processing Utility crashes when adding new configuration
The Offline Results Processing Utility (ORPU) crashes when trying to add a new configuration for a profile. This occurs when the utility redirects the stdole assembly to version 17.0.0.0, which may not be installed.
Workaround:
- Open <TestStand 2023>\Components\Tools\Offline Results Processing Utility\x64\OfflineResultsProcessingUtility.exe.config in a text editor.
. The 32-bit version is located at <TestStand 2023>\Components\Tools\Offline Results Processing Utility\Win32\OfflineResultsProcessingUtility.exe.config.
- Delete the assemblyBinding element/section and save the file.
2559513 Hidden properties are not shown in Types view
Hidden properties for a type are not listed in the Types view even when 'Show Hidden Properties' is enabled for Station Options.
Workaround:There is currently no known workaround for this issue.
2577499 Hovering over a parameter expression that accesses an element of an empty array results in crash
Hovering over an expression to show the evaluated value in the tooltip in the expression edit control results in a crash when the expression accesses element(s) of an empty array.
Workaround:Use expressions that access elements of an empty array within a '#NoValidation()' function.
2581245 TestStand Deployment Utility Generates Wrong Public Document Path
Built TestStand installers install files to an incorrect location when the deployment build specifies the installation location as the "TestStand Public Documents Directory" in the TestStand Deployment Utility.
As an example, in TestStand 2023 Q4, the deployment installer installs the files to "C:\Users\Public\Public Documents\National Instruments\TestStand 2023 Q4 (64-bit)" if the TestStand Public Documents Directory is specified as the installation location. However, the default TestStand Public Documents Directory is "C:\Users\Public\Public Documents\National Instruments\TestStand 2023 (64-bit)".
The issue is also seen when you select "TestStand Application Data Directory" and "Global TestStand Application Data Directory" as the installation location.
Workaround: Provide the exact path instead of using options from drop down.
2605647 Unexpected Token error occurs when editing parameters for sweep loops
Sweep loop arrays of enumeration parameters fail to evaluate value expressions and throw an error when enumeration names contain the following:
- Spaces
- Periods
- Parentheses
- Quotes
- Names beginning with number characters
Workaround: Do not use these characters in enumeration parameter names in Sweep loop arrays.
2741651 PDF generation fails for XML and ATML reports with relative path to stylesheet
Report PDF generation fails with a relative path to a stylesheet is used for XML and ATML report formats.
Workaround:Use the absolute path to the stylesheet, or:
- Copy the stylesheet to the same folder as the report file
- Change the argument passed to the PDF generator in the Call PDF Converter Tool step in the ConvertReportToPDFAndUploadToSystemLink sequence in NI_ReportGenerator.seq to the following:
"\"" + Parameters.ReportFilePath + "\"" + (Parameters.SystemLinkReportId != "" ? " /report-id \"" + Parameters.SystemLinkReportId + "\"" : "") + (Parameters.GeneratePDF == False ? " /nopdf" : "") + " /stylesheet " + "\"" + RunState.Execution.Report.StyleSheetPath + "\""

2761768 Python interpreter session object does not get reused when relative path is used for Python virtual environment
When the Python virtual environment has a relative path configured for an object reference-based Python interpreter session across Python steps and the following conditions are met:
- The first step has the 'Create Interpreter if it does not exist' setting enabled
- Subsequent steps do not have the 'Create Interpreter if it does not exist' setting enabled
The following error occurs:
'Interpreter in the configured interpreter reference was created with settings different to the configured settings. Make sure the interpreter in the reference was created with same settings and retry.'
This happens when the Python virtual environment path configured for the steps are relative paths.
Workaround: Configure an absolute path for the Python virtual environment.
2782788 Passing an array element as the parameter to sweep loop step throws error at run-time
When an array element is passed to a sweep loop step parameter, the sweep loop step throws error -17038 at run-time.
Workaround: There is currently no known workaround for this issue.
2793269 TestStand Deployment Utility is unable to locate project files within TestStand workspace
TestStand Deployment Utility cannot locate LabVIEW project files within a TestStand workspace even when the option "Current workspace directory" is enabled in Configure>>Search Directories in TestStand (Sequence editor).
Workaround: Configure the LabVIEW project with respect to the current sequence file.
2815030 Opening a sequence file does not preload code modules even when the setting is enabled
Sequence files configured to preload code modules do not preload modules, and need to load modules when opening.
Workaround: There is currently no known workaround for this issue.
2839884 HTML report format with On-The-Fly Reporting and Filtering results shows step status as 'Running'
For HTML report format with On-The-Fly Reporting selected and result filtering set to remove steps with status as 'Done' (i.e. Result.Status != "Done") shows a sequence call step as 'Running' even when the step execution is completed.
Workaround: Use the result filtering expression as 'Result.Status != "Running" && Result.Status != "Done"'

Regular Expression Support
Regular expressions are now a supported comparison type for String Value Test steps. You can also use regular expressions as parameters for the CheckStrLimit, FindPattern, MatchPattern, and SearchPatternAndReplace expression functions.

InstrumentStudio Integration Improvements
TestStand 2020 introduces improvements to integration with InstrumentStudio. You can now perform the following tasks:

- Use Python code modules with IO Configuration step types.
- Pass the NI_IOSession data type between TestStand and Python code modules.


NI TestStand is application software that helps engineers quickly develop robust automated test and validation systems. You can extend the functionality of your system by developing test sequences in TestStand that integrate code modules written in any programming language. You can use built-in functionality to profile and optimize speed and parallelism before deploying test systems to production. TestStand provides extensible plug-ins for reporting, database logging, and connectivity to other systems, meeting the needs of any environment. With TestStand, you can confidently deploy test systems with increased throughput that run at the speed of production. TestStand users with an active Standard Service Program (SSP) membership are eligible to upgrade to TestStand.

This is a TestStand Tutorial that i put together to show the functionality and implementation of this tool as Test management SW, running LabVIEW based test modules and Scripting Language tests including Python & Perl. Showing its functionality for Sequential and Parallel/Batch test runs, using NI TestStand.







Since 1976, National Instruments has equipped engineers and scientists with tools that accelerate productivity, innovation and discovery. NI’s graphical system design approach to engineering provides an integrated software and hardware platform that speeds the development of any system needing measurement and control. The company’s long-term vision and focus on improving society through its technology supports the success of its customers, employees, suppliers and shareholders.

Product: NI TestStand
Version: 2020 version 20.0.0
Supported Architectures: 32bit / 64bit
Website Home Page : www.ni.com
Language: english
System Requirements: PC *
Size: 5.5 Gb


* System Requirements:


National Instruments recommends the system requirements described in the following table to run TestStand 2020.

Processor Pentium G1 or equivalent (minimum Pentium 4/M or equivalent)
Memory 2GB (minimum 1Gb)
Disk space for TestStand (32- or 64-bit) 1GB
Disk space for Microsoft .NET Framework version 4.6.2, if not already installed 2.5 GB
Disk space for device drivers from the National Instruments Device Drivers DVD Amount of space required varies depending on the drivers you install. Install only the drivers necessary for the hardware you will use.
Video adapter 1366 x 768 or higher (minimum 1024 x 768 resolution)

Supported Operating Systems

Windows Windows 7 Starter, Professional, Enterprise, Ultimate (SP1) (x86-x64)
Windows 8.1 (x86-x64)
Windows 10 Professional, Enterprise Build 2004, 1809
Windows Server 2016 (x64)
Windows Server 2012 R2 (x64)
此帖售价 9 电魂,已有 2 人购买 [记录] [购买]
购买后,将显示帖子中所有出售内容。
若发现会员采用欺骗的方法获取财富,请立刻举报,我们会对会员处以2-N倍的罚金,严重者封掉ID!
此段为出售的内容,购买后显示



软件下载咨询邮箱: sdbeta@qq.com (回复及时)
 
精品软件:百度搜闪电软件园  最新软件百度搜:闪电下载吧
有问题联系 sdbeta@qq.com
离线guanyongfeng

发帖
906
今日发帖
最后登录
2025-02-21
只看该作者 沙发  发表于: 2020-12-09 13:45:17
支持楼主·!~!~!~!~!~~!~!~
离线mypwjclu

发帖
3959
今日发帖
最后登录
2025-02-21
只看该作者 板凳  发表于: 2020-12-10 00:02:13
谢谢楼主的分享!!!
离线sxxxn

发帖
63
今日发帖
最后登录
2021-03-02
只看该作者 地板  发表于: 2020-12-10 09:38:24
用户被禁言,该主题自动屏蔽!

发帖
1649
今日发帖
最后登录
2024-12-22
只看该作者 地下室  发表于: 2020-12-11 10:02:04
谢谢楼主的分享!!!       
离线q123456

发帖
29
今日发帖
最后登录
2023-08-17
只看该作者 5 发表于: 2023-08-18 02:24:44
谢谢分享     
软件下载咨询邮箱: sdbeta@qq.com (回复及时)
 
离线akiloveme

发帖
3122
今日发帖
最后登录
2025-02-21
只看该作者 6 发表于: 2025-02-10 09:55:18
离线castory809

发帖
3562
今日发帖
最后登录
2025-02-21
只看该作者 7 发表于: 2025-02-10 15:02:12
离线dgd2019

发帖
8459
今日发帖
最后登录
2025-02-21
只看该作者 8 发表于: 2025-02-11 15:40:04