Re: Add variables in Step.Result.Common for test only
If it is for testing only, use the post-expression to add whatever you want using the API.like Step.Result.Common.SetValString() If you need it permanently, I'd recommend defining a custom step type.
View ArticleRe: Add variables in Step.Result.Common for test only
You can add the expression to set the property,
View ArticleHow to unravel a sequence that is spread across dozens of locations
I inherited several test systems in a company where each came from a different locations and division. Sequences and VIs are sprinkled across dozens of locations, many having the same names and even...
View ArticleRe: How to unravel a sequence that is spread across dozens of locations
The Sequence Hierarchy View can help to some extend
View ArticleTestStand 2021 project runs in developer mode, all VIs fail to load using...
SpecificsWindows 11 enterpriseLabview 2022TestStand 2021Customized Sequential model used.Project has been mass compiled.Code ported from NI2013 originals. I have a project that I ported from NI2013 to...
View ArticleRe: TestStand 2021 project runs in developer mode, all VIs fail to load using...
With the adapter set to runtime, some ctls are not found...What do your SearchPaths in TestStand look like? For the sake of curiosity: what happens if you activate "automatically build packaged...
View ArticleRe: Teststand python adapter type casting
Hi luklem, Thanks for the clear response. I think we need to follow youre rule of thumb too 🙂
View ArticleRe: NI license manager showing NI Teststand is licensed wheres while opening...
Can you try re-entering the license server and re-establish the connection?Oh.... and can you double check on the license server itself, that the license is assigned to the PC and active?
View ArticleNI 9236 3 WIRE STRAIN GAUGE
Hello, i have a 3 wire strain gauge 1/4 bridge PN KFH-6-350-C1-11L3M3R and would like to find out how to wire it to an NI 9236
View ArticleRe: NI 9236 3 WIRE STRAIN GAUGE
Please post your question here: https://forums.ni.com/t5/Multifunction-DAQ/bd-p/250
View ArticleRe: TestStand 2021 project runs in developer mode, all VIs fail to load using...
@Oli_Wachno wrote:With the adapter set to runtime, some ctls are not found...What do your SearchPaths in TestStand look like? For the sake of curiosity: what happens if you activate "automatically...
View ArticleRe: TestStand 2021 project runs in developer mode, all VIs fail to load using...
@Oli_Wachno wrote: For the sake of curiosity: what happens if you activate "automatically build packaged library...." on the configuration settings? Apart from taking it much longer to start 😉This had...
View ArticleRe: TestStand 2021 project runs in developer mode, all VIs fail to load using...
Here is more information, and behavior I don't understand. This is one example, but the <vilib> directory seems to be core to the errors I am seeing (pardon the pun).As noted here (edited for...
View ArticleRe: TestStand 2021 project runs in developer mode, all VIs fail to load using...
@Oli_Wachno wrote:With the adapter set to runtime, some ctls are not found...What do your SearchPaths in TestStand look like? For the sake of curiosity: what happens if you activate "automatically...
View ArticleRe: TestStand 2021 project runs in developer mode, all VIs fail to load using...
Thanks for the feedback, this is exactly what I wanted to know! What this option does is to put all of your LabVIEW Code into a (pre-compiled) PPL (compilation = takes longer), PPLs are executed using...
View ArticleRe: Showing CMD Window when Calling Batch File
The settings in the "Standard Output/Error" tab may be the cause. Value "Store in Variable/Property" redirects the standard output to a variable in TestStand and doesn't display the cmd window. The...
View ArticleShow CMD Line Window and write Standard Output in a TestStand property?
Hi, I execute a command line application for chip programming via Step Type "CallExecutable". I need to receive the output stream of the application to show it in TestStand report. For do this I...
View ArticleRe: TestStand 2021 project runs in developer mode, all VIs fail to load using...
@Oli_Wachno wrote:Thanks for the feedback, this is exactly what I wanted to know! What this option does is to put all of your LabVIEW Code into a (pre-compiled) PPL (compilation = takes longer), PPLs...
View ArticleRe: NI license manager showing NI Teststand is licensed wheres while opening...
The fact that you are using License Manager 2025 could be your problem. With LM 2025Q1, NI updated a library that broke compatibility with older license servers. I know because this happened to me....
View ArticleDoing Batch Model + Parallel Model test
I have a scenario now where we have a batch of, say, 32 units to test, one unit after another. I set up a Controller sequence with Batch Synchronization steps (for this, let's say I have just one pair...
View Article