Exchange data over TCP
Hector Leal (2019). labview_interface(remotehost,portconection) (https://www.mathworks.com/matlabcentral/fileexchange/54280-labview_interface-remotehost-portconection), MATLAB Central File Exchange. Retrieved .
Inspired by: MEaSUREs, Data Translation Measurement Instruments Driver
Create scripts with code, output, and formatted text in a single executable document.
Gizem Aycan CANTEKIN (view profile)
Hello
Could u help me?
no connection, do i have to open labview and matlab same time? or have to write labview code before connection?
Juan Camilo Gómez Cadavid (view profile)
Hi Hector,
Please consider the Author in your submisions.
https://www.youtube.com/watch?v=LLeazR5nNUs&t=16s
Also, there are missing files in the package
https://drive.google.com/file/d/0B7ir2yly9sDHczNiV3BZQklYU0d5RnF5a3lDYTY0bVBNdDRr/view
and the labview_interface.m file must be edited to work correctly adding this three lines after the function declaration
remotehost = varargin{1};
portconection = varargin{2};
timeout = varargin{3};
Best.