02-06-2014 03:39 AM
Dear all.
I have some codes which are developed in C# but I would like to insert those C# codes onto Teststand sequencer as the steps in the sequence.
And then run the test sequence.
Kindly need experts to advise whether this can be done in this manner.
Thanks.
Solved! Go to Solution.
02-06-2014 04:56 AM
Hello,
Maybe you will need more help to do what you need but here is an interesting document for beginning :
http://www.ni.com/mstudio/whatis/useteststand/f/
As explained in this document, you will need to use ".NET Adapters" in TestStand.
Hope it helps...
J.
02-06-2014 08:23 AM
uoi,
As Julien mentioned, you'll need to create a .NET assembly of your C# code, which you can then call from TestStand with the .NET Adapter. To see what this looks like, you could take a look at the .NET version of our Computer Motherboard Test example. It's located at <TestStand Public>\Examples\Demo\DotNet\computer.seq.
Let us know if we can do anything else to help out!
02-07-2014 01:40 AM - edited 02-07-2014 01:40 AM
Thanks Daniel & Julien.
Your information is very helpful.