This content is not available in your preferred language.

The content is shown in another available language. Your browser may include features that can help translate the text.

OPC UA With LabVIEW 64-bit

Updated Nov 13, 2024

Reported In

Software

  • LabVIEW OPC UA Toolkit
  • LabVIEW

Issue Details

I would like to use the OPC UA toolkit with LabVIEW 64-bit, but it does not seem to work. Is there any way to use OPC UA with LabVIEW 64-bit ?

Solution


OPC UA Toolkit 2018 and later
Starting with version 2018, OPC UA Toolkit supports LabVIEW 32-bit and 64-bit. This is also reflected in the readme of this software.

OPC UA Toolkit 2017 and previous
The OPC UA Toolkits versions 2017 and prior do not support LabVIEW 64-bit. In order to work around this limitation, you can try to split your application in two parts, and have them communicate using TCP/IP using the localhost IP address (127.0.0.1) or any other inter-process communication method that works regardless of the bitness. You can read this article for more information about TCP/IP communication using LabVIEW : Basic TCP/IP Communication in LabVIEW

Was this information helpful?

Yes

No