Call Labview generated EXE with Parameters
Hi I have generated an exe in a Lab project(bcos of the no of VIs = 300) I want to call this EXE in Teststand with Parameters how to achive this mytry1) as executable but the cluster outs...
View Articleteststand-Check file attribut (timestamp of last save)
Hello all, Is it possible to get the Information about the last time when a file was saved. in LabVIEW there is a function called get file info but I would like to do it with the functions of the...
View ArticleHow to show socket number in UI ListBox Control?
I want to display the socket number in the Execution Listbox Control. I use DisplayExpression method, set the input as "%TestSocketIndex%", but it doesn't work. This methond works fine if I connect the...
View Article.net source code files grayed out?
Hi, Any ideas why option ".net source code files" is grayed out? TestStand 2013 5.1.0.226 Microsoft Visual Studio Express 2013 for Windows Desktop Version 12.0.21005.1 REL Microsoft .NET Framework...
View ArticleUnreleased references using engine API in C++
Hi, I am writing a little remote control tool to run TestStand silently in C++ and am having trouble shutting down the engine properly. This is the state which is still working for me:// This is the...
View ArticleHow to pass FileGlobals values from one sequence file to another?
Hi, In my scenario I have two sequence files A and B. From the Main sequence in the A file I have to call (in the same execution) the one of subsequences from file B. The files A and B have the same...
View Articlepass cluster through DLL to Teststand
I have to pass Time Stamp & number thr' a cluster in a DLL to Teststand thts generating error System Level Exception.[Error Code: -17502] the Cluster ProdOrder(in pic ) is generating Issues
View ArticleHow to change column property of sequence steps in custom user interface?
Hello, I can change the column property in TestStand to add columns or edit. But when I run the sequence from custom UI, the changes doesn't carry over. Should this be done programmatically or by...
View ArticleTime stamp & array passed in a cluster through DLL are not accepted by Teststand
I am trying to pass Timestamp & array data [string array] in a cluster from DLL is not getting recognized by testsand. The action module (DLL) Output (cluster) generates error "System...
View ArticleBest way to run teststand from any location
We are trying to use LabVIEW & TestStand in a Continuous Integration scenario.This involves the system being able to run from any specified file system location. Whats the best method to achieve...
View ArticleIs it Possible To Pass Parameters From Process Model Callback and back?
Hi everyone, I am trying to pass parameters from the "PreUUT" callback to a subsequence and then from the subsequence back to the PreUUT sequence. This is the order: 1. Pass parameters from PreUUT to a...
View ArticleSearchAndReplace String Variable
In the TestStand 2013 Process Model (NI_ReportGenerator), I am trying to modify the report after testing but before generating it. I've done this before in TS3.1/4.2 with no trouble but it's a bit...
View ArticleTestStand Error -17600 when using Basic Function Generator
This one is driving me nuts. I have a pretty simple Step which calls a vi which contains the Basic Function Generator out of NI_MABase.lvlib.Works fine when I run the Operator Interface under my...
View ArticleAccessing double property
Hello, I am creating a custom log file by reading all numeric values for all tests. The double values as reported by TestStand and viewable in built-in reports look like this:9.255963134932e+061 Here's...
View Articlehow to load files up one step from local working directory
Good afternoon, I have a project assigned to me that has some Ni TestStand code written to read files from a fixed directory and I would like to change this directory to be the directory where the...
View ArticleError -17300 When Calling Testexec.exe From Command Line
I'm attemping to call testexec.exe from the command line with the following call: testexec.exe /runEntryPoint "Execute Test" "C:\Test Sequence.seq" /quitOur custom process model contains the "Execute...
View ArticleRequest to read a USB device descriptor
I'm wring a test sequence to test a prototype board's functionalities, including GSM, Bluetooth, JTAG,...etc. However, before coming to those modules, I want to have a module that could request and...
View ArticleRemove Subsequence Headings From XML Report
I've modified the default stylesheet to remove a lot of the fluff added in the test report. However, I'm stuck trying to remove the subsequence headings from the report. Can anyone with stylesheet...
View Articleerror accessing Activex Automation server code -18001
hi guys i am trying to call a labview generated DLL thr' a labview VI "newread_dll.vi" which i call in teststand but labview kind of hangs loading it & "error accessing Activex...
View Articleread variable type and value from LabView
By using the TS. Sequence class i'm trying to get the variable type and values of locals, parameter, fileglobal and stationglobal. Unfortunately i'm not able to find the right function. Hope someone...
View Article