You can use the 'String to IP' icon to and get your ip address. Either
wire in an empty string, or don't wire anything at all. The address
comes back as 4-byte digit, each byte represents one section of the dot
notation address. For instance if your ip address is 255.0.255.0 the
value that is returned is 3232235703 decimal (FF00FF0 hex). This
operation uses a few milliseconds.
If you don't want to parse it yourself then you can wire the result into
'IP to String'. I don't recommend this because this operation can take
*seconds*.
All functions mentioned are found in the Functions>Communications>TCP
palette.
ej
In article
,
christopher sean delaney wrote:
> Hi,
>
> Does anyone have any
idea how to get the IP address of the machine
running
> labview from labview?
>
> Thanks,
>
> Chris Delaney
>
>
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.