Questions tagged [teststand]

TestStand is a test management software by National Intruments.

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

34 questions
0
votes
0 answers

Excel and TestStand

Can I choose manually which cells to read from Excel in TestStand? I know I can read files from Excel using property loader in TestStand. But the excel file has a format which TestStand can read and I cannot really go on changing my work Excel files…
0
votes
0 answers

Create NI TestStand Sequence : how to delete last 2 rows?

every time i execute the sequence .i get data . the sequence write the data at the end of the document text. i want to delete last two rows always before runnig the sequence . please how to delete last two rows ? and thanks enter image…
0
votes
1 answer

Transferring data from Excel to TestStand and then to LabVIEW

I have presently created a small project in LabVIEW to understand the usage and communication between LabVIEW and TestStand. The VI has 8 switches and 8 lights. Is it possible for me to create an Excel file from which the TestStand will read and…
0
votes
1 answer

Is there a way to Connect Labwindows CVI to teststand?

I'm trying to figure out how to connect my labwindows UIR to a teststand .seq file. I want the UIR to be able to read the .seq file and then display some data from the .seq file to the UIR.
0
votes
1 answer

How to execute the same Python scripts in parallel in TestStand?

I am using TestStand with a setup consists of 2 sockets (DUTs). Each DUT is connected with a serial interface to send/receive datae. Now I have a pyhton script which opens the serial interface and exchange data. The python script uses the Com-Port…
KD17
  • 35
  • 1
  • 1
  • 8
0
votes
2 answers

How to integrate TestStand User Interface during deployment?

I made some test sequences and a workspace in TestStand. I want to deploy those sequences and make a MSI based executable. However, I am not sure how can I include the files for Simple or Full Featured UI into the workspace and include it during…
Nh K
  • 3
  • 2
0
votes
1 answer

Why does TestStand "RunState.TestSockets.MyIndex = -1" at Runtime?

I am using TestStand 2014 SP1 and LabVIEW 2014 SP1 as the test adapter to test up to two UUTs (Unit Under Test) using BatchModel.seq. The test sequence has been running fine until recently when the RunState.TestSockets.MyIndex variable has been…
0
votes
1 answer

TestStand Call Executable Step on Python Script Throws Error -17100

I'm using TestStand 2019, and Python 3.9. Additionally, I'm using a virtual environment created with virtualenv and not venv (because TestStand only works with the former). The adapter is set to use the Global interpreter, the version is set to 3.9,…
hallibut
  • 136
  • 1
  • 12
0
votes
1 answer

forwarding x11 by SSH.NET c# library

I am using the ssh.net as an extension in TestStand, but I need somehow display the x11 forwarding. Is it possible somehow? I am using xming server on my win. machine. Thank you
0
votes
0 answers

Weird exceptions when running a .NET DLL from NI TestStand, but in VS2019 it works smoothly

I'm trying to run my app which includes some SignalR connections and other async methods. As soon as the codes reaches connection.StartAsync(); I get this Error: System.TypeInitializationException: 'The type initializer for…
Israel
  • 1
0
votes
2 answers

win32com Dispatch the 32 bit version of TestStand

I have a python script that connects to TestStand and retrieves certain data from a .seq (sequence) file. import win32com.client import pythoncom TestStandEngine = win32com.client.Dispatch("TestStand.Engine") Seqfile = TestStandEngine…
HaR
  • 987
  • 7
  • 23
0
votes
1 answer

How do I launch a non-interactive GUI from a windows 10 service written in python?

I am trying to automate running "Teststand" scripts from a Windows service. So far I've accomplished the automation by calling the following from the command prompt: C:\Program Files (x86)\National Instruments\TestStand 2013\Bin> SeqEdit.exe…
0
votes
1 answer

How to use python to run a teststand sequence

I have a python script that is running as a windows service. It automatically downloads the latest code to my hardware. I'd also like to then test the hardware using "Teststand scripts" automatically. How do I get my python script to run a Teststand…
0
votes
1 answer

Retrieving data from TestStand generated SQL database using EF - extremely slow

We have a new production line in our factory which has a bunch of testers on. These testers are running LabView and are logging their data to an SQL database, which was generated by TestStand. I have written a program in c# and using Entity…
Gaz83
  • 2,293
  • 4
  • 32
  • 57
0
votes
1 answer

National Instruments Teststand Property Loader

I had some problems with Property Loader, let me describe. I have MainSequence with several subsequences. I have to load file with test limits according to scanned number using property Loader. I moved this loading from PreUUTLoop to MainSequence…
Lukasz
  • 152
  • 3
  • 16