How to get return parameter in labview from teststand sequence ran by labview
Hi Running a test sequence from labview (basically running "<TestStand Public Directory>\Examples\TestStand API\Executing Sequences Using API\LabVIEW\Execute With No Process Model.vi") i need to...
View ArticleLabview Application Active X Automation Server
Hello,I encoutner an issue on a system (that was previously working) when trying lo run a test sequence.(this issue occured after a power break down,)When i am trying to run the sequence i receive the...
View Articlechange, set step name permanently Labview Testand API
Hi, I can change a stepname during the "Run Selected Steps" in a VI, but it changes not permanently. The new name is shown in the report file but the old step name stays in the sequencefile. I save the...
View ArticleHow to programmatically modify PassFail DataSource
Hello, I add programmatically a PassFail Step to a TestStand sequence (4.0), but I don’t find the way to modify programmatically the parameters 'DataSource'. If someone can help me, by advance thank...
View ArticleEnable Results Recording Programmatically
Hi everyone, Is there a way to Enable Results Recording for a step programmatically? I want to only show a step's results if the step FAILS. Thanks so much!
View ArticleTCP step type Read function extra characters
Hi, I need to develop a system where TS TCP step type (http://www.ni.com/example/26372/en/) should communicate with a unique TCP/IP server application.Everything is working but I have issue to read...
View ArticleTestStand Deployment Utility Error -19049
I'm running into an error when trying to create a deployment of TestStand (process model, UI, etc). Specifically, I want to install the UI and process model into an absolute path, and that's where I'm...
View ArticleHow to use the DisplayEditNumericFormatDialog method of Teststand API
Hi, I have to build a coustom report generator plugin for Teststand by using c#. In the Teststand API there is a method integrated called...
View ArticlePass Fail test MemberType
Hello, If I modify programmatically a pass fail test, I used Step.AsPropertyObject.SetValNumber(“TS.SData.Call.MemberType”, 0, -1), the step is modified with a number: (2147483647), expected value :...
View ArticleHow to migrate old Database Options into new TS architecture
Hello All A bit of background, I am updating a functional test system previously written in LabVIEW 8.5 and TestStand 4.0.1. I am evaluating whether to go ahead with the new process model...
View ArticleIVI switch check if route(s) are connected
Trying to connect an allready connected route will generate an error.What is the best way to check if a route groupe is connected before trying to make a connection? I m using IVI and Switch Executive...
View ArticleQuestion for the Teststand Experts
Hello!I need some advice on what the best method to do the following in Teststand. I have a PLC driven station and that will be communicating to the tester over the Ethernet IP toolkit. My question is:...
View ArticleHow to structure a sequence for a product line
I have inherited a set of test sequences for a line of products. All of the different products of the product line are tested in their own sequence. The sequences differ mostly in their inputs (like...
View ArticleHow Do I read An Alarm status created In Veristand using Teststand.
I am trying to automate DTC related test case using teststand for HIL project which is created using veristand Scenario : when the channel 0x22c is faulted , veristand project shall generate an alarm...
View ArticleHow to execute a store procedure using the database steps?
Hi,I'm trying to execute some store procedures and it won't work.See the attached seq file. I have a varchar(50) parameter which should also be supplied to the stored procedure and it will return an int.
View ArticleNumber of Results variable in report
Hello everybody,I need help in TestStand reporting. I am using TestStand 2014 and Labview 2014, both 32 bits. The situation is like this: I am running a test with 3 test steps. The first test step is...
View ArticleBatchmodel: How to use different switch-positions for DUTs?
Hello,i am using the NI Batchmodel for three DUTs. The current DUT-number can be read out from RunState.TestSockets.MyIndex.May batch has three duts. What is the NI-way to use different switchings...
View ArticleBest Practice for CVI Code Module providing Popup
Hello,I am creating a test sequence and a CVI code module that will provide various pop up type UI's (menus and whatnot) that will be called from the test sequence. When I use the "Create Code in...
View ArticleProcessHandle in 64-Bit TestStand
Hi, in sequences from 32-Bit-TestStand (4.1) I get in 64-Bit-TestStand (2014) on "Call Executable" steps the error "-17308: The Process Handle Location step property must be an expression that...
View ArticleBatch file with quotation marks in TestStand not working
Hello, I am trying to run a batch file in a TestStand sequence that uses Image Magick to convert BMP images to JPG images. The content of the batch file is:for %%f in ("F:\Reports\Test Folder\Captured...
View Article