12-03-2009 09:11 AM
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
12-03-2009 10:46 AM
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.
12-04-2009 12:42 AM
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