02-24-2025 02:43 AM
I am trying to use the OPC UA but keep getting the error that the certificate files can't be found. I am using the NI example attached to this thread and the certificate files are in the same folder as the VI. What am I missing?
02-24-2025 03:02 AM
Obviously, try to specify the full path to the certificate.
In your case (without the specified full path), the OPC UA toolkit will search in the C:\ProgramData\National Instruments\certstore\opcua
folder.
02-24-2025 03:06 AM
Hi, I have tried specifying both the full path and relative path. The OPC UA connect says that the filepaths should be specified by either their filename or relative paths in the caller VI. But it seems like no matter where I put the files, it always returns the same error.