11-21-2007 02:02 AM
11-26-2007 10:44 AM
KPChan,
I couldn't find any examples initially. I believe you should just be able
to use the step, and then change the "Adapter" to C/C++ DLL.
Then in your module tab, browse to the DLL. Let me know if this helps,
Thanks!
05-23-2011 10:03 PM
why the invoking to from testand 4.1 is so slow when a try to call a com object based on matlab???it's about 1 second for open it!, is that normal??? if a deploy a c/c++ dll from labview i don't get this latency
05-24-2011 09:58 AM
Edgar,
There is nothing teststand is doing that should introduce any signficant latency. Do you get 1 second latency on every call or just on the create of the object? If it's just on the create, can you hold the object in an Object Reference variable and reuse it? The typelibrary is loaded the first time you access a COM server, but it's cached and should be reused from then on.
Hope this helps,
-Doug