NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

telecontrol .NET application

Hi Everybody...

 

I will start to develop a .NET application with C#. I have such a task "The application must be (tele)controlled by NI Teststand". My application does (very) basicly these operation: Opening a file, changings some data, saving the file.  I dont know how these operations can be controlled over NI Teststand.

Because  of having no experience with Teststand, I need your Help to overcome this problem. What should I do? An Interface or a seperate DLL for Teststand?

Thanks..

MAT

0 Kudos
Message 1 of 3
(3,284 Views)

First, can you explain what you mean by telecontrol? Do you somehow want to interface to a telephone?

 

Calling .NET code is first accomplished by setting the adapter in TestStand to .NET. You can then specify the assembly, reference, method, etc. Look at the example called computer.seq in the \Examples\Demo\DotNet folder.

0 Kudos
Message 2 of 3
(3,277 Views)

Hi Dennis,

Thanks for your Answer. Telecontrol ist not the right word. Let's just say control :).  I mean to execute my application over Teststand.  I have no experience with Teststand but Probably your answer is the solution..

 

MAT

0 Kudos
Message 3 of 3
(3,255 Views)