I am trying to run National Instruments TestStand Sequence Analyzer as part of a build in Azure DevOps using a Python script. Agent is running as a service.
import subprocess
command = '"%teststand%\Bin\AnalyzerApp.exe" MyAnalyzerProject.tsaproj…
How to I refresh environment variables for later steps in the same build that indirectly changes those variables?
Section of a the test YAML file that reproduces the described behavior.
jobs:
- job: welldone
pool:
name: noodle
steps:
-…
I have a DLL that I have ported from VC2008 to C++ Builder XE2. The DLL is used in LabVIEW's TestStand.
TestStand, when importing the VC2008 DLL, can see the function names and their arguments. When using the C++ Builder DLL, all its sees are the…
I am looking for a way to update the test socket test status (the color: Green, Yellow, Red etc) indicator while the test is running. What I am experiencing is that the red color would appear only at the end of the entire test sequence if any of the…
I am trying to search for multiple strings in a text log alltogether with the following pattern:
s(n)KEY: some data
s(n)Measurement: some data
s(n)Units: some data
Where s(n) is the number of spaces that varies. KEY will change at every…
I have a Microsoft Excel file which have two columns and sixteen rows of Data. As image attached.
Excel Reference Image to import sequence data to NI TestStand
Please I need help to Import excel data to NI TestStand sequence file. This excel file…
I have automated a Windows desktop tool using System.Windows.Automation namespace in .NET Framework 4.5. This desktop application is used as a configuration tool for an embedded hardware device.
My automation API is scripted in NI TestStand and…
Since there might be very few people with Experience in TestStand and Vector XLDriver (here used for automotive CAN bus), I would really appreciate educated guesses ...
TestStand 2014 64Bit
I have an Action Step in a Sequence. It uses a function of…
In my programming environment I have quite big 2D array. Its size is 90x40.
I have to fill this array by loading the data from external file.
The mechanism of loading the data consists of a binding file in which I have to do the binding in style…
Problem
I'm trying to create an array of containers in c# to pass back to TestStand as test results, and there doesn't appear to be an easy way to accomplish this task.
Motivation
In c# I have results contained in List>…
I'm looking into a solution where i have to write TestStand Tests' results to a database through a predefined API that can be accessed in the tests' sequence.
Currently the way the test results are written to a database is through ODBC and by…
Good morning, I am working with Teststand 2021, I have been working with labview, c#, python all without problem, I was trying with a simple code to take a picture with a webcam using Python and I want to add this program to my sequence in…
My TestStand environment (Windows 10, TestStand 32bit 2019.f4) had been working perfectly until this morning. When I attempted to launch the Sequence Editor by clicking on its icon in the task bar, the editor launched into a state that indicates…
I'm doing a test on a PCBA board using Test Stand, during the test operation the power supply goes off and I get an error msg due to that, and sometimes no, knowing that switching off the power supply is part of the sequence but it should go alive…