10-11-2007 04:36 AM
10-11-2007 08:10 AM
10-12-2007 04:00 AM
10-12-2007 05:10 AM
10-12-2007 05:34 AM
10-12-2007 05:59 AM
10-12-2007 06:35 AM
10-12-2007 06:57 AM - edited 10-12-2007 06:57 AM
Message Edited by pincpanter on 10-12-2007 01:58 PM
10-12-2007 07:18 AM
hi there
the point is NOT to convert a "1.2.3.4" string to a U32 integer, the thing is to resolve an arbitrary network name like "thisismylabcomp" to its IP-number "1.2.3.4". That involves DHCP etc. In BachelorPT first post
127.0.0.1 : 2130706433 = 127.0.0.1
127.0.0 : 2130706433 = 127.0.0.1
127.0. : 2130706433 = 127.0.0.1
127 : 2130706433 = 127.0.0.1
: 3232238286 = 192.168.10.206
Is 192.168.10.206 some special address in your network?
Test "ping" with the addresses and the network names, are there any errors?
If nothing helps you could create your own hosts file and then parse this file with LabVIEW.
10-12-2007 07:38 AM