node-red-contrib-opcua icon indicating copy to clipboard operation
node-red-contrib-opcua copied to clipboard

Extension Object: Error when connecting two nodes at the output of the OPC Server

Open cedenoVF opened this issue 3 years ago • 2 comments

Hi,

I am using the READ MULTIPLE for reading several extension objects. However, after I tried to connect to nodes at the output of the OPC-UA server, and try to debug it, I get some error message.

  1. This is the flow:

image

it doesn't matter how the functions are placed, I always get in the second branch the error below:

  1. See below the output msg 2.

image

in the first branch I get always the information good and as expected from the PLC (btw, thanks a LOT for it, life is way easier now with this feature thumbs UP 👍 ):

image

  1. Below you can find the error:

image

The "LEdgeBuffer_typeEdgeInterface" is one type of the objects that I am reading, though I don't understand the warning as I am getting that Extesion Objet in perfect shape in the debug msg1

I am using the version of the contrib-opcua 2.243

Thanks.

cedenoVF avatar Nov 03 '21 10:11 cedenoVF

Hmm, for me it looks like node-opcua cannot solve something. I expect @erossignon should look and comment this one.

mikakaraila avatar Nov 03 '21 13:11 mikakaraila

You can most probably ignore this error: image

As for me it looks like just a debug message from the node-opcua library.

mikakaraila avatar Nov 07 '21 20:11 mikakaraila