TestStand can add comments for the sequence calls?
Hello,I am writting ToolBox (a set of sequences and subsequence which I will using many of the times). If I call a sub sequence from the ToolBox I want TestStand to add comments automatically for the...
View ArticleRemove "all" unused variables with a single click
Hello, The sequence analyzer in TestStand-2012 gives warning on "potentially unsed variable". The issue is, I have to click each warning, go to the variable and delete it. Is there any way to delete...
View ArticleDifference in Scope between "ordinary" Step and StepType definition
Hi guys, probably I'm not the first to hit this issue, but I haven't found anything on the forum.... I'm planning to invoke a sequence in the PreExpr of my step definitions (to add GUI messaging). As...
View ArticleDeployment license with development code
Hi Everyone, I have teststand development code running on a PC with a development license. I bought a deployment license and want to deactivate developer's license so as to use deployment license. Can...
View Articleremove characters from string
I'm currently in the process of developing a seqence for barcode parsing , then writing specific data from the barcode to EE on the UUT. Here's my issue: One particular character sting from the...
View ArticleWhy isn't my GPIB-ENET device an option in MAX after TestStand deployment?
I have built a Test Stand deployment that includes NI MAX and what I think are all the required drivers and components. I go to my test machine after installing the deployment and try and configure...
View Articleadd arrays
Hi, I have 2 Local Arrays in TestStand Local11,2,310,20,30 Local29,8,790,80,70 I also have a Labview VI with a 1d Array input that is within a FOR loop (3 loops using Local INDEX) Is there a way to...
View Articlelookup string for current user
Dears,Anyone can tell me how can I get current user information(name, operator or developer or administrator...)? Whith what lookup string & vi? --- At custom UI program --- right after login...
View ArticleCalling Teststand API from Powershell
Hi. What I want to accomplish is to change the sequence file version of all sequence files in a folder from a powershell script. Reason why I want to use powershell is that this operation is part of a...
View ArticleHow to reset an array to a default value?
Hello,i have a 2D array type text that should be set to a special value.Dimension is [5][50] where the 5 is the MyIndex parameter of the socket in the BatchModel.Currently i am doing this in a for loop...
View ArticleSeqFileLoad in BatchModel
Hello,is it correct that teststeps in SequenceFileLoad are only executed one time in BatchModel?I have 5 batches but the steps in SequenceFileLoad are only executed one time and not for all batches. Is...
View ArticleDynamically calling a daemon or actor VI in TestStand
Hi all, The context:I have a non-reentrant VI that needs to run in parallel of a sequenceThis VI is opened and closed several times during testing.I'm closing the VI by sending it a queued request such...
View ArticleHow to pass numeric value in hex format to teststep parameter?
Hello,my teststep is a custom c# function that has an input parameter of type Number (byte).How can i insert the data in hex format? (Step settings + Tab Module)Can i change the insert-field like in...
View ArticleGet remote caller machine hostname
Hello, in my project I'm using remote calls to execute certain subsequences on a separate machine. I would like this machine to get info about the caller, namely its hostname. It's clear that I can use...
View ArticleUIMessage from Labview to Teststand
Hello Community, I made a post in the Labview section that happens to be for Teststand too.I am confused about how to setup the ActiveX/COM Module. Would you please visit that post and help if you...
View ArticleSequenceView control doesn't display in deployed UI
Hi, Teststand users. I placed a Teststand SequenceView control on my custom Labview UI, and it updates correctly on my development station as the sequence executes, including after I've built the UI...
View ArticleParallel test using batch model
Hello! I'm relatively new to TestStand and have a question that seems to have an easy solution but I can't figure out (looked at the examples, forums, etc) We use the batch model (some slight...
View ArticleHow to join to bytearrays with MSB / LSB to real number?
Hello,i have two numeric arrays. One with MSB bytes and the other with LSB bytes.How can i join this two bytes into a third array with the full number?Thx
View ArticleTeststand Error -17000 Out of memory
Hi Everybody,I am using Testand 2013 and sometimes (1 times a day, after 3-4 h of running tests) it runs out of memory (errorcode -17000).I have a ATP sequence file which contains roundabout 40 (slim)...
View ArticleBatchmodel - Reuse of created resultvalues
Hello,i have a batchmodel with 5 batches.Now there is a teststep that gets a value and calculates a new value as output. Now i want to use this new value as an input parameter of an other teststep.1....
View Article