LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

data socket port

I want to serve data sockets over the internet. I can get them to work over our local network (all the computers are 192.168.1.100, etc), but they're not working beyond our local network. Do I need to forward port requests on our router to enable this (we just have a simple DSL modem and a router)? In Labview, looked under Tools >> Options >> Vi Server Configuration and see Port 3363 listed. Is this the port that data sockets work on? If so, do I just need to configure the router to forward port 3363 requests to my computer that is running the data socket server?

Alex
0 Kudos
Message 1 of 5
(5,582 Views)
Hi Alex,

It sounds like you have the right idea. Datasocket uses port 3015, so you should be able to forward requests to this port to a certain local IP address. The links below might be of some help to you:

Error 63 When Using DataSocket
http://digital.ni.com/public.nsf/websearch/CE62D869535D602F86256D330060F5F1?OpenDocument

What Ports Do I Need to Open on My Firewall for National Instruments Software Products?
http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/fe6a63983ac8289e86256b22005a067a?OpenDocument

Hope this helps,
Travis H.
LabVIEW R&D
National Instruments
0 Kudos
Message 2 of 5
(5,570 Views)
Travis,
That's just what I needed. I opened up port 3015 and now everything is working fine.
Thanks,
Alex
0 Kudos
Message 3 of 5
(5,546 Views)

Whenever you open the datasocket conection what do you type in the URL? Do you type your machine name, or you type your IP address?

 

To get other readers to read the data written to the Data Socket Server they would have to open a connection using the IP address in which the server is located right?

0 Kudos
Message 4 of 5
(5,140 Views)
0 Kudos
Message 5 of 5
(5,121 Views)