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…
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…
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…
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.
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…
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…
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…
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,…
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
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…
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…
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…
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…
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…
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…