06-19-2008 07:47 AM
06-19-2008 08:25 AM
06-19-2008 08:53 AM


06-19-2008 09:03 AM
06-20-2008 02:55 AM
There is no standardized way to change the IP configuration of remote devices. It is all depending on that device itself. Some use bootp procedure, some use custom (proprietary) UDP messaging, some are only reconfigurable through DHCP and some are simply not reconfigurable remotely at all.
@Balavbs_83 wrote:Hi allI need help from you all.guys.i need to change the IP address of my hardware through Labview.I have connected around 30 numbers of similar Hardware products through Ethernet switch to my PCEach Hardware is assigned with an IP address.I need to change the IP address of all the 30 Hardware units through Labview.Kindly can help me out in thisThanksWith regardsBala
06-20-2008 01:17 PM
Hi Guys
I use Lantronic Device which assignes its own IP through its software
When use Lantronics devices and access it through their software, Software automatically assignes IP to the device
I can change the IP in the LantroniX software but the same i need to apply through Labview
Hope this explains my doubt
Thanks and Regards
Bala
06-20-2008 01:36 PM
06-22-2008 04:07 AM - edited 06-22-2008 04:13 AM
Hi Bala,
I'd be very tempted to user Wireshark (formerly Ethereal) - a free packet-sniffer - and capture the startup "handshake" between device and PC. Even better would be if the SW has a "Set IP address" option - then you could capture exactly the dialog that LabVIEW will need to emulate.
Assuming the SW is actually creating the IP address, it will need to send it to the device at some point.
If you can capture just the change-password bytes and post them - along with other info like MAC address and IP address - it might be fun.
Cheers!
06-24-2008 10:09 AM
Hi Imtis
I dont know the exact part number of the device as it is mounted on the PCB inside the unit
Does the component plays any role in the IP address setting?
Ok i will try with the sniffer and able to play with that
But also kindly help how to reset the IP address to default value through LabVIEW
With regards
Bala
06-26-2008 08:39 AM
Hey Bala,
It seems that you are trying to control a non National Instruments device with LabVIEW. When this is the case, you'd usually sought after drivers from the Instrument Driver Network. These are basically VIs that has VISA or DLL calls customized to the instrument. The only thing is that I don't see your device on the list, so you would have try and create your own by referring to the device manual for its commands. I am pretty much re-iterating what Rolfk mentioned in an earlier post.
Does the program for Lantronix have a supporting ActiveX object?
It is possible to control ActiveX objects using the ActiveX container in LabVIEW.