LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview to MATLAB interface in real time?

I am new to both MATLAB and Labview, and I am wondering if it is
possible for Labview to pull data from MATLAB on a real-time basis? I
know that Labview can execute MATLAB scripts and pass parameters to and
from the script nodes, but it appears to be a one-time thing.

I have a simulation of a system running in pseudo-real time in MATLAB
and I would like to pull certain parameters from the system and generate
user-defined plots in Labview.

Thanks,
Paulus


Sent via Deja.com
http://www.deja.com/
0 Kudos
Message 1 of 2
(2,893 Views)
Real Time doesn't mean always fast. It depends on your application requirements.
Anyway, don't think too much about Real Time in Windows. If it's possible, try to do all "time critical" operations in Matlab and after that pull data with LV.
0 Kudos
Message 2 of 2
(2,893 Views)