Password Protecting Plugin Won't Show In Result Processing Insert New
If I password protect (lock) a result plugin and deploy it. On the deployed machine it won't show up in the Result Processing>>Insert New... list. Is this a bug? How can I deploy plugins that...
View ArticleHow can i specify a StationGlobal using text and variables
Hello,i have two StationGlobals (numeric):StationGlobals.OneStationGlobals.Two And there is a FileGlobal.parameter (string) that contains the text "One". How can i set an expression using something...
View ArticleDisplay Line number and retract automatically
Hi, guys,Do you know how to display its line number and retract automatically such as Visual Studio?
View ArticleHow to extract data from text file after searchstring
Hello,i want to create an external file with some limits.The file should be imported a teststart to globals.In the limit teststeps i want to add a pre-expression that reads out the global and sets the...
View ArticleError using Labview runtime and FPGA
Hi all. I noticed I am getting a error -18002 when I try and run some FPGA code I developed in LabVIEW 2015 when I use the runtime adapter in TestStand 2014. It is strange because the code runs on the...
View ArticleSize of a Teststand container
Hello,We have a Teststand sequence that manage a set of data in a container.This container should be filled in from a DLL in CVI.We are able to send CVI a pointer to the container, to create a copy of...
View ArticleTeststand Sequence file execution release
Hello All, I have teststand sequence(MAIN) which provides user panel to display status,provides pause,jump and viewing failed steps options. Within the sequence(MAIN) i am copying failed steps to new...
View ArticleCode modules bust be loadable
Hi, i get an error by starting my secquence the first time. The error Name: Code modules must be able to load.I can eliminate the error when I unlock the button "log" for the Report.After the unlocking...
View ArticleHow can i save StationGlobals manually with a teststep?
Hello,is there a command that can be executed in the testplan to save the StationGlobals?So that all changes are saved permantly and still exist after restarting Teststand.Thx
View ArticleHow to avoid terminate-Uimessage in parallel sequence when terminating?
Hello,i am executing a parallel sequence as described by ~jiggawax~ in this thread:https://forums.ni.com/t5/NI-TestStand/How-to-stop-a-thread-quot-New-execution-thread-quot-from-main/td-p/3715591 This...
View ArticleGracefully Handling Batch Synchronization Error -17500
Hi all, Using the batch model, in a few places we have "One Thread Only" synchronization either on specific steps or sections within our sequences. (Pretty common.) We occasionally see a run-time error...
View ArticleLabVIEW Runtime vi search path when called from TestStand
I'm trying to deploy TestStand sequences to many test stations. On my dev machine everything works fine. My system consists of an exe for the TestStand UI, a couple of PPL's for the guts of the...
View ArticleIs SequenceFilePostStepRuntimeError cancels SequenceFilePostStep?
Hi,In one of the examples related with custom error handling, I found a step which set CancleStepCallback flag with the comment "This callback handles the error, suppress any other error callbacks for...
View ArticleContinue other tests when one thread errors. (batch Synchronization)
I have a fairly complex Batch mode sequence. Some parts are only run in the first thread (like turning on power) other parts can be done in parallel (taking measurements) and still other parts need...
View ArticleShow Sequence In Execution View Wen Sequence File Is Opened
I'm trying to change the behaviour of displaying the sequence file in the execution view for the TS UI. Currently the sequence is displayed in the execution window when the sequence is started, but I...
View ArticleVeristand Sequence calling into test Stand
Hi, I am new to TestStand and i have requirement like i want to call veristand test sequence into test Stand but i am not able get into the understanding properly , if anyone can provide me some...
View ArticleRunning Teststand .seq file programatically using C#
I got example code which will explains the execution of .seq file using C#. I used same code to run my teststand code.But i have error during execution of bellow line in the code. seqExecution =...
View ArticleRunning Teststand .seq file programatically using C#
I got example code which will explains the execution of .seq file using C#. I used same code to run my teststand code.But i have error during execution of bellow line in the code. seqExecution =...
View ArticleSkip teststand uut result pop up on pass
How can I skip teststand uut result pop up on pass and go to the serial number pop up?
View ArticleStarting teststand with specific sequence file from C#
Hi All, I would like to start teststand (for now just the development environment) with a given sequence file from a C# application.The reason is as follows: We have a C# TCIP server that can receive...
View Article