LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

IPv6

can I use IP version 6 whit labview 7.0,if yes how can I do it?
0 Kudos
Message 1 of 8
(4,008 Views)
I think you will really need someone who knows both about the IP specs and about LV's implementation of it (i.e. not me), but I highly doubt it works for 7.0 or 7.1 and maybe even for the upcoming 8.0.
If I remember correctly, even windows XP did not natively support IPv6 when it came out (I'm not even sure it does now), and I'm guessing that if the OS doesn't support it, LV definitely won't.
Then again, I could be wrong - I'm just guessing.
What's sure is that if you have a DLL which can manage this you should be able to call it from LV and get it to work this way.

___________________
Try to take over the world!
0 Kudos
Message 2 of 8
(3,999 Views)
Unfortunately, LabVIEW does not currently support IPv6 due to a general lack of demand. A knowledge base online detailing this information can be found here. Once the use of IPv6 has become widespread, you can definitely expect LabVIEW to follow suit.

Regards,
E. Sulzer
Applications Engineer
National Instruments
0 Kudos
Message 3 of 8
(3,981 Views)

So, 12 years after the post http://digital.ni.com/public.nsf/websearch/46A3F49A5B3DF8CF86256D4B005D3016?OpenDocument NI still has not found enough widespread of the IPV6 to support it?

Mauricio Vidal
VIDAL & ASTUDILLO Ltda.
http://www.vidalastudillo.com
0 Kudos
Message 4 of 8
(3,594 Views)

@MVidal wrote:

So, 12 years after the post http://digital.ni.com/public.nsf/websearch/46A3F49A5B3DF8CF86256D4B005D3016?OpenDocument NI still has not found enough widespread of the IPV6 to support it?


I have yet to come across a situation where IPv6 is actually used at all. So aside that most desktop computers nowadays support IPv6 in the network stack (thanks to companies like Microsoft who stopped support for Windows XP and older Smiley LOL ) (and which definitely can't be said of most embedded devices) I would say that widespread use is extremely far from happening.

 

The issue is that supporting IPv6 in LabVIEW is not just throwing a switch in the compiler and voila everything works. The entire network architecture has to be reworked and the network nodes revamped to allow specifying IPv6 addresses. In addition to that IPv6 is a lot more complicated to use when you talk about additional options that can be enabled or disabled so there would need to be additional support for proper attribute (options) access. So yes it is a major rework project and there are in fact other changes to aspects of the network API that could benefit more users than IPv6 support.

 

An additional problem about widespread IPv6 use is that a lot of network devices who claim to have IPv6 support would catastrophally fail if put to the test with a real IPv6 network. Yes that is a catch 22 problem here, but not one you can expect NI to spend money on to try to unfruitfully fix it.

 

It will eventually happen because of the limit of IPv4 addresses but I'm convinced there will be a few more IPv4 workarounds to alleviate that problem before it is so far.

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
Message 5 of 8
(3,570 Views)

I do see your point and quite agree on the networks and the existence of workarounds to achieve one or other implementations.

 

However, the fact is that LabVIEW has no IPV6 support, which excludes it from being used when that is a requirement.

Mauricio Vidal
VIDAL & ASTUDILLO Ltda.
http://www.vidalastudillo.com
0 Kudos
Message 6 of 8
(3,509 Views)

I'm curious.  When have you ever seen that as a requirement?  I've never worked with a network on IPv6.  Anything that leaves the network is going to have to use IPv4.  Do you have some local network that only works with IPv6 (which wouldn't make worlds of sense as the smaller network needs v6 less than a larger network).

Message 7 of 8
(3,500 Views)

IPV6 is a requeriment on 6LOWPAN networks. It is aimed for a vast number of wireless devices/sensors on the field.

Mauricio Vidal
VIDAL & ASTUDILLO Ltda.
http://www.vidalastudillo.com
0 Kudos
Message 8 of 8
(3,474 Views)