11-28-2012 08:17 AM
This thread is about TCP communication. I recommend that you search the forums for threads about VI corruption, and if you cannot find a solution, post a new thread about your specific VI corruption problem. Also attach the VI itself, not just screen shots. I cannot help with this, I have no experience with VI corruption.
01-12-2014 07:35 PM
Hello,
Could anyone help me on this please
I need to realize a communication between a MatLab application and a
LabView application.I have some data from Matlab to Labview. The two programs are installed on different computer, so I
think they have to communicate using a TCP/IP connection..I Need help in solving this situation...
01-12-2014 09:25 PM
Why don't you start a new thread with your specific question? Also, have you looked at the TCP/IP examples that ship with LabVIEW? I haven't looked at Matlab, but I assume there are similar examples.
05-22-2020 09:16 AM
Hello,
I am trying to create a TCP/IP communication between two computers using your code and it is not working. I have changed the IP address. Should I change something else in order for the code to work on my computers?
05-23-2020 02:27 AM
I assume you are talking about the 8 year old example in the first post. Never trust code that has "untiltled <x>.vi" as filename. Code is pretty useless, no loop timing, diagram maximized to the screen, etc. I would stay away from it. This is not from an experienced programmer!
Have you looked at the TCP/IP examples that ship with LabVIEW. They are probably of better quality.
If you insist on using the above code, I would recommend some basic troubleshooting steps. There are millions of way something could be "not working". Too ambiguous to offer any help.
How were you running this? Which code did you start first? Are there any error messages? What did you change? What are the IP addresses of your computers? Are both on the same local network? Does it work if you run both on the same computer? Are there any firewall rules?