Update Users.ini file
I have a LabVIEW utility that updates the Users.ini file with new user names and adds users to groups. After updating, the utility then calls a VI which has the ReloadFromDisk method. However, when I...
View Articleload error code 14
Has anyone ever seen this error or know what causes it?LabVIEW load error code 14: Could not load data space type map. I don't get this error when I run my Operator Interface under an account that has...
View ArticleCannot add array item to 1D array
Good afternoon, This is for Teststand 4.2 I have a LabView module in my sequence which takes a 1D array of "parameters" and outputs a 1D array of "results". The problem is I cannot add an Array item to...
View ArticleTestStand 2013 error 80004005
For some reason whenever I try to run the Sequence Editor I get a "System Level Exception" followed by " Creating an instance of the COM component witch CLSID {B2794EF6-C0B6-11d)-939C-0020AF68E893}...
View Articleclose User Interface Automatically
I want tpo close the Teststand User Interface in deployment maschine, Programmatically i.e. eg when I say ContinueTesting = False or any other condition
View ArticleLabVIEW: Calling Execution.Break in a Trace UI message event callback after a...
I encountered something strange today. While paused in an active execution with the execution pointer at the last step in Main, I call Step Over, and in the resulting Trace UI message event callback, I...
View ArticleConcurrent run of LXI instruments self-test/measurement problem in Teststand
Hi, I want to run self-test (or measurement) of 2 separate LXI instruments (Agilent) concurrently. When I use parallel model or "Use a new thread" (or use new execution) option for sequence call, it...
View Articlefopen not working when called through dll
Hi, I created a DLL in c++ and fopen is returning NULL. I have a funciton called int openfile(char *filename), which returns a 1 on success and 0 when fopen returns NULL. This function always...
View ArticleDLL Adapter: Change function name & params without unloading the DLL
Hi, I'm using teststand adapters API to dynamically build a DLL call step. Each dll function is called thru this "DLL Manager" sub-sequence. Tried 2 methods (here is an abstract of the code): 1....
View Articlehow to add a parameter to a Sequence Call
OK, I am a newbie at this TestStand thing, but I know I have done this before and just can't figure it out today. In the Main Sequence I have a Sequence Call to Setup Testhead. I am passing 9...
View ArticleHow to check if Testsand Deployment or Development
HI how do I check in teststand thr' code that the seq runs under deve. maschine or deployment I have to take a decision based on this input
View ArticleHow to add some steps before the Use Auto Scheduled Resource within Auto...
I hope I can describe my question clearly for you.My sequence is something like the following: It's a simple sequence.Test 2 is faster than Test 1 so that it usually leads to test 1 is occupied by one...
View Article-17308; Specified value does not have the expected type
Funny thing is the piece of code works in Development system but not in Deployment I use Locals.SelOutType in (Array to Iterate over ) of a ForEach step bfore that I do this...
View Articleshare queue runtime
Hello, Ik have 2 vi's which I want both own the same queue.- 1 client - 1 server In labview development it works.Does it work in runtime when calling from teststand?
View Articlecvi does not break at the set break point on the code when running test stand...
I just started using test stand and I am using it with CVI. I'm running test stand version 4.2.1. I'm currently trying to setup my "*.c files" to the proper project file to compile and run under test...
View ArticleHow do I dynamically create StationGlobals variables that are LabVIEWIOControl
I am looking for a way to dynamically create StationGlobals variables that are LabVIEWIOControl. I know how to create variables through "PropertyObject/SetValXXX", however I am having difficualty...
View Articledeployment configuration files
every now & then our system Login-Users (users.ini) change also the station options change can I simply copy the Cfg files directly in my deployment system or shld I be religiously...
View ArticleUser Interface messages
are there any examples for user interface messages from Teststand to my User Interface I have to send the UUT count , pass fail time etc info.... regardsakshay
View ArticleHow can I get to VI's that are executed before the main sequence
Good afternoon, I have been tasked with an existing TestStand project and I have little experience in this software. I have a seqeunce that begins execution by asking for a serial number entry. I need...
View ArticleMake Custom (Run-Time Error Dialog Box)
I would like to Customize the Run-Time Error Dialog Box bcos I want to use H/Wbuttons (need to Init the H/W) & not mouse to navigate thr the box is the Dialog box available in Labview also
View Article