LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Transmit data using dynamic ip

actually wat i want to do is something like ping concept using dos. Like TCP Communicator in NI... But for this i want send to a web base using dynamic ip on a pc. the client pc will running such as TCP Communicator. What this web does is requesting data for every 1 hour depands on user time setting and automatically grab data from the client pc...

 

The sample data is : status ok ,

0 Kudos
Message 11 of 12
(383 Views)

I don't know what you mean by "what this web does"?  I think you are confusing people with improper terminology.  The web is basically another name for the internet.  It is the medium for communication between computers.  The "web" can't request data, it is not a PC.

 

 

It sounds like you want to review the examples in the Example Finder for TCP/IP based communication.  Create a server application for one computer and a client application for the other computer.  Get them working using static IP addresses.  Once you have that, stop using static IP addresses and start using the computer names in the connection strings.

0 Kudos
Message 12 of 12
(380 Views)