Using Non-Administrator Windows Accounts results in sequence editor Crash.
Sequence file has an activeX/Com type step which tries to initliaze the Agilent 34970 device. This step is work fine with windows admin account but result in app crash when we try to run at non-admin...
View ArticleGenerate TestStand Sequence according to TestStand Environment settings
I want to generate a TS sequence file (TS2017) in Labview 2015, and I have a TS environment, where all the custom steptypes are stored which will be needed.After opening the IEngine I cannot find the...
View ArticleIntegrate Labview Subvi with runtime
Hello,im trying to integrate the attached subvi in TestStand (2017 64 bits), using only the runtime engine in the PC, but im getting all the time errors or it is not working correctly.I would...
View ArticleIntegrate Labview Subvi with runtime
Hello,im trying to integrate the attached subvi in TestStand (2017 64 bits), using only the runtime engine in the PC, but im getting all the time errors or it is not working correctly.I would...
View ArticleTestStand 3.1 Error
Hi all, I exprencing the following error when I try to start any test stand (3.1) sequence. then when I continue I get the following error. I believe these two issues are related to...
View ArticleExpression for Enum as string
I created a custom step type with a vi. I could not display the enum name as a string using the step description experession.What is the expression to display an enum parameter name instead of its...
View ArticleDisplay LV cluster element value as an expression
I have a custom step type with a VI that has a cluster as input. I would like to display the value of a particular element of the cluster in the description of the step. I know how to get the value of...
View ArticleRunning FileDiffer from Beyond Compare
Does anyone know how to setup Beyond Compare to open FileDiffer when sequences are double clicked?It looks like by adding *.seq to the file formats you could open the FileDiffer program. I think the...
View ArticleRunning FileDiffer from Beyond Compare
Does anyone know how to setup Beyond Compare to open FileDiffer when sequences are double clicked?It looks like by adding *.seq to the file formats you could open the FileDiffer program. I think the...
View ArticleHelp needed, how to pass variables in Model callbacks
Hi guys,I have a special problem. An important Index (something like the socket number) is needed everywhere during the execution of tests (in "call sequence" steps, in Model Options Callbacks, etc.)....
View ArticleHow to create sequence call parameter to pass to external subsequence via...
Hi guys, I have a challenge to build test sequence (.seq) according customized xml file. I have been relating to TestStand example projects (<Examples\TestStand API\Building a Sequence Using...
View ArticleRelocating report file path at runtime
Hi all, I'm using parallelmodel to test DUT in parallel.In the PreMainSequence, I connect to the DUT in order to ask its SN and PN.And I set these 2 parameters in this sequence by :...
View ArticleGoing from Sequential Model to Parallel Model with a lot of Testcases (how to...
Hi all,up to now I used the Sequential Model and an wrapper who chooses the test cases and replaces the "dummy Test case" with the correct one to call it later on in a new execution; In the test case...
View ArticleQueue Array in Teststand and Dequeue in LabVIEW
Hello Everyone, I apologize if this has been asked before but i didn't find any solution so i posted it. So my problem is as follow.I am inserting data into Queue (Array) in Teststand and dequeue data...
View ArticleMathscript in VIs to use in Teststand
Hi, I'm using Teststand to create a small test sequence where I need to use a VI with a MathScript Node executed by MathScript RT Module. In MathScript Node I have a filter_zerophase and when I add...
View ArticleGet Name of Loaded Sequence File from Station Model
Hi, I want to query the test operator with a message box in my station model sequence file. I want the query to change based on which test sequence is loaded. Is there a way for me to get the name of...
View ArticleDynamic Labview Subpanel in teststand user interface
Hello, I was looking at this example: https://forums.ni.com/t5/Example-Programs/Dynamic-LabVIEW-Subpanel-in-a-TestStand-User-Interface/tac-p/3869288#M8519 There are a couple issues that have been...
View ArticleRead Custom Command Line Arguments When Running Sequence
Hi, I would like to be able to run a sequence file and have it accept a custom command line argument. For example I would like to run "TestSequence.seq" with the string "2710" as an argument to the...
View ArticleHow to get the termination state of sequence in a new execution?
Hi,I found a way how to get the termination state during an execution (RunState.Execution.GetStates()).Nice to know. But it is per execution, so if a wrapper calls another Sequence "as a new...
View Article