Labview's TCP communication

Labview's TCP communication

1. The purpose
of the experiment Use Labview to write VI programs to realize information transmission with the network debugging assistant.
2. Experimental materials
Network debugging assistant program, Labview's TCP block diagram and front panel
3. Experimental process
1. Use Labview to write the corresponding VI block diagram, as shown below:
Insert picture description here

2. Open the network debugging assistant, adjust it to the server side, select the last item tcp server for the first protocol type

Insert picture description here

3. Enter the same local port number in the VI program;

Insert picture description here
4. Click to connect;
5. Run the program in labview, send the input command at the network assistant, and the information will be received in labview, so as to realize the information transmission with the network debugging assistant.
4. Experimental results
Insert picture description here

Guess you like

Origin blog.csdn.net/aqiuisme/article/details/106447887