Quantcast
Channel: All NI TestStand posts
Browsing index pages (25297 articles)

Creating a semaphore from labview

I'm developing a system which will work on user generated sequences. The users expect the sequence generation to be pretty simple (mostly dragging and dropping template test steps and setting their...

View Article


Re: Has anyone been able to start the 32-bit version of TestStand 2025 Q3?

Thanks HasseK for responding and sharing your solution! We could not get the 32-bit version TestStand 2026 Q3 to work either, however the 64-bit version worked fine without any issues 🫠 We'll look into...

View Article


Re: Calling a PPL With VIs That Call Standard .NET Assemblies (e.g. mscorlib)

There’s a useful tool that shows an assembly’s dependencies. I’d recommend having a look at ILspy. So far, it’s helped me resolve all my issues with .NET 8/Framework.In the worst-case scenario, I had...

View Article

Re: Migrating from Python to Labview... Wise?

Asked and answered 4 years (!!) ago on reddit.

View Article

Re: Has anyone been able to start the 32-bit version of TestStand 2025 Q3?

We experienced the same issue with TestStand 2025 Q3 (32-bit) on multiple computers and across different Windows versions.Initially, we were often able to resolve it by performing a Windows reset and...

View Article


Re: TestStand MPC beta

I can attach a 64-bit build project, and if you share your extensions with me, I can add them to the MCP.

View Article

Re: TestStand MPC beta

Hi, Yes, all of the c# drivers for DMMs, oscilloscopes I have written are 64 bit only. So these need the 64-bit version of TestStand.I was able to adapt the MCP server to also work on 64 bit.  Another...

View Article

Re: TestStand MPC beta

Hello MichaelThe only reason was that I’ve only been using the 32-bit version of TestStand so far. I’ve never tested it with the 64-bit version of TestStand. I think almost all the functions should...

View Article


Re: TestStand MPC beta

Hi,  I would like to test this MCP. Is there a reason for only supporting 32 bit teststand? Greetings, Michael 

View Article


Image may be NSFW.
Clik here to view.

Re: How to dynamically create StationGlobal variable

@OnlyOne wrote:Hello, in a statement i want to do this (what is not running):SetElements(StationGlobals.Project.Serial" + Str(ThisContext.RunState.TestSockets.MyIndex) + ".Response_Array, "-999")OK,...

View Article

Re: How to dynamically create StationGlobal variable

Hello, in a statement i want to do this (what is not running):SetElements(StationGlobals.Project.Serial" + Str(ThisContext.RunState.TestSockets.MyIndex) + ".Response_Array, "-999")When executing a 4x...

View Article

Image may be NSFW.
Clik here to view.

Re: TestStand 2025 Q2 Property Loader example fails with "Method not found"...

Do you also get warnings in the analyzer ? regarding plugin id ?Something like this:MortenSA_0-1788441485719.pngOpening the plugin step forcing it to load manually clears the error in the analyzer.I...

View Article

Image may be NSFW.
Clik here to view.

Re: TestStand 2025 Q2 Property Loader example fails with "Method not found"...

Hello to all with this Problem If got an answer from NI how to integrat it in the Process Model to avoid to fix it in every Testsequence where Propertyloaders are used.Maybe it helps someone. Thanks to...

View Article


Re: How to dynamically create StationGlobal variable

The four containers and the arrays already exist i only want to set the array values to -999

View Article

Re: How to dynamically create StationGlobal variable

//Create the Serialx Container StationGlobals.NewSubProperty("Project.Serial"+ Str(RunState.TestSockets.MyIndex),PropValType_Container, False,"", PropOption_SetOnlyIfDoesNotExist), //Create the Array...

View Article


Re: How to dynamically create StationGlobal variable

Yes, i have four containers and in each of them an array should be set to -999

View Article

Re: How to dynamically create StationGlobal variable

You mean, you want each socket execution to create theri respective element in the StationGlobals?StationGlobals.Project.Serial0StationGlobals.Project.Serial1...?

View Article


How to dynamically create StationGlobal variable

Hello,currently i have this statement to set all values in an array:SetElements(StationGlobals.Project.Serial.Response_Array, "-999")Now i need to replace the ..Serial.. with Serial0, Serial1, Serial2...

View Article

Image may be NSFW.
Clik here to view.

Re: Calling a PPL With VIs That Call Standard .NET Assemblies (e.g. mscorlib)

I just fell into the same rabbit hole, but from a different starting-point. 😄 I am working on getting us started with TestStand and to "make my life simple" for the Deployment stage I was pointed in...

View Article

How to avoid the flickering of WinForm windows after Teststand engine...

I have a question:I use C# WinForms and the NI TestStand native API for development of NI TestStand (without using UI ActiveX controls at all). When I instantiate an engine usingengine = new...

View Article
Browsing index pages (25297 articles)


Latest Images