12-20-2006 02:41 AM
12-20-2006 06:01 AM
Hello,
you have a algorithm, based on a LabVIEW VI, and would like
(1) export this complete algorithm VI into DASYLab or
(2) only the results from LabVIEW VI into DASYLab?
for (1)
If you use LabVIEW 8.x you can design a DLL from your algorithm VI. You can program now with the Expansion Toolkit from DASYLab a special C/C++ module which import the DLL function in the background.
for (2)
- For a running LabVIEW and DASYLab you can use NI Datasocket to export the LabVIEW results into DASYLab.
- For a running LabVIEW and DASYLab you can write the LabVIEW result into a file and read out this via DASYLab action into a global variable.
Best regards,
MHa