Questions tagged [teststand]

TestStand is a test management software by National Intruments.

Homepage: http://www.ni.com/teststand/

34 questions
0
votes
1 answer

Testand - Use of a C# DLL using a C# Wrapper using a C DLL

There is a C-Funktion which I use as a DLL. The function is exported by __declspec(dllexport) uint8_t *SomeFunction(uint8_t *a); In the respective header file. The wrapper imports the function with [DllImport("SomeCFunction.dll", CallingConvention…
Christian
  • 13
  • 5
0
votes
1 answer

TestStand APIs with C#

I am working in a Project where I have to use the TestStand APIs in a C# (WPF). I have not worked in this area before and I am not able to find any references or materials regarding it. I want to get 2 inputs from user say x and y using a C# UI.…
0
votes
0 answers

Dragging and Dropping new .net dll does not load it in labVIEW

I am using LabVIEW 8.5, Testand 4.0 and Windows XP. I have been using LabVIEW Vi's which call .Net dll( created in v2.0, not strongly typed, and not added in GAC) , and Testand sequences that call these Vi's successfully. As the version of the dll…
user915783
  • 689
  • 1
  • 9
  • 27
0
votes
6 answers

Accessing XML data from C#

I'm struggling with accessing to the data stored in the XML file from C#. I read a lot of posts - the closest one was here - but still can't get it working. The xml node looks like below:
user1146081
  • 195
  • 15
1 2
3