LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Move from Windows to Linux or a RT system that uses ActiveX and Excel?

So I have a Labview Windows application, which access an Excel file via an ActiveX VI.  I want to port this to Linux or even a RT system.

Can this be done and still access the Excel file?

Thanks.
0 Kudos
Message 1 of 2
(2,607 Views)
no.
 
ActiveX is pure Windows, you can't use this technique on another platform. only thing you can do is to write your data to a file (text or binary) using the file IO functions and then re-read these files with a second app on a windows platform and write it to excel or access.
Best regards
chris

CL(A)Dly bending G-Force with LabVIEW

famous last words: "oh my god, it is full of stars!"
0 Kudos
Message 2 of 2
(2,603 Views)