LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What is the "remote port or service name"

how do I find out what the "remote port or service name" is when using the TCP open connection?  I'm trying to read data from a mensor DTP 6100 series which has a 0 - 5V output through a serial port, which is then connected to a  MOXA Nport DE-311 to transfer it to ethernet.
 
I can't work out what the remote port or service name might be and therefore I cannot make it work....it's frustrating me!
 
Any help would be VERY welcome
0 Kudos
Message 1 of 3
(11,149 Views)
Hi superspy,
the remote port is the port on which the server waits for your connection. If you want to connect to an http server it should be 80 and FTP 21.
Mike
0 Kudos
Message 2 of 3
(11,141 Views)


@superspy wrote:
how do I find out what the "remote port or service name" is when using the TCP open connection?  I'm trying to read data from a mensor DTP 6100 series which has a 0 - 5V output through a serial port, which is then connected to a  MOXA Nport DE-311 to transfer it to ethernet.
 
I can't work out what the remote port or service name might be and therefore I cannot make it work....it's frustrating me!
 
Any help would be VERY welcome


The remote port is an important part of the protocol specification for a server device. Therefore you will have to search the documentation for your device for this information. Not documenting that is a bit the same as showing you a door that is locked and not telling you where the key is. So you will have to search the documentation for your device and if it isn't in there bug the manufacturer about it. If he doesn't want to tell you you are in trouble but it is likely you would be in much more trouble anyhow, since the port is only a little piece of the information necessary to talk to a device. Without a good documentation about the actual protocol even a well known port doesn't help much.

The service name is only interesting if you have a device that is either from NI and knows how to register its service at the Logos service locater service or if you have a LabVIEW application that registers its server under a specific service name.

Rolf Kalbermatter


Message Edited by rolfk on 04-09-2008 08:01 PM
Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
Message 3 of 3
(11,137 Views)