DASYLab

cancel
Showing results for 
Search instead for 
Did you mean: 

routine labview call with dasylab

Since I have already a program which functions under dasylab, I will wish to supplement it with new data of thermocouples.
 
I must recover data of a module of acquisition (TC08) of thermocouples by USB.
 
can one call routines labview (7.0) with dasylab (7.0)?
0 Kudos
Message 1 of 2
(6,980 Views)

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

0 Kudos
Message 2 of 2
(6,975 Views)