hide step parameters from technician (teststand sequence editor)
Hi all, Any help greatly appreciated! I would like to hide all unnecessary step parameters from the factory technician. Any suggestions? For example, suppose the factory technician is editing the...
View ArticleSearching 2D array for a passed parameter
Right now I have a passed 2D array of strings contains 4 rows and a varying number of columns (anywhere from 0-50 columns are possible depending upon number of devices present). I'm looking for the...
View ArticleApplicationMgr.GetSequenceFileViewMgr question
I am trying to use ActiveX in C++ to get a sequence file view manager. Can someone explain how to do this. I have opened a sequence file, and passed it to ApplicationMgr.GetSequenceFileViewMgr(file),...
View ArticleIssues while executing Labview code with DLLs (.net adapter)
Hi everybody, I have one issue with NI Teststand 2016 and have no clue what's the problem. Short summary:I have a .seq that has only one vi. where it is used three calls to dll functions. This .dll is...
View ArticleThird Party DLLs
When trying to insert a ScanWorks function into TestStand, it is a third party DLL, i always get an argument warning popups. Is there any specific problem about third party DLLs which may cause this...
View ArticleHow do I get the name of the previous step in TestStand
I am trying to get the name of the previous step in TestStand. I keep running into the suggestion to use RunState.PreviousStep.Name() which seems so logical. However, in version 2013 I will be darned...
View ArticleExiting Rendezvous
Is there a way to exit Rendezvous without having to wait for timeout? For example, I have an event which triggers a flag for the program to exit. I am able to get to this part to work, but where I'm...
View ArticleBatch execution trace event
hi i am modifying testexec solution to support batch executionlooking for a way to identify similar trace event inside your api for single uut i used exViewMgr_TraceEvent(object sender,...
View ArticleReport Generation Tutorial
Hello NI (Teststand) community, I recently started using TestStand and by reading through the examples and tutorials provided by NI I was able to quickly set up a sequence according to my needs.Now I´m...
View ArticleRules to develop big sequence
Hi, I developed a sequence TestStand (2014) which contain many tests and the aim is to realise all the tests in one time. My sequence is composed on a main sequence which contain sequences (that...
View ArticleHow to open and display a seqeunce file with the ActiveX controls
I am trying to understand how to open a sequence file and display its contents or execution with SequenceFileViewMgr and ExecutionViewMgr. What are the relationships among the managers, the file, the...
View ArticleLoad properties into a subsequence using 2016 property loader
Hi all,I am looking to load properties into a subsequence that is called multiple times. I would like to load *different* parameters into each instance of the subsequence. I have attached how I would...
View ArticleLabVIEW user interface using TestStand throws multiple errors
Hello, I am using TestStand 2016 and LabVIEW 2017. I have a LabVIEW interface that runs TestStand sequences. It is the same program mentioned in the following thread that includes some screenshots....
View ArticleWrite XML results to database post process
Hi, One of our guys turned off the database option in the result processing configuration and it stayed off for a few weeks. Is there a simple way to load the results in our XML files to the database...
View ArticleBest way to run different sequences simultaneously on LabVIEW UI
Hello, I am using TestStand 2016 and LabVIEW 2017. I need to develop a LabVIEW interface that can run TestStand sequences for two DUTs at the same time. The test can start and end at any time for any...
View Articleread SVN Tortoise file revision number in teststand
Hii, how do we read the Revision number(SVN tortoise) of the Seq file in Teststand . I Need to log this number in the test protocol regardsAkshay
View ArticleOI: How to connect different test sockets in parallel mode to different...
Hi folks, I have two sequence view controls and I would like to connect them both to an execution. But the first one should show the first testsocket data and the second one the second test socket...
View ArticleStep Type Version Reverting back to default
Hello,Recently, I trying to make custom step type and change version number to 16.0.0.185 and this version number propagate to other Substep(in NI_Types.ini etc..) also.Is there any way to make it...
View ArticleTestStand Top Level Vi
I'm trying to create a Top-Level Vi that shows the user the sequence that is being executed and also any Vi's that are used for test steps.I want it to look something like this:I have 2 issues around...
View ArticleUsing a DLL
I used a DLL to get ScanWorks' API into TestStand. I put in the parameters for this one function and just want to know if this is the correct format as I have not used a DLL before.The functions...
View Article