‎02-03-2010 02:44 AM
Hi,
i need some guidance .. i need to transmit data from my computer to a server using a dynamic ip. can anyone help me how this thing can be done
‎02-03-2010 05:36 PM
You'll need to be more specific. What kind of data? Is the server running some LabVIEW code? Have you looked at the TCP/IP examples that ship with LabVIEW?
Why would a server have a dynamic IP?
‎02-03-2010 07:05 PM
Im sorry making things so confusing, is it possible to send data (text) from a computer which is using dynamic ip to 2 different servers. I have try using TCP Communicator its work. But i tried with both fix ip's. if i have dynamic ip..how possible i can transmit the message from the server to computer that message been received.
Yup i want this module in labview 8.0, i just need some guidelines..currently i havent started to the module yet.
‎02-03-2010 10:24 PM
‎02-03-2010 11:26 PM
I agree with raven
There is a function called "String To IP" and "IP To String" and using the combination of these you can get the IP of the PC by providing the Name of the PC.
‎02-04-2010 12:49 AM
Thanks Raven and Guru.
Is it possible either then sending data through ip..i want send data to to a web..example:https//www.abc.com.
how to do this function..can i get an example?
‎02-04-2010 01:17 AM
‎02-04-2010 01:41 AM
‎02-04-2010 03:00 AM
‎02-04-2010 09:04 AM
jeyanthi wrote:Thanks Raven and Guru.
Is it possible either then sending data through ip..i want send data to to a web..example:https//www.abc.com.
how to do this function..can i get an example?
Your question is meaningless. Send what data? Are you trying to create a LabVIEW web browser client? Is there a web service that you want to access on abc.com?
Please provide some substantive comments as to exactly what you are trying to do.