LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Control Labview using Matlab

You'll not get very much from the picture as the TCP/IP server and the TCP/IP client are classes -  everything is hidden / encapsulated. Server creates dedicated threat for the TCP/IP communication, the applications talks to the server through user events. The structure of the client is simpler but as MatLab is the TCP/IP client you can write something similar in MatLab. In MatLab reading / writing TCP/IP data is similar to reading / writing files or streams.  

 

server.png

  

client.png

 

0 Kudos
Message 11 of 11
(400 Views)