02-15-2008 05:11 PM
exo wrote:
My network utility (MAC) tells me I have open ports but LabVIEW won't let me listen to them.
What's going on?
02-15-2008 06:05 PM
02-16-2008 01:53 PM
02-16-2008 03:01 PM
First of all, why do you specify a net address. Do you have multiple interfaces? It is a bad idea to hardwire the server address, because the VI will immediately stop working when moved to any other hardware.
exo wrote:
The scan port utility tells me port 6000 is open but the Internecine Avoider.vi won't allow the connection.
02-16-2008 03:14 PM
02-16-2008 03:48 PM - edited 02-16-2008 03:57 PM
02-16-2008 07:21 PM
The address is correct. It is one of a few on a private net that includes both the sending and receiving computers. I have also read that the input for a IP address is to be able to differentiate between two address on the same machine; but it doesn't matter. Taking that out doesn't help matters. I also think I mentioned, that if I go to the network utility and do a port scan for that IP address I get open ports that the internecine advisor won't accept. Maybe it just doesn't like the form of the IP adress system. Does it work for any of you? You have my send code.
Also, I my own defense, I have read the material. I have several vi's talking and listen to other devices using TCP/IP And the help does say that it listens to a connection. It doesn't say that the connection doesn't have to come from LabView.
02-16-2008 08:15 PM
exo wrote:
I also think I mentioned, that if I go to the network utility and do a port scan for that IP address I get open ports that the internecine advisor won't accept.
02-16-2008 08:45 PM
exo wrote:
Does it work for any of you? You have my send code.
02-17-2008 06:40 AM
Thanks guys.
I missed the part about an open port allready being is use but I did try ports that weren't in use. I look at it again on Monday.See if I can put it all together.