Labview Matlab TCP data exchange
显示 更早的评论
Hi all!
I manage to exchange data between Labview and Matlab with the TCP/IP App. But with a similar method using labview and matlab tcpclient function, I can not read data from labview or write data to labview any more.
In general, we use
echotcpip("on",port)
t = tcpclient('localhost',port,'Timeout',10); % start a TCP client
start a TCP client, but how can I read data from Labview using
read(server, count) % read data from a server, in this case, Labview
function since my server is Labview in this case?
Thank you in advance!
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 LabVIEW 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!