LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to communicate by TCPIP with IPV6?

Solved!
Go to solution

Hi,

 

I have to get data from a server, and used to do it by putty.

I'd like to perform the process automatically, so I adopted the TCPIP protocol to write data and get data.

It is fine when the IP is IPV4, but fail if IPV6.

It seems LabVIEW does not support IPV6...

Is there other way to solve the problem?

0 Kudos
Message 1 of 4
(3,850 Views)

You are correct - LabVIEW does not currently support IPv6. There are ideas on the ideas exchange for it which you should add Kudos to if you would like to see this feature.

 

You will need to use an external library (e.g. .NET, calling a C/C++ DLL etc.) to communicate with an IPv6 device.


LabVIEW Champion, CLA, CLED, CTD
(blog)
Message 2 of 4
(3,806 Views)

@Sam_Sharp wrote:

There are ideas on the ideas exchange for it which you should add Kudos to if you would like to see this feature.


Just to be more specific: Native support for IPv6


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 3 of 4
(3,794 Views)
Solution
Accepted by topic author William1225

I'd like to share this very valuable resource from the following link, it helps me to deal with my problem of communicating with device by TCPIP with IPv6 protocol.

https://lavag.org/files/file/67-tcp-ipv6-tools-for-labview/

 

0 Kudos
Message 4 of 4
(3,430 Views)