NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

how to pass an object between C# and TestStand?

how do I extend below notification example to pass an object between C# and TestStand?

https://forums.ni.com/t5/Example-Code/TestStand-Notification-Cross-Process-Example-in-C/ta-p/3961781...

 

Is it possible to pass an object between C and TestStand as well?

Thanks.

0 Kudos
Message 1 of 2
(2,151 Views)

Hello JTPI

 

Here's a forum which describes how to call methods from dotnet assemblies:

 

https://forums.ni.com/t5/NI-TestStand/How-to-instantiate-a-net-assembly-after-loading-a-sequence/td-...

 

You can use the C/C++ adapter to communicate TestStand with C:

 

https://www.ni.com/docs/en-US/bundle/teststand/page/c-c-dll-adapter.html

0 Kudos
Message 2 of 2
(2,110 Views)