LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

TCP/IP on Windows XPe

I am unable to read in TCP data to labview when running my VI on our windows XPe system.  I have checked to make sure the firewall is off.  Also, I am unable to connect to National Instruments to activate labview, so I am running in evaluation mode.  The internet on the system works fine and I can connect to our shared file server.  Are there any known issues with labview's TCP in XPe or anything else I should check? Thanks!
0 Kudos
Message 1 of 6
(3,769 Views)
You say the internet on the system works, but your evidence is that you can connect to your shared file server. This isn't the same as the internet, as your shared file server is most likely on your local network. Assuming you have no other network services running (like IPX/SPX, or Netware), and it's truly connecting to the shared file server via TCP/IP, that implies that TCP/IP is working on the computer. You should check to see if you can actually connect to the outside world. If not, this indicates a problem within your network, like perhaps a corporate firewall that's not allowing your computer access to the outside world. That would explain why you can't connect to NI for activation.

Assuming TCP/IP is working, you should still be able to use it within the local computer as well as within the local area network. Try the shipping examples "Simple Data Client" and "Simple Data Server". Open the Example Finder (Help->Find Examples), change to the Search tab, and enter "TCP/IP" in the search box. You can run these on your own computer - it will just use the loopback. You can then check on the local network by running the "Simple Data Client" on one computer and the "Simple Data Server" VI on another.
0 Kudos
Message 2 of 6
(3,763 Views)
What is the "e" supposed to mean in XPe.  I've never heard of that designation before.
0 Kudos
Message 3 of 6
(3,754 Views)


Ravens Fan wrote:
What is the "e" supposed to mean in XPe.  I've never heard of that designation before.

Windows XP Embedded.

___________________
Try to take over the world!
Message 4 of 6
(3,737 Views)
I do have access to the actual internet on the machine (using internet explorer), not just the local network.  One of the VI's im trying to use sends data from a file out over TCP/IP and the other reads it in for processing.  I have not had any problems running these on any other systems, only the XP Embedded system gives me trouble.  I was thinking that not being able to connect to National Instruments for activation may be related.  This may be a more appropriate question for XPe support, but I thought I would try it here in case someone has experience with Labview on XPe.
0 Kudos
Message 5 of 6
(3,722 Views)
I've never heard of TCP/IP issues with LabVIEW on embedded systems, and LabVIEW is an extremely mature product. Do you actually get an error condition when you try to open a connection? The activation for LabVIEW may be failing for other reasons, and it could be a firewall or other service that's not running on your embedded PC. Do you see any error message in the computer's events log?
0 Kudos
Message 6 of 6
(3,713 Views)