NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

matlab interaction with TestStand

Is there anything in testStand that's intended to specifically promote interaction with Matlab?

 

We're being asked to provide the ability to invoke design verification Matlab scripts out of our test environement, and we're wondering how to do it.  We haven't used teststand to date but might consider it if it facitlitates this in some way.  I know teststand's claim is that it can invoke extenral modules, I'm curious how hard this is to do.

 

Thanks in advance for any insight anyone might have on this.

0 Kudos
Message 1 of 2
(3,261 Views)

It depends on what matlab supports. You can call dlls, activex/com servers, .NET assemblies, and launch .exe files (communicating via stdin/stdout) from TestStand. If one or several of these is a matlab supported way of calling into matlab then it should work.

 

-Doug

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