Re: Select Switch Executive Route based on Socket Index
Hey Kevin, You shouldn't need to do Str(Connect_UUT). You're likely getting the error because it's trying to interpret Connect_UUT as a variable instead of a string. Try this instead:...
View ArticleRe: How to Install Inception Step in Teststand2013?
You should probably post this to the Machine Vision forum rather than the TestStand forum. From the error it sounds like it is specific to Vision Builder rather than TestStand:...
View ArticleRe: No sequence is getting terminated . Help needed
hey Daniel, That was quite simple than i thought.... its working fine now.I was not aware of that option.Thanks a lot.:smileyhappy:
View Articlepassing object reference from sequence to C#
hi all,I'm trying to pass a simple array that was created in locals at the sequence to a UI application.I created an expression in NI: RunState.Thread.PostUIMessageEx(10201,454,"this is my...
View ArticleRe: Select Switch Executive Route based on Socket Index
Hi Daniel, I didn't get a chance to have a look at this until today, but having quickly tired your solution, it seems to be working exactly as I needed. Thanks for your help,Kevin
View ArticleRe: passing object reference from sequence to C#
NationalInstruments.TestStand.Interop.API.PropertyObject myArrayVariable = (NationalInstruments.TestStand.Interop.API.PropertyObject)e.uiMsg.ActiveXData; You can then either use the teststand API to...
View ArticleHow can ı do parallel test?
Hi. I'm using Test Stand 2012 beginner level. I want to run two test programs same time. How can i do it? Please help me
View ArticleRe: How can ı do parallel test?
Hey ergin, There are several ways you can run multiple tests at once. I'll describe two main scenarios and we can provide more detail if needed depending on which one you want. 1) Testing Multiple UUTs...
View ArticleRe: How can ı do parallel test?
I want to run two different sequence same time. I make electronic card function test systems.For example; "a" and "b" two different cards and i want to test this card same time.
View ArticleRe: How can ı do parallel test?
If you are wanting to run two separate pieces of code for different models of cards at the same time, this is what I would do: 1) Create a separate sequence file for each card2) Create a master...
View ArticleRe: Getting sequence main group steps via LabVIEW
Hey Sergii, To do this from LabVIEW, you can use the Sequence.GetNumSteps and Sequence.GetStep methods. Here's an example: After opening the sequence file, you can see the GetSequenceByName method,...
View ArticleRe: How can ı do parallel test?
Thanks but i didnt understand it. I'm writing my project. If you have solution; please help me. I make a test system which is the testing two same cards in same time. But test time not same. So i...
View ArticleRe: How can ı do parallel test?
If you have multiple units which are the same (same type of card) but the test time for each card can change, the Parallel process model is the best approach. To do that, you would have a sequence file...
View ArticleRe: How to change the result status "Failed" after the test to "Passed"
I just want to add that you can find the last result a step generated with the Step.LastStepResult property.
View ArticleRe: TestStand 2013 install error
Thanks for your help. I got an error message "MetaInstaller: Started MetaInstaller version 3.2.0.351: Tue Nov 26 09:08:07 2013MetaInstaller: Called with command-line: /log d:\setuplog.txt...
View ArticleRe: How can ı do parallel test?
Thanks for your help. I solve my problem. I want to ask another question. I live in Turkey and my costumer want to translate to sequence result. For example when sequence true, besides writing...
View ArticleRe: TestStand 2013 install error
Hey hm7, Have you previously had any versions of TestStand installed on the machine? And do you have any other NI software on the machine or did you have any installed previously? Finally, did you get...
View ArticleRe: How can ı do parallel test?
Hey ergin, Here's a document on localizing TestStand to your language: http://www.ni.com/white-paper/6046/en/ Hope that helps! Let us know if you have any more questions.
View Article