Questions tagged [teststand]

TestStand is a test management software by National Intruments.

Homepage: http://www.ni.com/teststand/

34 questions
2
votes
1 answer

Azure DevOps agent running an application with a dialog box

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…
2
votes
1 answer

Refresh environment variables in Azure Pipeline build

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: -…
1
vote
5 answers

Export C functions for LabView with c++builder

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…
Gregor Brandt
  • 7,659
  • 38
  • 59
1
vote
0 answers

Update TestStand Socket Test status (Execution Annunciator) while test is running?

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…
Rav
  • 31
  • 4
1
vote
2 answers

LabVIEW Search Multiple Strings

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…
Rav
  • 31
  • 4
1
vote
2 answers

Create NI TestStand Sequence file from Excel file

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…
1
vote
0 answers

Why .Net API function get stuck when executed in single pass in NI TestStand?

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…
Shujat Ali
  • 11
  • 2
1
vote
1 answer

TestStand - Action Sequence using a C# - Dll - Can't instantiate Vector XL Driver Library

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…
Christian
  • 13
  • 5
1
vote
2 answers

gVim and 2D array

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…
user1146081
  • 195
  • 15
1
vote
1 answer

Programmatically Create an Array of Containers in TestStand

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>…
ben
  • 3,126
  • 3
  • 37
  • 51
0
votes
2 answers

Write TestStand results through a .net application to an external database

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…
ken
  • 3,745
  • 6
  • 34
  • 49
0
votes
0 answers

Bug in Testand, TestStand executes Python script in the configuration section or automatically in an endless loop

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…
Ivan97
  • 1
0
votes
0 answers

TestStand Sequence Editor launches with "No Steps Selected"

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…
ryyker
  • 22,849
  • 3
  • 43
  • 87
0
votes
0 answers

What is the TestStand run time error -17501?

I got below teststand run time error. When would this error occured? How to tackle this error? Can anyone give me an answer?
KKS
  • 1,389
  • 1
  • 14
  • 33
0
votes
0 answers

Power Supply is shutdown sometimes during Test Stand operation

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…
1
2 3