Re: Error -19034 Cannot Call Distribution VIs
Hi JR, It seems like your issue is similar to one of our previous forum posts. Take a look at it and see if those troubleshooting steps work for you!...
View ArticleRe: Test Status "Terminate" only for some UUTs
Hi Chris, Thanks for the response. I did use the "Terminate Execution" method already. However, it will apply a terminated status to all the duts. I want to specifically pick which DUTs get the...
View ArticleRe: Test Status "Terminate" only for some UUTs
If I understand your post, what you need is that if any DUT fails pretest, failing DUTs end with a failed status and all others end with a terminated status. In the attached example, there's a...
View ArticleRe: Passing arguments to exe using the Argument Expression
Dear ShockHouse, Thank you for the reply.In the Argument Expression I have placed the following input:-input "E:\\Test\\Source.mot" -format s19 -output "E:\\Test\\Destination.frb". I have also attached...
View ArticleRe: TestStand 2017 Bitness Issue - both Sequence Analyzer and Execute time
Is there a way to force TestStand to log verbosely to a file, for example? I'm curious exactly what module it cannot load.
View ArticleRe: Passing arguments to exe using the Argument Expression
Is there anything stopping you from just using cmd prompt then instead of calling straight to your application? If you already know that using the command prompt, and then typing "C:\Program Files...
View ArticleRe: How to continuously run a sine wave signal through a DAQ in teststand for...
If you're using LabVIEW, you can create a step called Run VI Asynchronously. You could call this VI in MainSequence setup and then it could constantly read a TestStand variable to know when to stop....
View ArticleRe: TestStand (2016) Deployment - Different directories
Hi!You can use the workspace or project file to specify the requires files the TestStand Deployment Utility collects to distribute to a target computer. What is normally recommend is to use this Tool,...
View ArticleRe: Launching TestStand from OI using enviroment
wrote:This approach seems to work when changing form <Global> enviroment to a specific one. Yet I haven't been able to change from a specific enviroment back to <Global> The Engine relies...
View ArticleRe: Modifying process model vs. using plug in vs using add ons ?
I am not sure what you mean by "add-ons". In any case, plug-ins should be used to give the ability to the operator to change parameters of a sub-process that would affect more than one process models....
View ArticleRe: Modifying process model vs. using plug in vs using add ons ?
Hi ziyasen, For the addons portion of your question, the main difference is that addons will not show up in the Plugins configuration window. The intent is that users don't have to configure settings...
View ArticleTerminate and Exit UI Upon Single Button Click
What's a simple way of Terminating All, then exiting a UI application with a single button? I'm curious how to know when the Terminate All is really done so I can exit the app and it won't prompt me...
View ArticleActivex error after launching the execution on Test stand - error code 18351
In Windows 10/windows 7 laptop users, I am observing the error code 18351 error frequently even though the pack and test stand 2014 installation was done correctly.Any solution known to you??
View ArticleRe: Launching TestStand from OI using enviroment
wrote: wrote:This approach seems to work when changing form <Global> enviroment to a specific one. Yet I haven't been able to change from a specific enviroment back to <Global> The Engine...
View ArticleRe: Terminate and Exit UI Upon Single Button Click
What about using the time limits?You can set it to automatically terminate on Exit and basically get this behavior. The trick is that your sequence needs to respond appropriately to termination (e.g....
View ArticleRe: override sequence setting
That is correct, you will get a header for the subsequence.Teststand adds the complete dataset collected in the subsequences Locals.Resultlist as step result in the main sequence Locals.Resultslist...
View ArticleRe: Activex error after launching the execution on Test stand - error code 18351
Hi, Have you tried working through this KB: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019L0JSAU&l=en-GBThe KB looks similar to this post which discusses a similar issue too:...
View ArticleRe: TestStand 2019 PushOK SCC
hey back2rock, 64-bit TestStand supports 32-bit SCC providers only, could you give the 32-bit one a try? For more information: Selecting a Source Code Control Provider
View ArticleRe: Sending a CAN message using Teststand
Hi tonye546, So, for starters, this will most likely be something you would do in a code module. Do you have a preferred development environment/language you'd like to use? This will guide the...
View Article