LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Can Labwindows/CVI be interfaced with le SciLab?

Is it possible to make an interface between a LabWindows project and a Scilab program?
 
Thanks,
 
Leonardo
0 Kudos
Message 1 of 4
(3,828 Views)
Hello Leonardo,
 
For sure it's possible to achieve that in LabVIEW.
For CVI it will not be so evident, what exactly you want to interface in LabWindows/CVI.
Regards.
0 Kudos
Message 2 of 4
(3,808 Views)
Hello Omar,
 
I have a CVI GUI and I need it to send some data to a Scilab application and to receive the result of the data treatment, every time period. 
Is it possible?
 
Regards
 
Leonardo  
0 Kudos
Message 3 of 4
(3,800 Views)
Hi Leonardo,
Usually there is 2 ways to use a CVI GUI in another language but since I never used your software (Scilab), I'm not sure it will work properly. Indeed, aftter created your GUI you can create a DLL with CVI and call it FROM Scilab or create a ActiveX Servers in CVI, check out this link. Creating an ActiveX server would do everything you needed but it looks more difficult to achieve compared to the DLL solution.
Link for the first solution:
0 Kudos
Message 4 of 4
(3,756 Views)