Loading the Front Panel of a VI executing in TestStand in a LV SubPanel
Hi, I am trying to load the Front Panel of a VI in a SubPanel when this particular VI is running in TestStand (using LV2017 and TS2016 SP1). I am using the method shown here :...
View ArticleMultiple references to the same instrument error
Hi All, Having trouble completing a tutorial on Testand. (Developing Test Programs Using TestStand, Exercise 8:2) When running the sequence an error appears claiming I am running two instances of the...
View ArticleSingle Engine Multiple UIs
Seemingly straightforward question. Is it possible (notice I didn't say recommended) to have a single TestStand Engine instance communicating with two different UIs via the sequence engine callbacks...
View ArticleReading Teststand Result in C#
Hi Friends, I am New to Teststand, I want to reading Teststand result in C# Program. Friends can you please me out of this issue
View ArticleProgrammatically accessing SequenceFilePath of a Sequence Call Step.
Hello, I'm using TestStand via Python and I want to access the File Path of a Sequence Call Step;I'm using : MainSEQ_ref.GetStep(3,0).Module.SequenceFilePath and it gives me only the File...
View ArticleExtraPutty TestStand API: ShowPutty parameter
Hello All, I have been evaluating ExtraPutty's TestStand API for the last few days. It seems to work OK. The biggest issue that I have with it is that since I am using it in an automated test sequence...
View ArticleWorking with an external SQL database
Hello. First, I have never worked with, or know anything about the TestStand platform...please be gentle. I have a relatively simple task to accomplish, but have no idea where to start. The order of...
View ArticleCustom Step issues
Dear all,After going through several relevant topics posted in this forum, at the beginning I do want to know how a custom step works exactly but eventually I found this is an unachievable job. So, I...
View ArticleCustomize teststand tool menu
Hi,I need to show only the customized tools menu (not default tools menu) in teststand user interface. How to do it. i am using teststand 2016. For operator interface i am using shipped full feature...
View ArticleUsing a .NET dll through LabVIEW and TestStand
I have my application all programmed and it works beautifully, except: My company uses a merged .NET dll (testset.dll) for all of our calls to instruments. We also use a custom UI through TestStand to...
View ArticleGenerating report vs model
My test fixture is a 2 up but I can only unload it when both units have completed their test - 1 cover for 2 units. I have a DLL that generate result xml file. That DLL is inserted into the...
View ArticleGet a sequence file from list of part numbers
I would like to modify the TestStand Simple UI interface so that the operator can choose from a drop down list of part numbers that will then open the appropriate sequence file instead of browsing to...
View ArticleTeststand simple userinterface customization for username,loginlogout and timer.
Hi,i am using teststand 2016 , Labview 2017 and teststand simple user interface for the operator interface.I need to implement as below . pls guide me on this. 1. I am using third party application for...
View ArticleRead station global variable from teststand simple user interface code.
Hi, How to read a station global variable from testsstand simple user interface code. sample code would help. Regards,Anand.
View Articleexecute particular sequence from sequence file
How to execute particular sequence from sequuence file in teststand user interface.
View ArticleConfigure Sequence Editor to Execute Setup/Cleanup when Single Step is Executed
We have TestStand 2013 installed on several workstations. When a single step is selected and executed by right clicking and selecting 'Run Selected Steps' we observe different behavior on some of the...
View ArticleRun 10 DUTs with Set Order
Hello everyone, I have the following project. There are 10 DUTs loaded to the test station. It is impossible to have less or more, always 10. The customer has 10 programmers so he can flash all 10 DUTs...
View ArticleHow to use Enum data type in teststand 2016?
Hi EveryoneI meet one problem during develop one test sequence using teststand 2016 lately,I want to know how to update the Enum data using teststand API automately,and how to use Enum when it is used...
View ArticleParallel threads as Multiple Numeric Limit Test
It is not possible to evaluate a Multiple Numeric Limit Test when using new thread. Look at example ThreadsI have made a workaround but it looks not like good code. Look at Threads WorkaroundIs there a...
View ArticleGet TestSocket Index in Display Execution Callback
Hello everyone, I am developing custom OI for multi thread test system. I need to display 10 execution views on the interface.I have found an example available in the forum, but I need to get Test...
View Article