LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

UDP address!

Hi!

The UDPWrite vi expects the address of the computer and the type is U32.
But the address is usually www.something.com or an IP address.

So what is U32 and how do I get it from an IP number?

Thanks!
Atmapuri.
0 Kudos
Message 1 of 2
(2,758 Views)
Check out the shipping example "UDP Sender.vi". It can be found in \examples\comm\udp.llb or search the help for udp.

Basically it uses the "string to ip" function so you can input your IP in XXX.XXX.XXX.XXX format

Tim
Message 2 of 2
(2,758 Views)