LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

TCP / UDP ports used by LabView and others NI products

I have to use many NI products over the internet.
Some devises are in a local network, connected to the internet by a router and I have to access them anywhere on the internet. So I have to configure the router by telling which device (IP address) will have to be accessible on which TCP/UDP port.
Is there a list of all the ports used by NI?
If there is not, could you tell me which ones you know?
I'm using - among other - LabVIEW with DataSocket, Data Loging and Citadel, Field Point 1600 and 2000.

Thanks for your answers!

PS : sorry for my poor English : I'm Frensh!
0 Kudos
Message 1 of 4
(4,584 Views)
Hi,
I don't know port numbers, but if you want to find out a UDP/TCP port used by an application you can do that either using a firewall (there are some free on the internet) or at MS-DOS Prompt type 'netstat -na' (of course, your NI application should be running)
Good Luck!
0 Kudos
Message 2 of 4
(4,584 Views)
Thanks, but I can not use this on a FP-1600 !
It is not a computer with a "clasical" OS.
Does anybody knows if I can browse (and how) URLs like lookout:\\host.domain.com\FP\1AI\00 through a router?
Thanks again
0 Kudos
Message 4 of 4
(4,584 Views)
Hi there,

There is a list of reserved portnumbers at:
http://www.iana.org/assignments/port-numbers
and if you search this document for NATI you'll find port 3015 (Datasocket), 3363 (VI Server) and 2343 (logos?) is reserved by National Instruments.

Hope this will help,

Best regards,
Mattias Ericsson, Endevo Sweden
Message 3 of 4
(4,584 Views)