Additional data in ModelData.Testsockets[0].UUT
I'd like to store additional data in the UUT. I have created the variable called Reference but It seems that I need to create a new UUT (Container) Type and replace it in the array. How can I do that?...
View ArticleRepeat test sequence programmatically
Hi All, I have a test sequence which includes 10 tests. Once the sequence has completed, If any one of the 10 tests failed a popup is produced. The user is presented with two options, repeat the test...
View ArticleUse local variable rather than path for image?
I am placing an image into my test report. Everything seems to work fine, just wondering if I can use a local variable, rather than the path as shown below. I cannot seem to figure out how to...
View ArticleTeststand Deployment Utility Crashes
Hello, I am using TestStand 4.2.1 and Labview 10. I am having an issue when running the deployment utility. When I go to tools=>Deploy TestStand System... it attempts to open the TestStand...
View ArticleData Value Refrence In TestStand
Hi All, I'm trying to pass a "Data Value Reference" to TestStand, so later on I can pass it into a VI on a different step and read/update the original value. Passing the terminal to TestStand works OK,...
View ArticleWhere is Stop button from UUT Information dialog parameter saved and how to...
I have batch model using 4 sockets.I execute tests in MainSequence and after this, I check if all serials were done in PostBatch. If All serials were done, then I want to Stop Testing. I can do this by...
View ArticleI'm worried about my way of doing things in Teststand [OOP] [Beginner]
I'm a Teststand beginner and I'm evaluating the software. I would like to get some feedback on my approach and see if others have familiarity with this. Project: Test N UUTs in a climate chamber....
View ArticleShared Variables Not Working with Deployment
I've been having trouble deploying my test system due to the shared variables. Here is the info: The system consists of a LabVIEW server and client as well as a TestStand test system. The server...
View Articlecant select class from .NET DLL
Hi All, I am trying to create a .NET DLL to use in TestStand 4.1.1Starting from a Class.cs file I found in the TestStand examples: using System; using System.Collections.Generic; using System.Text;...
View Articledatabase error
I am seeing an error when I try to run a seq file. When I hover over the large ! it says, “The type library information for “TestStand Database Options” was not found. Ensure that the server is...
View ArticleDisplayUUTInformationDialog Prototype
During an analysis of a customized sequential model we are using, I saw this error (below). In the attached image, I click on the exclamation mark and the 'Reload' icon, but neither change nor resolve...
View ArticleCommand for Sequence Analyzer in Test Stand/Labview UI
Hi. I am trying to customize the Teststand/Labview UI (full featured)(Test stand 2016 SP1- 32-bit version) and I find difficulty in implementing the functionality for Sequence Analyze options like...
View ArticleOOP dynamically set class path and member call
Scenario: I have 2 UUTs in a batch model and each UUT has a local object reference to the instance of the corresponding UTT Class. Class_Animal (sleep.vi)+---Class_Dog (bark.vi)+----Class_Cat (purr.vi,...
View ArticleEdit Simple User Interface
Hello NI Community, I'm tasked to create a deployment of my Teststand sequence and in order to do so I want to modify the provided "Simple User Interface" provided for LabVIEW in a way that allows me...
View ArticleList of TestStand modules loaded in the engine cache
Dear TestStand Developers and Users, I spent quite a while trying to figure out one thing and still haven't found a satisfactory solution. This is why I am here. At work I have to maintain hundreds of...
View ArticleUpdate runtime copy ALONE of a step within another Sequence
Hi all, I have a custom SequenceCall step. The pre-step of this custom step needs to modify some properties of steps (in runtime copy only) within the Sequence called by this step. So I first get the...
View ArticleI can't get Engine.NewExecution to run my sequence
I'm trying to use the 'NationalInstruments.TestStand.Interop.API' to run a sequence from Visual Studio 2017 using some C#. What I want to do is write some code that when executed will do act exactly...
View ArticleLoad Test Step VI in SubPanel Of User Interface
I'm trying to get TestStand to load the steps VI in to a subpanel I have in a custom UI. I'm using the following code in the "UI Message Event Callback" to listen for a custom UI message from the...
View ArticleLabview GUI and TestStand
Hello, I am new to TestStand and Labview and am trying to make a GUI with buttons that can send event callbacks to execute sequences. How would I go about making this? I tried looking everywhere online...
View ArticleShowing the Status of the UUT on Custom User Interface (Labview)
Hi, sorry if there's already a discuscussion about this, but i can't find anything that brings me further. I've got a Picture Ring Control on my front panel which includes pictures for PASS, FAIL,...
View Article