LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

ODE in LabView/CVI

Does anybody know if it is possible to use the ODE (ordinary differential
ecuations) VI (or in general another VI) from LabView in LabWindows/CVI?

Thanks!
0 Kudos
Message 1 of 3
(3,159 Views)
"Santiago Calderón" wrote:

> Does anybody know if it is possible to use the ODE (ordinary differential
> ecuations) VI (or in general another VI) from LabView in LabWindows/CVI?
>
> Thanks!

Transfer from LabVIEW to CVI is not possible (unless you make it an exe and
call it that way)
Transfer from CVI to LabVIEW is possible if you make it a DLL and use the
Call Library Function.
Kevin Kent
0 Kudos
Message 2 of 3
(3,159 Views)
Hi...

Yes... two ways

You can use Labview 6.0i to create a DLL and then export the function for CVI... not to hard but there is not much documentation for the parameters...

Or use ActveX wizard to build an ActiveX container Labview Type library... After that yuou will have acces to most of the fuction ... But it is kind of hard because of the Variant data type... and other stuff that is a bit wicky for ActiveX programming

Best Regard

Steph
0 Kudos
Message 3 of 3
(3,159 Views)